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 =
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:
>>
>> --
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