aboutsummaryrefslogtreecommitdiff
path: root/sbt
Commit message (Expand)AuthorAgeFilesLines
* Adde LICENSE Header to build/mvn, build/sbt and sbt/sbtKousuke Saruta2014-12-291-1/+18
* [SPARK-4501][Core] - Create build/mvn to automatically download maven/zinc/sc...Brennon York2014-12-272-296/+9
* [SPARK-4701] Typo in sbt/sbtMasayoshi TSUZUKI2014-12-031-2/+2
* [SPARK-4057] Use -agentlib instead of -Xdebug in sbt-launch-lib.bash for debu...Kousuke Saruta2014-11-291-1/+1
* Delete unnecessary functionKaiXinXiaoLei2014-11-281-7/+0
* [SPARK-4312] bash doesn't have "die"Jey Kottalam2014-11-101-1/+2
* SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within.Prashant Sharma2014-09-082-16/+16
* [Build] suppress curl/wget progress barsNicholas Chammas2014-09-051-2/+2
* [SPARK-2437] Rename MAVEN_PROFILES to SBT_MAVEN_PROFILES and add SBT_MAVEN_PR...Prashant Sharma2014-07-111-1/+1
* [SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-102-1/+11
* [SQL] Un-ignore a test that is now passing.Michael Armbrust2014-03-261-0/+8
* Allow sbt to use more than 1G of heap.Reynold Xin2014-03-071-1/+1
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-031-2/+9
* Merge the old sbt-launch-lib.bash with the new sbt-launcher jar downloading l...Michael Armbrust2014-03-022-51/+280
* Merge pull request #454 from jey/atomic-sbt-download. Closes #454.Jey Kottalam2014-02-081-2/+3
* Small typo fixPatrick Wendell2014-01-091-1/+1
* Don't delegate to users `sbt`.Patrick Wendell2014-01-081-31/+20
* Add ASF header to the new sbt script.Henry Saputra2014-01-071-0/+18
* Use awk to extract the versionHolden Karau2014-01-061-1/+1
* Put quote arround arguments passed down to system sbtHolden Karau2014-01-061-1/+1
* CR feedback (sbt -> sbt/sbt and correct JAR path in script) :)Holden Karau2014-01-051-1/+1
* Fix indentatationHolden Karau2014-01-051-16/+16
* Code review feedbackHolden Karau2014-01-051-9/+4
* reindentHolden Karau2014-01-041-31/+31
* And update docs to matchHolden Karau2014-01-041-1/+1
* Make sbt in the sbt directoryHolden Karau2014-01-041-0/+0
* SpellingHolden Karau2014-01-041-1/+1
* Pass commands down to system sbt as wellHolden Karau2014-01-041-1/+1
* Add a script to download sbt if not present on the systemHolden Karau2014-01-041-0/+48
* Removed sbt folder and changed docs accordinglyPrashant Sharma2014-01-023-68/+0
* Fix Cygwin support in several scripts.Josh Rosen2013-12-151-3/+18
* Run script fixes for Windows after package & assembly changeMatei Zaharia2013-09-011-1/+1
* Fix finding of assembly JAR, as well as some pointers to ./runMatei Zaharia2013-08-291-1/+1
* Pass SBT_OPTS environment through to sbt_launcherIan Buss2013-08-231-1/+1
* Increase ReservedCodeCacheSize to 256mJey Kottalam2013-08-211-1/+1
* Revert "Allow build configuration to be set in conf/spark-env.sh"Jey Kottalam2013-08-211-9/+6
* Allow build configuration to be set in conf/spark-env.shJey Kottalam2013-08-211-6/+9
* Merge pull request #714 from adatao/masterMatei Zaharia2013-07-181-1/+1
|\
| * [BUGFIX] Fix for sbt/sbt script SPARK_HOME settingctn2013-07-171-1/+1
* | Consistently invoke bash with /usr/bin/env bash in scripts to make code more ...Ubuntu2013-07-181-1/+1
|/
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-162-0/+40
* Increase PermGen sizeMatei Zaharia2013-07-131-1/+1
* Increase ReservedCodeCacheSize for sbtJey Kottalam2013-04-161-1/+1
* Update Windows scripts to launch daemons with less RAM and fix a fewMatei Zaharia2013-02-101-1/+1
* Track workers by executor ID instead of hostname to allow multipleMatei Zaharia2013-01-271-1/+1
* Made run script add test-classes onto the classpath only if SPARK_TESTING is ...root2012-10-071-0/+1
* Echo offRavi Pandya2012-09-241-1/+1
* Windows command scripts for sbt and runRavi Pandya2012-09-241-0/+5
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-06-151-1/+1
|\
| * Added shutdown for akka to SparkContext.stop(). Helps a little, but many test...Tathagata Das2012-06-131-1/+1