aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add SparkConf support in PythonMatei Zaharia2013-12-296-17/+158
* Fix Python use of getLocalDirMatei Zaharia2013-12-291-1/+1
* Fix other failing testsMatei Zaharia2013-12-288-37/+30
* Add a StreamingContext constructor that takes a conf objectMatei Zaharia2013-12-281-1/+20
* Fix CheckpointSuite test failuresMatei Zaharia2013-12-281-4/+3
* Fix test failures due to setting / clearing clock type in StreamingMatei Zaharia2013-12-284-10/+14
* Fix Executor not getting properties in local modeMatei Zaharia2013-12-282-2/+3
* Check for SPARK_YARN_MODE through a system property too since it canMatei Zaharia2013-12-281-1/+2
* Various fixes to configuration codeMatei Zaharia2013-12-2888-536/+692
* spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-2596-478/+612
* Merge pull request #280 from aarondav/minorPatrick Wendell2013-12-203-17/+8
|\
| * Fix compiler warning in SparkZooKeeperSessionAaron Davidson2013-12-191-0/+1
| * Remove firstApp from the standalone scheduler MasterAaron Davidson2013-12-191-10/+0
| * Extraordinarily minor code/comment cleanupAaron Davidson2013-12-192-7/+7
* | Merge pull request #272 from tmyklebu/masterPatrick Wendell2013-12-195-16/+36
|\ \
| * | Add a serialisation time column to the StagePage.Tor Myklebust2013-12-181-1/+5
| * | objectSer -> valueSer in a test.Tor Myklebust2013-12-171-2/+2
| * | Missed a spot; had an objectSer here too.Tor Myklebust2013-12-171-2/+2
| * | Merge branch 'master' of git://github.com/apache/incubator-sparkTor Myklebust2013-12-164-7/+7
| |\ \
| * | | Incorporate pwendell's code review suggestions.Tor Myklebust2013-12-164-9/+8
| * | | UI to display serialisation time of a stage.Tor Myklebust2013-12-161-0/+6
| * | | Track task value serialisation time in TaskMetrics.Tor Myklebust2013-12-164-15/+26
* | | | Merge pull request #276 from shivaram/collectPartitionReynold Xin2013-12-195-8/+50
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add comment explaining collectPartitions's useShivaram Venkataraman2013-12-191-0/+2
| * | | Make collectPartitions take an array of partitionsShivaram Venkataraman2013-12-193-12/+22
| * | | Add collectPartition to JavaRDD interface.Shivaram Venkataraman2013-12-185-9/+39
* | | | Merge pull request #278 from MLnick/java-python-tostringMatei Zaharia2013-12-192-0/+5
|\ \ \ \
| * | | | Add toString to Java RDD, and __repr__ to Python RDDNick Pentreath2013-12-192-0/+5
|/ / / /
* | | | Merge pull request #183 from aarondav/spark-959Reynold Xin2013-12-191-0/+2
|\ \ \ \
| * | | | [SPARK-959] Explicitly depend on org.eclipse.jetty.orbit jarAaron Davidson2013-12-181-0/+2
* | | | | Merge pull request #247 from aarondav/minorReynold Xin2013-12-1813-71/+48
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | In experimental clusters we've observed that a 10 second timeout was insuffic...Aaron Davidson2013-12-1813-71/+48
|/ / / /
* | | | Merge pull request #267 from JoshRosen/cygwinReynold Xin2013-12-184-5/+55
|\ \ \ \
| * | | | Fix Cygwin support in several scripts.Josh Rosen2013-12-154-5/+55
* | | | | Merge pull request #274 from azuryy/masterReynold Xin2013-12-181-1/+1
|\ \ \ \ \
| * | | | | changed the example links in the scala-programming-guidfengdong2013-12-181-1/+1
| * | | | | Fixed the example link.fengdong2013-12-181-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #273 from rxin/topReynold Xin2013-12-171-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed a performance problem in RDD.top and BoundedPriorityQueue (size in Boun...Reynold Xin2013-12-171-0/+2
|/ / / /
* | | | Merge pull request #268 from pwendell/shaded-protobufPatrick Wendell2013-12-167-82/+64
|\ \ \ \ | |_|_|/ |/| | |
| * | | One other fixPatrick Wendell2013-12-161-1/+1
| * | | Clean-upPatrick Wendell2013-12-162-1/+2
| * | | CleanupPatrick Wendell2013-12-162-7/+0
| * | | Removing extra code in new yarnPatrick Wendell2013-12-161-1/+0
| * | | Remove trailing slashes from repository specifications.Patrick Wendell2013-12-161-5/+5
| * | | Attempt with extra repositoriesPatrick Wendell2013-12-167-76/+65
|/ / /
* | | Merge pull request #270 from ewencp/really-force-ssh-pseudo-tty-masterPatrick Wendell2013-12-161-2/+2
|\ \ \
| * | | Force pseudo-tty allocation in spark-ec2 script.Ewen Cheslack-Postava2013-12-161-2/+2
| | |/ | |/|
* | | Merge pull request #245 from gregakespret/task-maxfailures-fixReynold Xin2013-12-163-5/+5
|\ \ \ | |/ / |/| |
| * | Fix tests.Grega Kespret2013-12-102-2/+2