[GitHub] [spark] wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is created by Hive

2019-09-12 Thread GitBox
wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in 
SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is 
created by Hive
URL: https://github.com/apache/spark/pull/25542#issuecomment-530773136
 
 
   Merged to master.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is created by Hive

2019-09-11 Thread GitBox
wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in 
SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is 
created by Hive
URL: https://github.com/apache/spark/pull/25542#issuecomment-530252484
 
 
   retest this please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is created by Hive

2019-09-10 Thread GitBox
wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in 
SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is 
created by Hive
URL: https://github.com/apache/spark/pull/25542#issuecomment-529989874
 
 
   retest this please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is created by Hive

2019-09-06 Thread GitBox
wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in 
SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is 
created by Hive
URL: https://github.com/apache/spark/pull/25542#issuecomment-528738599
 
 
   retest this please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is created by Hive

2019-09-06 Thread GitBox
wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in 
SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is 
created by Hive
URL: https://github.com/apache/spark/pull/25542#issuecomment-528733678
 
 
   retest this please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is created by Hive

2019-08-21 Thread GitBox
wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in 
SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is 
created by Hive
URL: https://github.com/apache/spark/pull/25542#issuecomment-523729811
 
 
   Yes. I can reproduce this issue. Please add `[test-hadoop3.2]` to the PR 
title.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is created by Hive

2019-08-21 Thread GitBox
wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in 
SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is 
created by Hive
URL: https://github.com/apache/spark/pull/25542#issuecomment-523725659
 
 
   It seems `--jars sql/hive/src/test/resources/SPARK-21101-1.0.jar` works 
without this patch:
   ```shell
   build/sbt clean package -Phive -Phadoop-2.7 -Phive-thriftserver
   export SPARK_PREPEND_CLASSES=true
   bin/spark-sql --jars sql/hive/src/test/resources/SPARK-21101-1.0.jar
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is created by Hive

2019-08-21 Thread GitBox
wangyum commented on issue #25542: [SPARK-28840][SQL] conf.getClassLoader in 
SparkSQLCLIDriver should be avoided as it returns the UDFClassLoader which is 
created by Hive
URL: https://github.com/apache/spark/pull/25542#issuecomment-523528243
 
 
   Our example always uses `--jars one.jar,two.jar`. It seems 
`--jars=one.jar,two.jar` is not a standard usage.
   
   
http://spark.apache.org/docs/latest/spark-standalone.html#launching-spark-applications
   http://spark.apache.org/docs/latest/running-on-yarn.html#adding-other-jars
   
http://spark.apache.org/docs/latest/rdd-programming-guide.html#using-the-shell
   http://spark.apache.org/docs/latest/sql-data-sources-jdbc.html


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org