spark git commit: [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path.

2015-03-16 Thread srowen
Repository: spark Updated Branches: refs/heads/master 45f4c6612 - 00e730b94 [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path. when i run cmd like that sc.addFile(../test.txt), it did not work and throwed an exception: java.lang.IllegalArgumentException:

spark git commit: [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path.

2015-03-16 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 43fcab01a - 724aab4b9 [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path. when i run cmd like that sc.addFile(../test.txt), it did not work and throwed an exception: java.lang.IllegalArgumentException: