aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Fix for spark.task.maxFailures not enforced correctly.Grega Kespret2013-12-091-3/+3
* | | Merge pull request #265 from markhamstra/scala.binary.versionPatrick Wendell2013-12-1511-70/+71
|\ \ \ | |_|/ |/| |
| * | Use scala.binary.version in POMsMark Hamstra2013-12-1511-70/+71
* | | Merge pull request #256 from MLnick/masterJosh Rosen2013-12-151-2/+6
|\ \ \
| * | | Making IPython PySpark compatible across versions <1.0.0. Also cleaned up '-i...Nick Pentreath2013-12-151-1/+6
| * | | Merge remote-tracking branch 'upstream/master'Nick Pentreath2013-12-15197-2905/+3470
| |\| |
| * | | Fix 'IPYTHON=1 ./pyspark' throwing 'ValueError: Cannot run multiple SparkCont...Nick Pentreath2013-12-121-2/+1
* | | | Merge pull request #257 from tgravescs/sparkYarnFixNameReynold Xin2013-12-152-0/+2
|\ \ \ \
| * | | | Fix the --name option for Spark on YarnThomas Graves2013-12-122-0/+2
| |/ / /
* | | | Merge pull request #264 from shivaram/spark-class-fixReynold Xin2013-12-151-1/+1
|\ \ \ \ | |_|/ / |/| | |