[GitHub] spark pull request #15224: [SPARK-17650] malformed url's throw exceptions be...

2016-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15224 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #15224: [SPARK-17650] malformed url's throw exceptions be...

2016-09-23 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/15224#discussion_r80337786 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -698,6 +698,28 @@ private[spark] object Utils extends Logging { }

[GitHub] spark pull request #15224: [SPARK-17650] malformed url's throw exceptions be...

2016-09-23 Thread brkyvz
GitHub user brkyvz opened a pull request: https://github.com/apache/spark/pull/15224 [SPARK-17650] malformed url's throw exceptions before bricking Executors ## What changes were proposed in this pull request? When a malformed URL was sent to Executors through `sc.addJar`