Skip to content
Snippets Groups Projects
Commit 4530e8a9 authored by Liang-Chi Hsieh's avatar Liang-Chi Hsieh
Browse files

fix typo.

parent aa6f8328
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,6 @@ object SparkHadoopUtil {
// add any user credentials to the job conf which are necessary for running on a secure Hadoop cluster
def addCredentials(conf: JobConf) {}
def isYarnMode(): Boolean = { False }
def isYarnMode(): Boolean = { false }
}
......@@ -42,6 +42,6 @@ object SparkHadoopUtil {
// add any user credentials to the job conf which are necessary for running on a secure Hadoop cluster
def addCredentials(conf: JobConf) {}
def isYarnMode(): Boolean = { False }
def isYarnMode(): Boolean = { false }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment