Skip to content

Commit

Permalink
Update SparkHadoopUtil.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutig authored and jiangzho committed Nov 16, 2018
1 parent cf0178d commit 1c0cdb1
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 1c0cdb1

Please sign in to comment.