Skip to content

Commit

Permalink
modify default python3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong committed Jun 27, 2024
1 parent 03423de commit adc6054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ object SparkConfiguration extends Logging {
CommonVars("wds.linkis.spark.engineconn.fatal.log", "error writing class;OutOfMemoryError")

val PYSPARK_PYTHON3_PATH =
CommonVars[String]("pyspark.python3.path", "/appcom/Install/anaconda3/bin/python")
CommonVars[String]("pyspark.python3.path", "python3")

val ENABLE_REPLACE_PACKAGE_NAME =
CommonVars("wds.linkis.spark.engine.scala.replace_package_header.enable", true)
Expand Down

0 comments on commit adc6054

Please sign in to comment.