Re: Calling Python code from Scala

2016-04-18 Thread Didier Marin
gt;> - Creating a RDD with Scala code >>> - Mapping a Python function over this RDD >>> - Using the result directly in Scala >>> >>> I've read about PySpark internals, but that didn't help much. >>> Is it possible to do so, and preferably in

Re: Calling Python code from Scala

2016-04-18 Thread Mohit Jaggi
e to do so, and preferably in an efficent manner ? > > Cheers, > Didier > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Calling-Python-code-from-Scala-tp26798.html > > <http://a

Re: Calling Python code from Scala

2016-04-18 Thread Holden Karau
so, and preferably in an efficent manner ? >> >> Cheers, >> Didier >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/Calling-Python-code-from-Scala-tp26798.html >> Sent from the Apache Spa

Re: Calling Python code from Scala

2016-04-18 Thread Ndjido Ardo BAR
t directly in Scala > > I've read about PySpark internals, but that didn't help much. > Is it possible to do so, and preferably in an efficent manner ? > > Cheers, > Didier > > > > -- > View this message in context: > http://apache-spark-user-list.10

Calling Python code from Scala

2016-04-18 Thread didmar
- Using the result directly in Scala I've read about PySpark internals, but that didn't help much. Is it possible to do so, and preferably in an efficent manner ? Cheers, Didier -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Calling-Python-code-