aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-2711-11/+11
* [HOTFIX] Fix pull request builder bug in #6967Josh Rosen2015-06-271-1/+1
* [SPARK-8583] [SPARK-5482] [BUILD] Refactor python/run-tests to integrate with...Josh Rosen2015-06-279-540/+700
* [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing ...Josh Rosen2015-06-272-15/+53
* [SPARK-8623] Hadoop RDDs fail to properly serialize configurationSandy Ryza2015-06-271-2/+4
* [SPARK-3629] [YARN] [DOCS]: Improvement of the "Running Spark on YARN" documentNeelesh Srinivas Salian2015-06-271-82/+82
* [SPARK-8639] [DOCS] Fixed Minor Typos in DocumentationRosstin2015-06-272-2/+2
* [SPARK-8607] SparkR -- jars not being added to application classpath correctlycafreeman2015-06-264-1/+85
* [SPARK-8662] SparkR Update SparkSQL Testcafreeman2015-06-261-3/+12
* [SPARK-8652] [PYSPARK] Check return value for all uses of doctest.testmod()Josh Rosen2015-06-268-12/+29
* [SPARK-8302] Support heterogeneous cluster install paths on YARN.Marcelo Vanzin2015-06-264-12/+84
* [SPARK-8613] [ML] [TRIVIAL] add param to disable linear feature scalingHolden Karau2015-06-262-0/+20
* [SPARK-8344] Add message processing time metric to DAGSchedulerJosh Rosen2015-06-263-5/+22
* [SPARK-8635] [SQL] improve performance of CatalystTypeConvertersWenchen Fan2015-06-258-33/+48
* [SPARK-8620] [SQL] cleanup CodeGenContextWenchen Fan2015-06-254-88/+82
* [SPARK-8237] [SQL] Add misc function sha2Liang-Chi Hsieh2015-06-256-4/+165
* [SPARK-8637] [SPARKR] [HOTFIX] Fix packages argument, sparkSubmitBinNameShivaram Venkataraman2015-06-252-2/+2
* [MINOR] [MLLIB] rename some functions of PythonMLLibAPIYanbo Liang2015-06-254-8/+8
* [SPARK-8567] [SQL] Add logs to record the progress of HiveSparkSubmitSuite.Yin Huai2015-06-251-0/+9
* [SPARK-8574] org/apache/spark/unsafe doesn't honor the java source/ta…Tom Graves2015-06-251-1/+1
* [SPARK-5768] [WEB UI] Fix for incorrect memory in Spark UIJoshi2015-06-252-1/+5
* [SPARK-8604] [SQL] HadoopFsRelation subclasses should set their output format...Cheng Lian2015-06-254-1/+40
* [SPARK-7884] Move block deserialization from BlockStoreShuffleFetcher to Shuf...Matt Massie2015-06-245-96/+314
* Two minor SQL cleanup (compiler warning & indent).Reynold Xin2015-06-242-4/+4
* [SPARK-8075] [SQL] apply type check interface to more expressionsWenchen Fan2015-06-2421-290/+337
* [SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuiteYin Huai2015-06-241-1/+1
* [SPARK-8558] [BUILD] Script /dev/run-tests fails when _JAVA_OPTIONS env var setfe2s2015-06-241-1/+6
* [SPARK-6777] [SQL] Implements backwards compatibility rules in CatalystSchema...Cheng Lian2015-06-249-422/+1297
* [SPARK-7633] [MLLIB] [PYSPARK] Python bindings for StreamingLogisticRegressio...MechCoder2015-06-242-2/+229
* [SPARK-7289] handle project -> limit -> sort efficientlyWenchen Fan2015-06-248-40/+62
* [SPARK-7088] [SQL] Fix analysis for 3rd party logical plan.Santiago M. Mola2015-06-242-18/+32
* [SPARK-8506] Add pakages to R context created through init.Holden Karau2015-06-244-13/+69
* [SPARK-8399] [STREAMING] [WEB UI] Overlap between histograms and axis' name i...BenFradet2015-06-242-6/+8
* [SPARK-8576] Add spark-ec2 options to set IAM roles and instance-initiated sh...Nicholas Chammas2015-06-241-21/+35
* [SPARK-8578] [SQL] Should ignore user defined output committer when appending...Yin Huai2015-06-242-36/+136
* [SPARK-8567] [SQL] Debugging flaky HiveSparkSubmitSuiteCheng Lian2015-06-241-3/+11
* [SPARK-8138] [SQL] Improves error message when conflicting partition columns ...Cheng Lian2015-06-242-10/+82
* [SPARK-8371] [SQL] improve unit test for MaxOf and MinOf and fix bugsWenchen Fan2015-06-232-16/+34
* [HOTFIX] [BUILD] Fix MiMa checks in master branch; enable MiMa for launcher p...Josh Rosen2015-06-232-4/+2
* [SPARK-6749] [SQL] Make metastore client robust to underlying socket connecti...Eric Liang2015-06-232-2/+72
* Revert "[SPARK-7157][SQL] add sampleBy to DataFrame"Reynold Xin2015-06-233-74/+2
* [SPARK-7157][SQL] add sampleBy to DataFrameXiangrui Meng2015-06-233-2/+74
* [SPARK-8139] [SQL] Updates docs and comments of data sources and Parquet outp...Cheng Lian2015-06-234-20/+78
* [SPARK-8573] [SPARK-8568] [SQL] [PYSPARK] raise Exception if column is used i...Davies Liu2015-06-232-1/+14
* [DOC] [SQL] Addes Hive metastore Parquet table conversion sectionCheng Lian2015-06-231-6/+88
* [SPARK-8525] [MLLIB] fix LabeledPoint parser when there is a whitespace betwe...Oleksiy Dyagilev2015-06-233-0/+14
* [SPARK-8111] [SPARKR] SparkR shell should display Spark logo and version bann...Alok Singh2015-06-231-1/+15
* [SPARK-8265] [MLLIB] [PYSPARK] Add LinearDataGenerator to pyspark.mllib.utilsMechCoder2015-06-233-3/+86
* [SPARK-7888] Be able to disable intercept in linear regression in ml packageHolden Karau2015-06-233-12/+172
* [SPARK-8432] [SQL] fix hashCode() and equals() of BinaryType in RowDavies Liu2015-06-2310-135/+139