See PythonRunner @ https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/PythonRunner.scala
On Tue, Oct 13, 2015 at 7:50 PM, canan chen <ccn...@gmail.com> wrote: > I look at the source code of spark, but didn't find where python program > is started in python. > > It seems spark-submit will call PythonGatewayServer, but where is python > program started ? > > Thanks >