unsubscribe

2020-01-09 Thread Amit Rana
unsubscribe

unsubscribe

2017-05-25 Thread Amit Rana

Re: Understanding pyspark data flow on worker nodes

2016-07-07 Thread Amit Rana
Hi all, Did anyone get a chance to look into it?? Any sort of guidance will be much appreciated. Thanks, Amit Rana On 7 Jul 2016 14:28, "Amit Rana" wrote: > As mentioned in the documentation: > PythonRDD objects launch Python subprocesses and communicate with them > using

Re: Understanding pyspark data flow on worker nodes

2016-07-07 Thread Amit Rana
guide me along that line?? Thanks, Amit Rana On 7 Jul 2016 13:44, "Sun Rui" wrote: > You can read > https://cwiki.apache.org/confluence/display/SPARK/PySpark+Internals > For pySpark data flow on worker nodes, you can read the source code of > PythonRDD.scala. Python worker

Understanding pyspark data flow on worker nodes

2016-07-07 Thread Amit Rana
executors and python interpreter happens using pipes. But I am not able to trace that data flow. Please correct me if my understanding is wrong. It would be very helpful if, someone can help me understand tge code-flow for data transfer between JVM and python workers. Thanks, Amit Rana

Spark dev-setup

2016-06-20 Thread Amit Rana
development environment for the same in intellij IDEA in Windows 7. Thanks, Amit Rana