Re: DataFrame from in memory datasets in multiple JVMs

2017-02-28 Thread John Desuvio
s >> seems like overkill though. >> >> Is there a simpler solution for getting this data into a DataFrame? >> >> Thanks, >> John >> >> >> >> -- >> View this message in context: http://apache-spark-user-list. >> 1001560.n3.nabble.c

Re: DataFrame from in memory datasets in multiple JVMs

2017-02-28 Thread ayan guha
on for getting this data into a DataFrame? > > Thanks, > John > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/DataFrame-from-in-memory-datasets-in-multiple-JVMs-tp28438.html > Sent from the Apache Spark User List mailing list a

Re: DataFrame from in memory datasets in multiple JVMs

2017-02-28 Thread Sean Owen
then transmits the data from each of the JVMs over the network. This > seems like overkill though. > > Is there a simpler solution for getting this data into a DataFrame? > > Thanks, > John > > > > -- > View this message in context: > http://apache-spark-user-list

DataFrame from in memory datasets in multiple JVMs

2017-02-28 Thread johndesuv
his data into a DataFrame? Thanks, John -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/DataFrame-from-in-memory-datasets-in-multiple-JVMs-tp28438.html Sent from the Apache Spark User List mailing list archiv