git commit: [SPARK-1919] Fix Windows spark-shell --jars

2014-09-09 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.1 23fd3e8b9 - 359cd59d1 [SPARK-1919] Fix Windows spark-shell --jars We were trying to add `file:/C:/path/to/my.jar` to the class path. We should add `C:/path/to/my.jar` instead. Tested on Windows 8.1. Author: Andrew Or

git commit: [SPARK-1919] Fix Windows spark-shell --jars

2014-09-02 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 378b2315b - 8f1f9aaf4 [SPARK-1919] Fix Windows spark-shell --jars We were trying to add `file:/C:/path/to/my.jar` to the class path. We should add `C:/path/to/my.jar` instead. Tested on Windows 8.1. Author: Andrew Or andrewo...@gmail.com