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.jarI am getting ClassNotException when trying to create a temporary function. What would be the issue here? Thanks and Regards, Sankar S.
