Hi,

It seems to me spark launches a process to read the spark-deaults.conf
and then launch another process to do the app stuff.

The code here should confirm it:
https://github.com/apache/spark/blob/master/bin/spark-class#L76

$RUNNER" -cp "$LAUNCH_CLASSPATH" org.apache.spark.launcher.Main "$@"


But I look around there is no such o.a.s.launcher.Main method.

My question is, where is source for the Main method?


-- 

吾輩は猫である。ホームーページはhttp://introo.me。

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to