aboutsummaryrefslogtreecommitdiff
path: root/bin/compute-classpath.cmd
Commit message (Collapse)AuthorAgeFilesLines
* sbin/compute-classpath* bin/compute-classpath*Prashant Sharma2014-01-031-0/+69
|
* add admin scripts to sbinshane-huang2013-09-231-69/+0
| | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
* Run script fixes for Windows after package & assembly changeMatei Zaharia2013-09-011-26/+20
|
* yarn supportJey Kottalam2013-08-151-0/+2
|
* Add JavaAPICompletenessChecker.Josh Rosen2013-07-221-0/+2
| | | | | | | | | | | This is used to find methods in the Scala API that need to be ported to the Java API. To use it: ./run spark.tools.JavaAPICompletenessChecker Conflicts: project/SparkBuild.scala run run2.cmd
* Some missing license headersMatei Zaharia2013-07-161-0/+17
|
* Renamed ML package to MLlib and added it to classpathMatei Zaharia2013-07-051-0/+2
|
* Fixes to compute-classpath on WindowsMatei Zaharia2013-06-261-2/+2
|
* Fix computation of classpath when we launch java directlyMatei Zaharia2013-06-251-0/+52
The previous version assumed that a CLASSPATH environment variable was set by the "run" script when launching the process that starts the ExecutorRunner, but unfortunately this is not true in tests. Instead, we factor the classpath calculation into an extenral script and call that. NOTE: This includes a Windows version but hasn't yet been tested there.