Skip to content

Commit

Permalink
Merge pull request apache#280 from zhou-jiang/pie-spark-2.3.2
Browse files Browse the repository at this point in the history
Update SparkHadoopUtil.scala
  • Loading branch information
jiangzho authored and GitHub Enterprise committed Nov 16, 2018
2 parents cf0178d + 1c0cdb1 commit e1fa62f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ object SparkHadoopUtil {

def get: SparkHadoopUtil = {
val jarvisMode = java.lang.Boolean.parseBoolean(
System.getProperty("PSPRK_SPARK_JARVIS_MODE", System.getenv("PSPRK_SPARK_JARVIS_MODE")))
System.getProperty("INTERNAL_SPARK_JARVIS_MODE", System.getenv("INTERNAL_SPARK_JARVIS_MODE")))
if (jarvisMode) {
try {
Utils.classForName("org.apache.spark.integration.JarvisSparkHadoopUtil")
Expand Down

0 comments on commit e1fa62f

Please sign in to comment.