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 <[email protected]> wrote: 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 <[email protected]> wrote: 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 when trying to create a temporary function. > > >What would be the issue here? > >Thanks and Regards, >Sankar S. > >
