[GitHub] spark pull request #17342: [SPARK-18910][SPARK-12868] Allow adding jars from...

2017-03-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17342#discussion_r106841997 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/SharedState.scala --- @@ -148,6 +149,8 @@ private[sql] class SharedState(val sparkContext:

[GitHub] spark pull request #17342: [SPARK-18910][SPARK-12868] Allow adding jars from...

2017-03-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17342#discussion_r106841824 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2767,3 +2767,24 @@ private[spark] class CircularBuffer(sizeInBytes: Int = 10240) e

[GitHub] spark pull request #17342: [SPARK-18910][SPARK-12868] Allow adding jars from...

2017-03-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17342#discussion_r106842764 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2767,3 +2767,24 @@ private[spark] class CircularBuffer(sizeInBytes: Int = 10240) e

[GitHub] spark pull request #17342: [SPARK-18910][SPARK-12868] Allow adding jars from...

2017-03-18 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/spark/pull/17342 [SPARK-18910][SPARK-12868] Allow adding jars from hdfs ## What changes were proposed in this pull request? Spark 2.2 is going to be cut, it'll be great if SPARK-12868 can be resolved before th