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 that
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
For
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-uns
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
at
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 for