-
- Downloads
[SPARK-1876] Windows fixes to deal with latest distribution layout changes
- Look for JARs in the right place - Launch examples the same way as on Unix - Load datanucleus JARs if they exist - Don't attempt to parse local paths as URIs in SparkSubmit, since paths with C:\ are not valid URIs - Also fixed POM exclusion rules for datanucleus (it wasn't properly excluding it, whereas SBT was) Author: Matei Zaharia <matei@databricks.com> Closes #819 from mateiz/win-fixes and squashes the following commits: d558f96 [Matei Zaharia] Fix comment 228577b [Matei Zaharia] Review comments d3b71c7 [Matei Zaharia] Properly exclude datanucleus files in Maven assembly 144af84 [Matei Zaharia] Update Windows scripts to match latest binary package layout
Showing
- README.md 4 additions, 3 deletionsREADME.md
- assembly/pom.xml 1 addition, 1 deletionassembly/pom.xml
- bin/compute-classpath.cmd 23 additions, 1 deletionbin/compute-classpath.cmd
- bin/run-example 11 additions, 12 deletionsbin/run-example
- bin/run-example2.cmd 39 additions, 12 deletionsbin/run-example2.cmd
- bin/spark-class2.cmd 2 additions, 0 deletionsbin/spark-class2.cmd
- core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala 1 addition, 1 deletion.../src/main/scala/org/apache/spark/deploy/SparkSubmit.scala
Loading
Please register or sign in to comment