Re: Spark 1.3 createDataframe error with pandas df

2015-05-07 Thread kevindahl
Seems I am still having the same issue in different scenarios. Using the 'dylanmei/docker-zeppelin' container I get the same issue as before when trying to create a spark dataframe from a pandas dataframe. code: %pyspark import pandas as pd names = ['Bob','Jessica','Mary','John','Mel'] births =

Re: Spark 1.3 createDataframe error with pandas df

2015-03-19 Thread Davies Liu
On Mon, Mar 16, 2015 at 6:23 AM, kevindahl wrote: > kevindahl wrote >> I'm trying to create a spark data frame from a pandas data frame, but for >> even the most trivial of datasets I get an error along the lines of this: >> >> --

Re: Spark 1.3 createDataframe error with pandas df

2015-03-16 Thread kevindahl
kevindahl wrote > I'm trying to create a spark data frame from a pandas data frame, but for > even the most trivial of datasets I get an error along the lines of this: > > --- > Py4JJavaError Traceb