aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SPARK-8498] [SQL] Add regression test for SPARK-8470Andrew Or2015-06-194-0/+76
* [HOT-FIX] Fix compilation (caused by 0131142d98b191f6cc112d383aa10582a3ac35bf)Yin Huai2015-06-191-1/+1
* [SPARK-8093] [SQL] Remove empty structs inferred from JSON documentsNathan Howell2015-06-193-17/+48
* [SPARK-8452] [SPARKR] expose jobGroup API in SparkRHossein2015-06-193-0/+56
* [SPARK-8368] [SPARK-8058] [SQL] HiveContext may override the context class lo...Yin Huai2015-06-194-14/+206
* [SPARK-7180] [SPARK-8090] [SPARK-8091] Fix a number of SerializationDebugger ...Tathagata Das2015-06-193-12/+223
* [SPARK-5836] [DOCS] [STREAMING] Clarify what may cause long-running Spark app...Sean Owen2015-06-191-3/+5
* [SPARK-8451] [SPARK-7287] SparkSubmitSuite should check exit codeAndrew Or2015-06-191-5/+12
* [SPARK-8430] ExternalShuffleBlockResolver of shuffle service should support U...Lianhui Wang2015-06-191-1/+2
* [SPARK-8151] [MLLIB] pipeline components should correctly implement copyXiangrui Meng2015-06-1962-54/+350
* [SPARK-8339] [PYSPARK] integer division for python 3Kevin Conor2015-06-191-1/+1
* [SPARK-8458] [SQL] Don't strip scheme part of output path when writing ORC filesCheng Lian2015-06-181-1/+1
* [SPARK-8080] [STREAMING] Receiver.store with Iterator does not give correct c...Dibyendu Bhattacharya2015-06-184-22/+194
* [SPARK-8462] [DOCS] Documentation fixes for Spark SQLLars Francke2015-06-181-14/+14
* [SPARK-8446] [SQL] Add helper functions for testing SparkPlan physical operatorsJosh Rosen2015-06-182-0/+211
* [SPARK-8376] [DOCS] Add common lang3 to the Spark Flume Sink doczsxwing2015-06-181-0/+6
* [SPARK-8353] [DOCS] Show anchor links when hovering over documentation headersJosh Rosen2015-06-185-28/+19
* [SPARK-8202] [PYSPARK] fix infinite loop during external sort in PySparkDavies Liu2015-06-182-5/+5
* [SPARK-8095] Resolve dependencies of --packages in local ivy cacheBurak Yavuz2015-06-173-33/+135
* [SPARK-8392] RDDOperationGraph: getting cached nodes is slowxutingjun2015-06-172-4/+4
* [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the Hi...Yin Huai2015-06-174-3/+46
* [SPARK-8404] [STREAMING] [TESTS] Use thread-safe collections to make the test...zsxwing2015-06-174-19/+14
* [SPARK-8373] [PYSPARK] Add emptyRDD to pyspark and fix the issue when calling...zsxwing2015-06-174-1/+20
* [SPARK-8372] History server shows incorrect information for application not s...Carson Wang2015-06-172-28/+53
* [SPARK-8161] Set externalBlockStoreInitialized to be true, after ExternalBloc...Mingfei2015-06-171-1/+3