aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Example to write the output to cassandraRohit Rai2013-06-031-5/+43
* A better way to read column value if you are sure the column exists in every ...Rohit Rai2013-06-031-2/+4
* Adding deps to examples/pom.xmlRohit Rai2013-06-022-1/+36
* Removing infix callRohit Rai2013-06-021-3/+3
* Adding example to make Spark RDD from CassandraRohit Rai2013-06-012-2/+156
* Merge pull request #636 from rxin/unpersistMatei Zaharia2013-05-3110-210/+211
|\
| * Incorporated Charles' feedback to put rdd metadata removal inReynold Xin2013-05-313-33/+13
| * More block manager cleanup.Reynold Xin2013-05-318-166/+187
| * Fixed the flaky unpersist test in RDDSuite.Reynold Xin2013-05-301-4/+4
| * Do not create symlink for local add file. Instead, copy the file.Reynold Xin2013-05-301-39/+39
|/
* Merge pull request #627 from shivaram/masterReynold Xin2013-05-303-22/+51
|\
| * Merge branch 'master' of git://github.com/mesos/sparkShivaram Venkataraman2013-05-305-64/+49
| |\ | |/ |/|
* | Merge pull request #628 from shivaram/zero-block-sizeReynold Xin2013-05-302-49/+39
|\ \
| * | Skip fetching zero-sized blocks in OIO.Shivaram Venkataraman2013-05-292-49/+39
|/ /
* | Merge pull request #626 from stephenh/remove-add-if-no-portMatei Zaharia2013-05-291-11/+0
|\ \
| * | Remove unused addIfNoPort.Stephen Haberman2013-05-281-11/+0
* | | Merge pull request #611 from squito/classloaderMatei Zaharia2013-05-282-4/+11
|\ \ \ | |/ / |/| |
| * | use threads classloader when deserializing task results; classnotfoundexcepti...Imran Rashid2013-05-141-3/+10
| * | when akka starts, use akkas default classloader (current thread)Imran Rashid2013-05-141-1/+1
| | * Also flush serializer in revertPartialWritesShivaram Venkataraman2013-05-291-0/+1
| | * Flush serializer to fix zero-size kryo blocks bug.Shivaram Venkataraman2013-05-292-5/+19
| | * Couple of Netty fixesShivaram Venkataraman2013-05-282-22/+37
| |/ |/|
* | Merge pull request #620 from jerryshao/masterMatei Zaharia2013-05-271-1/+1
|\ \
| * | fix CheckpointRDD getPreferredLocations java.io.FileNotFoundExceptionjerryshao2013-05-241-1/+1
* | | Merge pull request #621 from JoshRosen/spark-613Josh Rosen2013-05-251-1/+2
|\ \ \
| * | | Use ec2-metadata in start-slave.sh.Josh Rosen2013-05-241-1/+2
| |/ /
* | | Merge pull request #529 from xiajunluan/masterMatei Zaharia2013-05-2515-41/+716
|\ \ \
| * | | fix bug of unit testsAndrew xia2013-05-212-35/+43
| * | | Merge branch 'master' into xiajunluanAndrew xia2013-05-18212-1686/+8124
| |\ \ \
| * | | | expose TaskSetManager type to resourceOffer function in ClusterSchedulerAndrew xia2013-05-186-70/+84
| * | | | Fix ClusterScheduler bug to avoid allocating tasks to same slaveAndrew xia2013-05-175-50/+75
| * | | | remove TaskSetQueueManager and update code styleAndrew xia2013-04-194-32/+9
| * | | | refactor the Schedulable interface and add unit test for SchedulingAlgorithmAndrew xia2013-04-1811-316/+525
| * | | | Contiue to update codes for scala code styleAndrew xia2013-04-0911-147/+122
| * | | | add properties default value null to fix sbt/sbt test errorsAndrew xia2013-04-021-1/+1
| * | | | change some typo and some spacingAndrew xia2013-03-293-11/+10
| * | | | 1.remove redundant spacing in source codeAndrew xia2013-03-2911-144/+91
| * | | | Just update typo and commentsAndrew xia2013-03-232-4/+3
| * | | | 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
|/ / / / /