Re: python support of mapWithState

2016-03-24 Thread Cyril Scetbon
It's a pity, I have now to port python code cause the support the three languages is not the same :( > On Mar 24, 2016, at 20:58, Holden Karau wrote: > > In general the Python API lags behind the Scala & Java APIs. The Scala & Java > APIs tend to be easier to keep in

Re: python support of mapWithState

2016-03-24 Thread Holden Karau
In general the Python API lags behind the Scala & Java APIs. The Scala & Java APIs tend to be easier to keep in sync since they are both in the JVM and a bit more work is needed to expose the same functionality from the JVM in Python (or re-implement the Scala code in Python where appropriate).

python support of mapWithState

2016-03-24 Thread Cyril Scetbon
Hi guys, It seems that mapWithState is not supported. Am I right ? Is there a reason there are 3 languages supported and one is behind the two others ? Thanks - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For