aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated modified Kryo to use objenesisMatei Zaharia2011-03-083-0/+1
* Register None and Nil properlyMatei Zaharia2011-03-081-2/+18
* stuffMatei Zaharia2011-03-081-0/+1
* Added SerializingCacheMatei Zaharia2011-03-072-1/+27
* Remove some loggingMatei Zaharia2011-03-071-1/+0
* Added pluggable serializers and Kryo serializationMatei Zaharia2011-03-0730-291/+244
* Added sampling for large arrays in SizeEstimatorMatei Zaharia2011-03-061-2/+15
* Remove unnecessary lock which was there to work around a bug inMatei Zaharia2011-03-011-15/+6
* Removed old slf4j jars that came with HadoopMatei Zaharia2011-03-012-0/+0
* Updated Hadoop to 0.20.2 to include some bug fixesMatei Zaharia2011-03-01157-3288/+100445
* Close record readers in HadoopFile after finishing a splitMatei Zaharia2011-02-101-0/+3
* Remove build.properties from version controlMatei Zaharia2011-02-091-3/+0
* Brought in some reorganization of build file from Hive branchMatei Zaharia2011-02-081-50/+54
* Added more SBT stuff to gitignoreMatei Zaharia2011-02-081-0/+5
* Increased SBT mem to 700 MB so that unit tests run more nicelyMatei Zaharia2011-02-081-1/+1
* Changed default shuffle to LocalFileShuffle because it's way faster for small...Matei Zaharia2011-02-081-1/+1
* formattingMatei Zaharia2011-02-081-1/+3
* 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