Re: How to handle the UUID in Spark 1.3.1

2015-10-09 Thread Ted Yu
, 9 Oct 2015 09:09:38 -0700 > Subject: Re: How to handle the UUID in Spark 1.3.1 > From: yuzhih...@gmail.com > To: java8...@hotmail.com > CC: user@spark.apache.org > > > This is related: > SPARK-10501 > > On Fri, Oct 9, 2015 at 7:28 AM, java8964 wrote: > > Hi, Sparkers:

RE: How to handle the UUID in Spark 1.3.1

2015-10-09 Thread java8964
Thanks, Ted. Does this mean I am out of luck for now? If I use HiveContext, and cast the UUID as string, will it work? Yong Date: Fri, 9 Oct 2015 09:09:38 -0700 Subject: Re: How to handle the UUID in Spark 1.3.1 From: yuzhih...@gmail.com To: java8...@hotmail.com CC: user@spark.apache.org This

Re: How to handle the UUID in Spark 1.3.1

2015-10-09 Thread Ted Yu
This is related: SPARK-10501 On Fri, Oct 9, 2015 at 7:28 AM, java8964 wrote: > Hi, Sparkers: > > In this case, I want to use Spark as an ETL engine to load the data from > Cassandra, and save it into HDFS. > > Here is the environment specified information: > > Spark 1.3.1 > Cassandra 2.1 > HDFS

How to handle the UUID in Spark 1.3.1

2015-10-09 Thread java8964
Hi, Sparkers: In this case, I want to use Spark as an ETL engine to load the data from Cassandra, and save it into HDFS. Here is the environment specified information: Spark 1.3.1Cassandra 2.1HDFS/Hadoop 2.2 I am using the Cassandra Spark Connector 1.3.x, which I have no problem to query the C*