[GitHub] spark issue #17342: [SPARK-12868][SQL] Allow adding jars from hdfs

2018-08-21 Thread rajeshcode
Github user rajeshcode commented on the issue: https://github.com/apache/spark/pull/17342 Sorry about above stack. The actual error is as below. Thats why relates to SPARK-21697 Removing commons-logging jar fixes it. copying back common-logging jar never complains again

[GitHub] spark issue #17342: [SPARK-12868][SQL] Allow adding jars from hdfs

2018-08-20 Thread rajeshcode
Github user rajeshcode commented on the issue: https://github.com/apache/spark/pull/17342 Will check , But looks like its related to SPARK-21697 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark issue #18146: [SPARK-20924] [SQL] Unable to call the function register...

2018-08-20 Thread rajeshcode
Github user rajeshcode commented on the issue: https://github.com/apache/spark/pull/18146 @gatorsmile We can't backport this into spark2.1.0 ... --- - To unsubscribe, e-mail: reviews-unsubscr

[GitHub] spark issue #17342: [SPARK-12868][SQL] Allow adding jars from hdfs

2018-08-19 Thread rajeshcode
Github user rajeshcode commented on the issue: https://github.com/apache/spark/pull/17342 Patching this to spark-2.1.0 , had several issues .. java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.BlockReaderFactory

[GitHub] spark issue #17335: [SPARK-19995][YARN] Register tokens to current UGI to av...

2018-05-14 Thread rajeshcode
Github user rajeshcode commented on the issue: https://github.com/apache/spark/pull/17335 Is this patch will work for spark-sql --master local mode as well. In our environment localmode is not supporting proxy user where as yarn mode looks ok. Do we have a solution