git commit: [SPARK-4075] [Deploy] Jar url validation is not enough for Jar file

2014-10-24 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 30ea2868e - 098f83c7c [SPARK-4075] [Deploy] Jar url validation is not enough for Jar file In deploy.ClientArguments.isValidJarUrl, the url is checked as follows. def isValidJarUrl(s: String): Boolean = s.matches((.+):(.+)jar) So, it

git commit: [SPARK-4075] [Deploy] Jar url validation is not enough for Jar file

2014-10-24 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.1 386fc46bc - 80dde80a6 [SPARK-4075] [Deploy] Jar url validation is not enough for Jar file In deploy.ClientArguments.isValidJarUrl, the url is checked as follows. def isValidJarUrl(s: String): Boolean = s.matches((.+):(.+)jar) So,