aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | refactor fair scheduler implementationAndrew xia2013-03-1613-194/+415
| * | | | | Removed some commented codeHarold Lim2013-03-121-3/+3
| * | | | | Cleaned up the codeHarold Lim2013-03-121-28/+1
| * | | | | Updated/Refactored the Fair Task Scheduler. It does not inherit ClusterSchedu...Harold Lim2013-03-128-488/+312
| * | | | | Changed the name of the system property to set the allocation xmlHarold Lim2013-03-121-1/+1
| * | | | | Made changes to the SparkContext to have a DynamicVariable for setting local ...Harold Lim2013-03-127-29/+530
* | | | | | Merge pull request #624 from rxin/masterMatei Zaharia2013-05-251-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed a stupid mistake that NonJavaSerializableClass was made JavaReynold Xin2013-05-241-1/+1
* | | | | | | Merge pull request #623 from rxin/masterMatei Zaharia2013-05-2410-112/+129
|\| | | | | |
| * | | | | | Automatically configure Netty port. This makes unit tests usingReynold Xin2013-05-2410-112/+129
* | | | | | | Merge pull request #622 from rxin/masterMatei Zaharia2013-05-242-4/+19
|\| | | | | |
| * | | | | | Fixed the bug that shuffle serializer is ignored by the new shuffleReynold Xin2013-05-242-4/+19
|/ / / / / /
* | | | | | Merge pull request #616 from jey/maven-netty-exclusionMatei Zaharia2013-05-232-0/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Exclude old versions of Netty from Maven-based buildJey Kottalam2013-05-182-0/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #619 from woggling/adjust-samplingMatei Zaharia2013-05-211-1/+1
|\ \ \ \ \
| * | | | | Use ARRAY_SAMPLE_SIZE constant instead of 100.0Charles Reiss2013-05-211-1/+1
* | | | | | Merge pull request #618 from woggling/dead-code-disttestReynold Xin2013-05-211-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DistributedSuite: remove dead test codeCharles Reiss2013-05-211-1/+0
|/ / / / /
* | | | | Merge pull request #610 from JoshRosen/spark-747Reynold Xin2013-05-174-0/+26
|\ \ \ \ \
| * | | | | Abort job if result exceeds Akka frame size; add test.Josh Rosen2013-05-164-1/+23
| * | | | | Throw exception if task result exceeds Akka frame size.Josh Rosen2013-05-111-0/+4
| | |_|_|/ | |/| | |
* | | | | Changed the logging level from info to warning when addJar(null) isReynold Xin2013-05-171-9/+10
* | | | | Fixed a couple typos and formating problems in the YARN documentation.Reynold Xin2013-05-171-9/+11
* | | | | Merge branch 'master' of https://github.com/mridulm/sparkReynold Xin2013-05-171-1/+1
|\ \ \ \ \
| * | | | | Fix example jar nameMridul Muralidharan2013-05-171-1/+1
* | | | | | Merge branch 'master' of github.com:mesos/sparkReynold Xin2013-05-174-3/+17
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #615 from rxin/build-fixReynold Xin2013-05-164-3/+17
| |\ \ \ \ \
| | * | | | | Only check for repl classes if the user is running the repl. Otherwise,Reynold Xin2013-05-161-2/+8
| | * | | | | Added dependency on netty-all in Maven.Reynold Xin2013-05-162-0/+9
| | * | | | | Removed the duplicated netty dependency in SBT build file.Reynold Xin2013-05-161-1/+0
| * | | | | | Updated Scala version in docs generation ruby script.Reynold Xin2013-05-161-1/+1
| |/ / / / /
* | / / / / Updated Scala version in docs generation ruby script.Reynold Xin2013-05-161-1/+1
| |/ / / / |/| | | |
* | | | | Hope this does not turn into a bike shed changeMridul Muralidharan2013-05-171-2/+4
* | | | | Fix documentation to use yarn-standalone as masterMridul Muralidharan2013-05-161-2/+2
* | | | | Filter out nulls - prevent NPEMridul Muralidharan2013-05-161-0/+2
* | | | | Fix running on yarn documentationMridul Muralidharan2013-05-161-4/+22
|/ / / /
* | | | Merge pull request #602 from rxin/shufflemergeMatei Zaharia2013-05-1525-441/+1260
|\ \ \ \
| * \ \ \ Merge branch 'master' of github.com:mesos/spark into shufflemergeReynold Xin2013-05-1535-208/+650
| |\ \ \ \
| * | | | | Added test for Netty suite.Reynold Xin2013-05-072-1/+19
| * | | | | Cleaned up connection manager (moved many classes to their own files).Reynold Xin2013-05-077-252/+315
| * | | | | Minor style fix in DiskStore...Reynold Xin2013-05-071-2/+2
| * | | | | Cleaned up Scala files in network/netty from Shane's PR.Reynold Xin2013-05-072-33/+35
| * | | | | Cleaned up the Java files from Shane's PR.Reynold Xin2013-05-078-118/+85
| * | | | | Cleaned up BlockManager and BlockFetcherIterator from Shane's PR.Reynold Xin2013-05-073-99/+102
| * | | | | Moved BlockFetcherIterator to its own file.Reynold Xin2013-05-072-339/+362
| * | | | | Merge branch 'shuffle-performance-fix-0.7' of github.com:shane-huang/spark in...Reynold Xin2013-05-0714-70/+811
| |\ \ \ \ \
| | * | | | | fix a bug in netty Block Fetchershane-huang2013-04-163-37/+37
| | * | | | | Shuffle Performance fix: Use netty embeded OIO file server instead of Connect...shane-huang2013-04-0714-56/+795
* | | | | | | Merge pull request #612 from ash211/patch-4Reynold Xin2013-05-151-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Docs: Mention spark shell's default for MASTERAndrew Ash2013-05-151-0/+2
|/ / / / / / /