Re: Does SparkSQL work with custom defined SerDe?

2014-11-02 Thread Chirag Aggarwal
@spark.apache.orgmailto:user@spark.apache.org user@spark.apache.orgmailto:user@spark.apache.org Subject: Re: Does SparkSQL work with custom defined SerDe? Looks like it may be related to https://issues.apache.org/jira/browse/SPARK-3807. I will build from branch 1.1 to see if the issue is resolved. Chen On Tue, Oct 14

Re: Does SparkSQL work with custom defined SerDe?

2014-10-14 Thread Chen Song
Looks like it may be related to https://issues.apache.org/jira/browse/SPARK-3807. I will build from branch 1.1 to see if the issue is resolved. Chen On Tue, Oct 14, 2014 at 10:33 AM, Chen Song chen.song...@gmail.com wrote: Sorry for bringing this out again, as I have no clue what could have

Does SparkSQL work with custom defined SerDe?

2014-10-13 Thread Chen Song
In Hive, the table was created with custom SerDe, in the following way. row format serde abc.ProtobufSerDe with serdeproperties (serialization.class= abc.protobuf.generated.LogA$log_a) When I start spark-sql shell, I always got the following exception, even for a simple query. select user from