Re: SparkR - calling as.vector() with rdd dataframe causes error

2015-09-18 Thread Ellen Kraffmiller
Thanks for your response. Is there a reason why this thread isn't appearing on the mailing list? So far, I only see my post, with no answers, although I have received 2 answers via email. It would be nice if other people could see these answers as well. On Thu, Sep 17, 2015 at 2:22 AM, Sun, Rui

Re: SparkR - calling as.vector() with rdd dataframe causes error

2015-09-21 Thread Ellen Kraffmiller
> > On Fri, Sep 18, 2015 at 7:58 AM, Ellen Kraffmiller < > ellen.kraffmil...@gmail.com> wrote: > >> Thanks for your response. Is there a reason why this thread isn't >> appearing on the mailing list? So far, I only see my post, with no >> answers, althou

Re: Exception initializing JavaSparkContext

2015-09-21 Thread Ellen Kraffmiller
I am including the Spark core dependency in my maven pom.xml: org.apache.spark spark-core_2.10 1.5.0 This is bringing these hadoop versions: hadoop-annotations-2.2.0 hadoop-auth-2.2.0 hadoop-client-2.2.0 hadoop-common-2.2.0 hadoop-core-0.20.204.0 hadoop-hdfs-2.2.0 followed by mapreduce and yarn

Re: Exception initializing JavaSparkContext

2015-09-21 Thread Ellen Kraffmiller
got into play - it was from hadoop-1 > > On Mon, Sep 21, 2015 at 11:34 AM, Ellen Kraffmiller < > ellen.kraffmil...@gmail.com> wrote: > >> I am including the Spark core dependency in my maven pom.xml: >> >> >> org.apache.spark >> spark-core_2.10