aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPARK-1376. In the yarn-cluster submitter, rename "args" option to "arg"Sandy Ryza2014-04-012-6/+10
* SPARK-1365 [HOTFIX] Fix RateLimitedOutputStream testPatrick Wendell2014-03-311-2/+3
* [SQL] Rewrite join implementation to allow streaming of one relation.Michael Armbrust2014-03-316-37/+116
* SPARK-1352: Improve robustness of spark-submit scriptPatrick Wendell2014-03-316-48/+163
* SPARK-1352 - Comment style single space before ending */ check.Prashant Sharma2014-03-3013-31/+32
* [SPARK-1354][SQL] Add tableName as a qualifier for SimpleCatelogyjerryshao2014-03-302-1/+29
* SPARK-1336 Reducing the output of run-tests script.Prashant Sharma2014-03-294-11/+43
* [SQL] SPARK-1354 Fix self-joins of parquet relationsMichael Armbrust2014-03-292-2/+32
* Don't swallow all kryo errors, only those that indicate we are out of data.Michael Armbrust2014-03-291-1/+2
* [SPARK-1186] : Enrich the Spark Shell to support additional arguments.Bernardo Gomez Palacio2014-03-291-58/+168
* Implement the RLike & Like in catalystCheng Hao2014-03-295-10/+196
* SPARK-1126. spark-app preliminarySandy Ryza2014-03-298-25/+630
* SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ...Thomas Graves2014-03-283-0/+34
* fix path for jar, make sed actually work on OSXNick Lanham2014-03-281-4/+3
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-2855-88/+180
* Make sed do -i '' on OSXNick Lanham2014-03-271-2/+9
* [SPARK-1210] Prevent ContextClassLoader of Actor from becoming ClassLoader of...Takuya UESHIN2014-03-272-3/+13
* [SPARK-1268] Adding XOR and AND-NOT operations to spark.util.collection.BitSetPetko Nikolov2014-03-272-0/+122
* SPARK-1335. Also increase perm gen / code cache for scalatest when invoked vi...Sean Owen2014-03-271-2/+1
* SPARK-1330 removed extra echo from comput_classpath.shThomas Graves2014-03-271-1/+0
* Cut down the granularity of travis tests.Michael Armbrust2014-03-271-8/+3
* [SPARK-1327] GLM needs to check addIntercept for intercept and weightsXiangrui Meng2014-03-267-37/+86
* SPARK-1325. The maven build error for Spark ToolsSean Owen2014-03-264-1/+21
* Spark 1095 : Adding explicit return types to all public methodsNirmalReddy2014-03-2625-57/+97
* SPARK-1324: SparkUI Should Not Bind to SPARK_PUBLIC_DNSPatrick Wendell2014-03-261-4/+5
* [SQL] Add a custom serializer for maps since they do not have a no-arg constr...Michael Armbrust2014-03-261-0/+18