tawan0109
56b00b1e46
Merge branch 'master' of https://github.com/microsoft/SparkCLR into REPL
...
Conflicts:
build/Build.cmd
build/localmode/RunSamples.cmd
csharp/Worker/Microsoft.Spark.CSharp/Worker.cs
scala/src/main/org/apache/spark/deploy/csharp/CSharpRunner.scala
2016-02-04 15:45:02 +08:00
tqin
0879de6d9e
Add input parameter to Build.cmd to enable building CSharp code only
2016-01-26 10:42:43 +08:00
Jorgen Thelin
eb25e2ac24
Only copy the shaded spark .jar files to lib.
2016-01-21 11:47:20 -08:00
jthelin
c3eaa3afe3
Mvn-Quiet
...
- Run Maven in --quiet mode to avoid all the download progress messages in the build server logs.
2016-01-19 18:52:08 -08:00
jthelin
d4310ce4bd
If mvn not already installed, then set M2 env variables from download
2016-01-19 18:52:07 -08:00
jthelin
f509b0e838
Ensure paths are quoted.
...
- Ensure any exec paths are quoted at point of use, incase of spaces in directory names.
- Make scripts location neutral, so they can be executed locally from the cloned [ROOT] dir with cmd `build\Build.cmd`
Fix some minor code formatting glitches.
- Tab -> spaces
- @Rem
2016-01-19 18:52:07 -08:00
jthelin
8cb0a70181
Exclude any original pre-shaded .jar files from run\lib
2016-01-19 18:52:06 -08:00
jthelin
8a856f636a
Extra diags for build environment.
...
- Display EV changes from UpdateRuntime.cmd
- Extra diags for VSO environment settings not being detected as valid.
2016-01-19 18:52:06 -08:00
Daniel Li
ad2220ca5c
Merge pull request #257 from jthelin/RunSamples-Fail-If-Error
...
RunSamples.cmd should signal failure if non-zero RC from sparkclr-submit script
2016-01-14 21:07:15 -08:00
skaarthik
fcff80396b
upgrade to Spark 1.6.0
2016-01-14 18:32:55 -08:00
Jorgen Thelin
7159d9191f
RunSamples.cmd signal build fail if non-zero RC from sparkclr-submit
...
- RunSamples.cmd should signal runtime failure if non-zero RC from underlying call to sparkclr-submit.cmd script.
[The final `popd` was previously masking this value.]
- Fix non-standard usage of quotes between RunSamples.cmd and PreCheck.cmd scripts.
- Print directory location info for strategic pushd's
2016-01-14 14:52:07 -08:00
danielli90
022126d67f
change file mode
...
git update-index --chmod=+x run-samples.sh
2016-01-14 14:10:41 -08:00
danielli90
8a4afbf6d3
move run-samples.sh to "localmode"
2016-01-14 13:06:13 -08:00
danielli90
89d2c4f8d0
move scripts from build\utils to dev\scripts
2016-01-14 12:23:26 -08:00
danielli90
0a8c124062
added option in RunSamples.cmd to run example; rename "run" to "runtime"
2016-01-13 21:55:03 -08:00
tawan0109
e0d33dc9fc
Verify RunSamples.cmd can run user specified applcation besides sparkclr samples.
2016-01-13 21:54:30 -08:00
danielli90
f278c1d43a
release a sparkclr zip to github
2016-01-13 01:04:39 -08:00
danielli90
f035b27108
add packaging signing and deployment to maven central
2016-01-11 22:02:08 -08:00
skaarthik
44f4f0cda0
generated documentation for Option type and reverting unintended change in script
2016-01-10 20:49:58 -08:00
skaarthik
8add53fa56
consolidating build scripts in one directory
2016-01-09 17:54:51 -08:00