aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor $FWD variableAndrew xia2013-09-295-7/+7
* Merge branch 'reorgscripts' into scripts-reorgshane-huang2013-09-2740-87/+175
|\
| * rm bin/spark.cmd as we don't have windows test environment. Will added it lat...shane-huang2013-09-261-27/+0
| * fix paths and change spark to use APP_MEM as application driver memory instea...shane-huang2013-09-263-35/+10
| * fix pathshane-huang2013-09-261-1/+1
| * add scripts in binshane-huang2013-09-2312-17/+163
| * moved user scripts to bin foldershane-huang2013-09-2311-0/+0
| * add admin scripts to sbinshane-huang2013-09-2314-47/+47
| * added spark-class and spark-executor to sbinshane-huang2013-09-2314-22/+16
* | Merge pull request #17 from rxin/optimizeReynold Xin2013-09-262-2/+1
|\ \
| * | Removed scala -optimize flag.Reynold Xin2013-09-262-2/+1
* | | Merge pull request #16 from pwendell/masterReynold Xin2013-09-261-1/+1
|\ \ \
| * | | Bug fix in master buildPatrick Wendell2013-09-261-1/+1
* | | | Merge pull request #14 from kayousterhout/untangle_schedulerReynold Xin2013-09-2634-71/+62
|\ \ \ \
| * | | | Improved organization of scheduling packages.Kay Ousterhout2013-09-2534-71/+62
* | | | | Merge pull request #670 from jey/ec2-ssh-improvementsReynold Xin2013-09-261-26/+80
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Clarify error messages on SSH failureJey Kottalam2013-09-111-6/+21
| * | | | Generate new SSH key for the cluster, make "--identity-file" optionalJey Kottalam2013-09-061-21/+37
| * | | | Construct shell commands as sequences for safety and composabilityJey Kottalam2013-09-061-11/+34
* | | | | Merge pull request #930 from holdenk/masterReynold Xin2013-09-262-1/+11
|\ \ \ \ \
| * | | | | Fix formatting :)Holden Karau2013-09-231-4/+5
| * | | | | Switch indent from 2 to 4 spacesHolden Karau2013-09-221-2/+2
| * | | | | Fix build on ubuntuHolden Karau2013-09-141-1/+1
| * | | | | Merge branch 'master' of https://github.com/mesos/sparkHolden Karau2013-09-142-5/+12
| |\ \ \ \ \
| * | | | | | Make mapPartitionsWithIndex work with JavaRDD'sHolden Karau2013-09-141-2/+3
| * | | | | | Start of working on SPARK-615Holden Karau2013-09-111-0/+8
* | | | | | | Merge pull request #7 from wannabeast/memorystore-fixesReynold Xin2013-09-261-6/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Synchronize on "entries" the remaining update to "currentMemory".Mike2013-09-191-3/+5
| * | | | | | Set currentMemory to 0 in clear().Mike2013-09-111-2/+2
| * | | | | | Remove MemoryStore$Entry.dropPending, unused as of 42e0a68082.Mike2013-09-101-1/+1
* | | | | | | Merge pull request #9 from rxin/limitPatrick Wendell2013-09-262-10/+66
|\ \ \ \ \ \ \
| * | | | | | | Smarter take/limit implementation.Reynold Xin2013-09-202-10/+66
* | | | | | | | Merge remote-tracking branch 'apache-github/pr/13' into HEADPatrick Wendell2013-09-2414-15/+15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Update build version in masterPatrick Wendell2013-09-2414-15/+15
|/ / / / / / /
* | | | | | | Merge remote-tracking branch 'pr/12'Reynold Xin2013-09-232-4/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix spacing so that the java.io.tmpdir doesn't run on with SPARK_JAVA_OPTSY.CORP.YAHOO.COM\tgraves2013-09-232-4/+6
| |/ / / / / /
* | | | | | | Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-sparkReynold Xin2013-09-230-0/+0
|\| | | | | |
| * | | | | | Merge branch 'master' of github.com:mesos/sparkReynold Xin2013-09-2096-543/+2068
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'master' of github.com:markhamstra/incubator-sparkReynold Xin2013-09-231-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Removed repetative import; fixes hidden definition compiler warning.Mark Hamstra2013-09-031-1/+0
| |/ / / / / /
* | | | | | | Merge branch 'master' of github.com:mesos/sparkReynold Xin2013-09-237-64/+123
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #928 from jerryshao/fairscheduler-refactorReynold Xin2013-09-221-43/+56
| |\ \ \ \ \ \
| | * | | | | | Change Exception to NoSuchElementException and minor style fixjerryshao2013-09-221-6/+7
| | * | | | | | Remove infix style and othersjerryshao2013-09-221-10/+8
| | * | | | | | Refactor FairSchedulableBuilder:jerryshao2013-09-221-39/+53
| |/ / / / / /
| * | | | | | Merge pull request #937 from jerryshao/localProperties-fixReynold Xin2013-09-212-2/+50
| |\ \ \ \ \ \
| | * | | | | | Add barrier for local properties unit test and fix some stylesjerryshao2013-09-222-3/+11
| | * | | | | | Fix issue when local properties pass from parent to child threadjerryshao2013-09-182-2/+42
| * | | | | | | Merge pull request #941 from ilikerps/masterReynold Xin2013-09-211-6/+6
| |\ \ \ \ \ \ \
| | * | | | | | | Add "org.apache." prefix to packages in spark-classAaron Davidson2013-09-201-6/+6
| | | |_|/ / / / | | |/| | | | |