aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added a pointer to wiki in readmeMatei Zaharia2011-02-081-0/+7
* Updated readmeMatei Zaharia2011-02-021-8/+7
* Added SBT target for building a single JAR with Spark Core and itsMatei Zaharia2011-02-023-11/+40
* Moved examples to spark.examples packageMatei Zaharia2011-02-0214-2/+28
* Added IntelliJ's build directory to gitignoreMatei Zaharia2011-02-021-0/+1
* Merge branch 'master' into sbtMatei Zaharia2011-02-0217-1195/+2371
|\
| * Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2010-12-151-14/+1
| |\
| | * Removed some unused imports from Broadcast.scalaMosharaf Chowdhury2010-12-151-12/+1
| | * - Fixed an compilation error due to wrong 'import' of legacy lzf libraries i...Mosharaf Chowdhury2010-12-152-3/+1
| * | Fixed importMatei Zaharia2010-12-151-1/+1
| |/
| * Merge branch 'master' into mos-btMatei Zaharia2010-12-1512-427/+61
| |\
| | * Someone forgot to pass the parameters: fixes SPARK_MEM set from main script b...Timothy Hunter2010-12-121-1/+1
| | * Added BSD licenseMatei Zaharia2010-12-071-0/+27
| | * Adding license file for compress-lzfJoshua Hartman2010-12-071-0/+11
| | * Replacing the native lzf compression code with the ning open-source compress-...Joshua Hartman2010-12-059-425/+8
| * | - Default broadcast mechanism is set to DfsBroadcastMosharaf Chowdhury2010-12-134-33/+28
| * | - Removed config files from git's control.Mosharaf Chowdhury2010-12-074-23/+1
| * | Made the root Broadcast object initilization method 'synchronized'.Mosharaf Chowdhury2010-12-021-1/+1
| * | Removed deprecated repl file ClassServer.scalaMosharaf Chowdhury2010-11-301-77/+0
| * | Merge branch 'multi-tracker' into mos-btMosharaf Chowdhury2010-11-304-7/+878
| |\ \
| | * | - Using the new Cache implementation.Mosharaf Chowdhury2010-11-293-10/+6
| | * | Made LocalFileShuffle to be the default.Mosharaf Chowdhury2010-11-291-1/+1
| | * | Variable renaming.Mosharaf Chowdhury2010-11-291-4/+4
| | * | Merge branch 'master' into multi-trackerMosharaf Chowdhury2010-11-2738-520/+1957
| | |\|
| | * | - Moved DaemonThreadPool factory methods to the Broadcast Object.Mosharaf Chowdhury2010-11-273-37/+49
| | * | Moved ChaninedStreaming to a separate file and renamed to ChainedBroadcast.Mosharaf Chowdhury2010-11-263-909/+912
| | * | - Removed dual ModeMosharaf Chowdhury2010-11-264-182/+148
| | * | Solved compilation issue. Should've been more careful to do a clean compilati...Mosharaf Chowdhury2010-11-261-1/+1
| | * | Removed everything related to SplitStreaming...Mosharaf Chowdhury2010-11-262-480/+2
| | * | Slaves weren't printing hostAddress. Fixed.Mosharaf Chowdhury2010-11-181-0/+2
| | * | Everyone logs local hostAddress.Mosharaf Chowdhury2010-11-181-0/+2
| | * | All daemon => Fast shutdown :)Mosharaf Chowdhury2010-11-091-15/+49
| | * | Bug fix: java-opts had wrong (non-capitalized) variable names.Mosharaf Chowdhury2010-11-082-3/+3
| | * | Graceful shutdown is working with dualMode=false. Probably will have to remov...Mosharaf Chowdhury2010-11-061-57/+166
| | * | Updated log outputs for consistency with BT branches.Mosharaf Chowdhury2010-11-063-134/+209
| * | | Made Broadcast Pluggable. Finally!Mosharaf Chowdhury2010-11-305-59/+95
| * | | Makes transfer faster for small swarms (with size < MaxRxPeers)Mosharaf Chowdhury2010-11-301-6/+10
| * | | - Using the new Cache implementation.Mosharaf Chowdhury2010-11-292-7/+3
| * | | Made LocalFileShuffle to be the default.Mosharaf Chowdhury2010-11-291-1/+1
| * | | Variable renaming.Mosharaf Chowdhury2010-11-291-2/+2
| * | | Removed unused third party libraries.Mosharaf Chowdhury2010-11-294-230/+0
| * | | Merge branch 'master' into mos-btMosharaf Chowdhury2010-11-2937-524/+2191
| |\ \ \ | | | |/ | | |/|
| | * | Remove -unchecked compiler parameterMatei Zaharia2010-11-131-1/+1
| * | | Moved broadcast implementations to separate files. Ready to merge with 'master'Mosharaf Chowdhury2010-11-294-1346/+1363
| * | | - Resolved some of the simpler TODOs related to different timeout and wait pe...Mosharaf Chowdhury2010-11-291-66/+14
| * | | Updated some comments.Mosharaf Chowdhury2010-11-251-4/+1
| * | | Slaves weren't logging hostAddress. Fixed.Mosharaf Chowdhury2010-11-181-0/+2
| * | | Everyone logs their local hostAddress.Mosharaf Chowdhury2010-11-181-0/+2
| * | | Guide now select random peers to select sources instead of rolling statically.Mosharaf Chowdhury2010-11-131-12/+30
| * | | Added BroadcastBT.EndGameFraction config option to control when to start end ...Mosharaf Chowdhury2010-11-122-4/+16