aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1431: Allow merging conflicting pull requestsPatrick Wendell2014-04-061-4/+22
* SPARK-1154: Clean up app folders in worker nodesEvan Chan2014-04-065-4/+83
* SPARK-1314: Use SPARK_HIVE to determine if we include Hive in packagingAaron Davidson2014-04-068-32/+83
* SPARK-1349: spark-shell gets its own command historyAaron Davidson2014-04-061-1/+11
* SPARK-1387. Update build plugins, avoid plugin version warning, centralize ve...Sean Owen2014-04-0610-50/+57
* [SPARK-1259] Make RDD locally iterableEgor Pakhomov2014-04-064-1/+35
* Fix SPARK-1420 The maven build error for Spark Catalystwitgo2014-04-061-0/+4
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-054-9/+13
* Fix for PR #195 for Java 6Sean Owen2014-04-051-1/+1
* [SPARK-1371] fix computePreferredLocations signature to not depend on underly...Mridul Muralidharan2014-04-051-3/+2
* Remove the getStageInfo() method from SparkContext.Kay Ousterhout2014-04-052-5/+1
* HOTFIX for broken CI, by SPARK-1336Prashant Sharma2014-04-043-7/+8
* small fix ( proogram -> program )Prabeesh K2014-04-041-1/+1
* [SQL] SPARK-1366 Consistent sql function across different types of SQLContextsMichael Armbrust2014-04-048-50/+63
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-0429-169/+976
* [SPARK-1419] Bumped parent POM to apache 14Mark Hamstra2014-04-041-1/+1
* Add test utility for generating Jar files with compiled classes.Patrick Wendell2014-04-041-0/+98
* SPARK-1414. Python API for SparkContext.wholeTextFilesMatei Zaharia2014-04-045-7/+49
* [SQL] Minor fixes.Michael Armbrust2014-04-0410-34/+53
* [SPARK-1198] Allow pipes tasks to run in different sub-directoriesThomas Graves2014-04-044-7/+137
* Don't create SparkContext in JobProgressListenerSuite.Patrick Wendell2014-04-041-2/+2
* SPARK-1375. Additional spark-submit cleanupSandy Ryza2014-04-043-7/+10
* [SPARK-1133] Add whole text files reader in MLlibXusen Yin2014-04-046-3/+313
* SPARK-1404: Always upgrade spark-env.sh vars to environment varsAaron Davidson2014-04-042-2/+5
* SPARK-1350. Always use JAVA_HOME to run executor container JVMs.Sandy Ryza2014-04-042-14/+3
* SPARK-1337: Application web UI garbage collects newest stagesPatrick Wendell2014-04-032-6/+35
* Revert "[SPARK-1398] Removed findbugs jsr305 dependency"Patrick Wendell2014-04-033-0/+10
* Fix jenkins from giving the green light to builds that don't compile.Michael Armbrust2014-04-031-1/+1
* [BUILD FIX] Fix compilation of Spark SQL Java API.Michael Armbrust2014-04-031-1/+1
* [SPARK-1134] Fix and document passing of arguments to IPythonDiana Carroll2014-04-031-1/+2
* [SQL] SPARK-1333 First draft of java APIMichael Armbrust2014-04-0311-50/+750
* Spark 1162 Implemented takeOrdered in pyspark.Prashant Sharma2014-04-031-5/+102
* [SPARK-1360] Add Timestamp Support for SQLCheng Hao2014-04-03119-115/+480
* Spark parquet improvementsAndre Schumacher2014-04-0315-212/+460
* [SPARK-1398] Removed findbugs jsr305 dependencyMark Hamstra2014-04-033-10/+0
* [SQL] SPARK-1364 Improve datatype and test coverage for ScalaReflection schem...Michael Armbrust2014-04-022-0/+66
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-0240-591/+926
* StopAfter / TopK related changesReynold Xin2014-04-028-35/+64
* [SPARK-1371][WIP] Compression support for Spark SQL in-memory columnar storageCheng Lian2014-04-0221-408/+1644
* Do not re-use objects in the EdgePartition/EdgeTriplet iterators.Daniel Darabos2014-04-024-10/+58
* [SPARK-1385] Use existing code for JSON de/serialization of BlockIdAndrew Or2014-04-022-146/+72
* Renamed stageIdToActiveJob to jobIdToActiveJob.Kay Ousterhout2014-04-022-12/+11
* Remove * from test case golden filename.Michael Armbrust2014-04-013-2/+2
* MLI-1 Decision TreesManish Amde2014-04-0117-0/+2188
* Revert "[Spark-1134] only call ipython if no arguments are given; remove IPYT...Matei Zaharia2014-04-011-3/+2
* [Spark-1134] only call ipython if no arguments are given; remove IPYTHONOPTS ...Diana Carroll2014-04-011-2/+3
* [SPARK-1342] Scala 2.10.4Mark Hamstra2014-04-0110-11/+11
* [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext.Michael Armbrust2014-04-017-2/+169
* [Hot Fix #42] Persisted RDD disappears on storage page if re-usedAndrew Or2014-03-311-1/+1
* [SPARK-1377] Upgrade Jetty to 8.1.14v20131031Andrew Or2014-03-313-11/+12