Re: SPARK Hive Context UDF Class Not Found Exception,

2014-08-26 Thread S Malligarjunan
Hello Michel, I have executed git pull now, As per pom, version entry it is 1.1.0-SNAPSHOT.   Thanks and Regards, Sankar S.   On Tuesday, 26 August 2014, 1:00, Michael Armbrust wrote: Which version of Spark SQL are you using?  Several issues with custom hive UDFs have been fixed in 1.1.

Re: SPARK Hive Context UDF Class Not Found Exception,

2014-08-25 Thread Michael Armbrust
Which version of Spark SQL are you using? Several issues with custom hive UDFs have been fixed in 1.1. On Mon, Aug 25, 2014 at 9:57 AM, S Malligarjunan < smalligarju...@yahoo.com.invalid> wrote: > Hello All, > > I have added a jar from S3 instance into classpath, i have tried following > option

SPARK Hive Context UDF Class Not Found Exception,

2014-08-25 Thread S Malligarjunan
Hello All, I have added a jar from S3 instance into classpath, i have tried following options 1. sc.addJar("s3n://mybucket/lib/myUDF.jar") 2. hiveContext.sparkContext.addJar("s3n://mybucket/lib/myUDF.jar") 3. ./bin/spark-shell --jars s3n://mybucket/lib/myUDF.jar I am getting ClassNotException wh