Re: PySpark Driver from Jython
context: http://apache-spark-developers-list.1001551.n3.nabble.com/PySpark-Driver-from-Jython-tp7142p7269.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com.
PySpark Driver from Jython
Has anyone tried running pyspark driver code in Jython, preferably by calling python code within Java code? I know CPython is the only interpreter tested because of the need to support C extensions. But in my case, C extensions would be called on the worker, not in the driver. And being able to