aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-7287] [SPARK-8567] [TEST] Add sc.stop to applications in SparkSubmitSuiteYin Huai2015-06-293-0/+3
* [SPARK-8634] [STREAMING] [TESTS] Fix flaky test StreamingListenerSuite "recei...zsxwing2015-06-291-1/+1
* [SPARK-8710] [SQL] Change ScalaReflection.mirror from a val to a def.Yin Huai2015-06-291-2/+6
* [HOTFIX] Fix whitespace style errorMichael Armbrust2015-06-291-2/+1
* [SPARK-8567] [SQL] Add logs to record the progress of HiveSparkSubmitSuite (1...Yin Huai2015-06-291-0/+9
* [SPARK-7810] [PYSPARK] solve python rdd socket connection problemAi He2015-06-291-3/+15
* [SQL] [MINOR] Skip unresolved expression for InConversionscwf2015-06-291-0/+3
* [SPARK-8681] fixed wrong ordering of columns in crosstabBurak Yavuz2015-06-292-16/+20
* [SQL][DOCS] Remove wrong example from DataFrame.scalaKousuke Saruta2015-06-291-2/+0
* Revert "[SPARK-8372] History server shows incorrect information for applicati...Andrew Or2015-06-292-53/+28
* [SPARK-8355] [SQL] Python DataFrameReader/Writer should mirror ScalaCheolsoo Park2015-06-292-0/+15
* [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing ...Josh Rosen2015-06-272-15/+53
* [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-8637] [SPARKR] [HOTFIX] Fix packages argument, sparkSubmitBinNameShivaram Venkataraman2015-06-252-2/+2
* [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-8567] [SQL] Increase the timeout of HiveSparkSubmitSuiteYin Huai2015-06-241-1/+1
* [SPARK-8399] [STREAMING] [WEB UI] Overlap between histograms and axis' name i...BenFradet2015-06-242-6/+8
* [SPARK-8506] Add pakages to R context created through init.Holden Karau2015-06-244-13/+69
* [SPARK-8578] [SQL] Should ignore user defined output committer when appending...Yin Huai2015-06-242-36/+136
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-06-2330-30/+30
* Preparing Spark release v1.4.1-rc1Patrick Wendell2015-06-2330-30/+30
* [SPARK-8573] [SPARK-8568] [SQL] [PYSPARK] raise Exception if column is used i...Davies Liu2015-06-232-1/+14
* [SPARK-8525] [MLLIB] fix LabeledPoint parser when there is a whitespace betwe...Oleksiy Dyagilev2015-06-233-0/+14
* [SQL] [DOCS] updated the documentation for explodelockwobr2015-06-241-1/+1
* Revert "[SPARK-8498] [TUNGSTEN] fix npe in errorhandling path in unsafeshuffl...Josh Rosen2015-06-232-33/+2
* [SPARK-8498] [TUNGSTEN] fix npe in errorhandling path in unsafeshuffle writerHolden Karau2015-06-232-2/+33
* [SPARK-8483] [STREAMING] Remove commons-lang3 dependency from Flume SinkHari Shreedharan2015-06-222-6/+2
* [SPARK-8541] [PYSPARK] test the absolute error in approx doctestsScott Taylor2015-06-221-2/+2
* [SPARK-7781] [MLLIB] gradient boosted trees.train regressor missing max binsHolden Karau2015-06-223-9/+24
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-06-2230-30/+30
* Preparing Spark release v1.4.1-rc1Patrick Wendell2015-06-2230-30/+30
* [BUILD] Preparing Spark release 1.4.1Patrick Wendell2015-06-2236-37/+642
* [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR filesYu ISHIKAWA2015-06-2222-188/+182
* [SPARK-7859] [SQL] Collect_set() behavior differences which fails the unit te...Cheng Hao2015-06-223-26/+105
* [SPARK-8532] [SQL] In Python's DataFrameWriter, save/saveAsTable/json/parquet...Yin Huai2015-06-222-11/+51
* [SPARK-8511] [PYSPARK] Modify a test to remove a saved model in `regression.py`Yu ISHIKAWA2015-06-225-11/+21
* [SPARK-8420] [SQL] Fix comparision of timestamps/dates with strings (branch-1.4)Michael Armbrust2015-06-226-11/+88
* [SPARK-8406] [SQL] Backports SPARK-8406 and PR #6864 to branch-1.4Cheng Lian2015-06-228-67/+110
* [HOTFIX] Hotfix branch-1.4 building by removing avgMetrics in CrossValidatorS...Liang-Chi Hsieh2015-06-211-2/+0
* [SPARK-7715] [MLLIB] [ML] [DOC] Updated MLlib programming guide for release 1.4Joseph K. Bradley2015-06-213-32/+63
* [SPARK-8379] [SQL] avoid speculative tasks write to the same filejeanlyn2015-06-212-7/+5
* [SPARK-8468] [ML] Take the negative of some metrics in RegressionEvaluator to...Liang-Chi Hsieh2015-06-205-11/+48
* [HOTFIX] [SPARK-8489] Correct JIRA number in previous commitAndrew Or2015-06-194-8/+8
* [SPARK-8390] [STREAMING] [KAFKA] fix docs related to HasOffsetRangescody koeninger2015-06-193-26/+71
* [SPARK-8389] [STREAMING] [KAFKA] Example of getting offset ranges out o…cody koeninger2015-06-191-2/+13