Skip to content

Commit

Permalink
Delete useless parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Jul 27, 2023
1 parent 7ffe9ce commit b850286
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ object SparkConfiguration extends Logging {
val SPARK_K8S_SPARK_VERSION = CommonVars[String]("linkis.spark.k8s.sparkVersion", "3.2.1")
val SPARK_K8S_NAMESPACE = CommonVars[String]("linkis.spark.k8s.namespace", "default")

// val SPARK_K8S_NAMESPACE = CommonVars[String]("spark.kubernetes.file.upload.path", "local:///opt/spark/work-dir")
val SPARK_KUBERNETES_FILE_UPLOAD_PATH =
CommonVars[String]("spark.kubernetes.file.upload.path", "local:///opt/spark/tmp")

Expand Down

0 comments on commit b850286

Please sign in to comment.