aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17651][SPARKR] Set R package version number along with mvnShivaram Venkataraman2016-09-231-0/+15
* [SPARK-12221] add cpu time to metricsjisookim2016-09-2330-21/+492
* [SPARK-17643] Remove comparable requirement from OffsetMichael Armbrust2016-09-235-94/+9
* [SPARK-17210][SPARKR] sparkr.zip is not distributed to executors when running...Jeff Zhang2016-09-232-0/+19
* [SPARK-17499][SPARKR][ML][MLLIB] make the default params in sparkR spark.mlp ...WeichenXu2016-09-233-7/+33
* [SPARK-16861][PYSPARK][CORE] Refactor PySpark accumulator API on top of Accum...Holden Karau2016-09-232-22/+25
* [BUILD] Closes some stale PRshyukjinkwon2016-09-230-0/+0
* [SPARK-17640][SQL] Avoid using -1 as the default batchId for FileStreamSource...Shixiong Zhu2016-09-222-30/+31
* [SPARK-16719][ML] Random Forests should communicate fewer trees on each itera...Joseph K. Bradley2016-09-222-34/+46
* [SPARK-17639][BUILD] Add jce.jar to buildclasspath when building.Marcelo Vanzin2016-09-223-8/+7
* [SPARK-17635][SQL] Remove hardcode "agg_plan" in HashAggregateExecYucai Yu2016-09-221-1/+1
* [SPARK-17569][SPARK-17569][TEST] Make the unit test added for work againBurak Yavuz2016-09-221-1/+1
* [SPARK-16240][ML] ML persistence backward compatibility for LDAGayathri Murali2016-09-222-18/+72
* [SPARK-17616][SQL] Support a single distinct aggregate combined with a non-pa...Herman van Hovell2016-09-223-9/+111
* [SPARK-17638][STREAMING] Stop JVM StreamingContext when the Python process is...Shixiong Zhu2016-09-223-2/+35
* [SPARK-17613] S3A base paths with no '/' at the end return empty DataFramesBurak Yavuz2016-09-222-2/+53
* Skip building R vignettes if Spark is not builtShivaram Venkataraman2016-09-221-3/+22
* [SPARK-17365][CORE] Remove/Kill multiple executors together to reduce RPC cal...Dhruve Ashar2016-09-2211-55/+239
* [SQL][MINOR] correct the comment of SortBasedAggregationIterator.safeProjWenchen Fan2016-09-221-2/+9
* [SPARK-17281][ML][MLLIB] Add treeAggregateDepth parameter for AFTSurvivalRegr...WeichenXu2016-09-222-10/+25
* [SPARK-17421][DOCS] Documenting the current treatment of MAVEN_OPTS.frreiss2016-09-221-6/+14
* [SPARK-17625][SQL] set expectedOutputAttributes when converting SimpleCatalog...Zhenhua Wang2016-09-222-4/+20
* [SPARK-17492][SQL] Fix Reading Cataloged Data Sources without Extending Schem...gatorsmile2016-09-224-24/+102
* [SPARK-17425][SQL] Override sameResult in HiveTableScanExec to make ReuseExch...Yadong Qi2016-09-221-0/+15
* [SPARK-17609][SQL] SessionCatalog.tableExists should not check temp viewWenchen Fan2016-09-229-115/+81
* [SPARK-17494][SQL] changePrecision() on compact decimal should respect roundi...Davies Liu2016-09-212-4/+39
* [SPARK-17627] Mark Streaming Providers ExperimentalMichael Armbrust2016-09-211-0/+4
* [SPARK-17315][FOLLOW-UP][SPARKR][ML] Fix print of Kolmogorov-Smirnov test sum...Yanbo Liang2016-09-212-21/+11
* [SPARK-17577][SPARKR][CORE] SparkR support add files to Spark job and get by ...Yanbo Liang2016-09-214-3/+67
* [SPARK-17569] Make StructuredStreaming FileStreamSource batch generation fasterBurak Yavuz2016-09-213-4/+62
* [SPARK-17512][CORE] Avoid formatting to python path for yarn and mesos cluste...jerryshao2016-09-212-3/+29
* [SPARK-17623][CORE] Clarify type of TaskEndReason with a failed task.Imran Rashid2016-09-217-19/+13
* [SPARK-4563][CORE] Allow driver to advertise a different network address.Marcelo Vanzin2016-09-2121-40/+133
* [SPARK-11918][ML] Better error from WLS for cases like singular inputSean Owen2016-09-212-4/+35
* [SPARK-17418] Prevent kinesis-asl-assembly artifacts from being publishedJosh Rosen2016-09-211-0/+15
* [SPARK-17590][SQL] Analyze CTE definitions at once and allow CTE subquery to ...Liang-Chi Hsieh2016-09-214-5/+29
* [CORE][MINOR] Add minor code change to TaskState and Taskerenavsarogullari2016-09-212-2/+2
* [SPARK-17583][SQL] Remove uesless rowSeparator variable and set auto-expandin...hyukjinkwon2016-09-2112-17/+13
* [SPARK-17219][ML] Add NaN value handling in BucketizerVinceShieh2016-09-217-12/+85
* [SPARK-17017][MLLIB][ML] add a chiSquare Selector based on False Positive Rat...Peng, Meng2016-09-217-41/+262
* [SPARK-17599] Prevent ListingFileCatalog from failing if path doesn't existBurak Yavuz2016-09-212-2/+21
* [SPARK-17617][SQL] Remainder(%) expression.eval returns incorrect result on d...Sean Zhong2016-09-212-1/+16
* [SPARK-17595][MLLIB] Use a bounded priority queue to find synonyms in Word2Ve...William Benton2016-09-211-3/+10
* [SPARK-17585][PYSPARK][CORE] PySpark SparkContext.addFile supports adding fil...Yanbo Liang2016-09-215-7/+34
* [CORE][DOC] Fix errors in commentswm624@hotmail.com2016-09-212-2/+2
* [SPARK-15698][SQL][STREAMING][FOLLW-UP] Fix FileStream source and sink log ge...jerryshao2016-09-203-11/+13
* [MINOR][BUILD] Fix CheckStyle ErrorWeiqing Yang2016-09-207-17/+23
* [SPARK-17513][SQL] Make StreamExecution garbage-collect its metadatapetermaxlee2016-09-203-0/+32
* [SPARK-17611][YARN][TEST] Make shuffle service test really test auth.Marcelo Vanzin2016-09-202-27/+33
* [SPARK-17549][SQL] Revert "[] Only collect table size stat in driver for cach...Yin Huai2016-09-202-20/+18