We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697fa1d commit 95e7037Copy full SHA for 95e7037
core/raydp-main/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
@@ -226,6 +226,7 @@ private[spark] class SparkSubmit extends Logging {
226
val childClasspath = new ArrayBuffer[String]()
227
val sparkConf = args.toSparkConf()
228
var childMainClass = ""
229
+ logInfo("Test cicd pipeline")
230
231
// Set the cluster manager
232
val clusterManager: Int = args.master match {
0 commit comments