aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14219][GRAPHX] Fix `pickRandomVertex` not to fall into infinite loops ...Dongjoon Hyun2016-03-282-1/+10
* [SPARK-13447][YARN][CORE] Clean the stale states for AM failure and restart s...jerryshao2016-03-281-12/+9
* [SPARK-13845][CORE] Using onBlockUpdated to replace onTaskEnd avioding driver...jeanlyn2016-03-287-95/+91
* [SPARK-14119][SPARK-14120][SPARK-14122][SQL] Throw exception on unsupported D...Andrew Or2016-03-283-32/+69
* [SPARK-14013][SQL] Proper temp function support in catalogAndrew Or2016-03-2812-83/+136
* [SPARK-14169][CORE] Add UninterruptibleThreadShixiong Zhu2016-03-283-66/+279
* [SPARK-14155][SQL] Hide UserDefinedType interface in Spark 2.0Reynold Xin2016-03-281-2/+4
* [SPARK-13923][SPARK-14014][SQL] Session catalog follow-upsAndrew Or2016-03-2824-125/+131
* [SPARK-14180][CORE] Fix a deadlock in CoarseGrainedExecutorBackend ShutdownShixiong Zhu2016-03-281-3/+9
* [SPARK-14086][SQL] Add DDL commands to ANTLR4 parserHerman van Hovell2016-03-282-6/+619
* [SPARK-11893] Model export/import for spark.ml: TrainValidationSplitXusen Yin2016-03-285-142/+310
* [SPARK-14202] [PYTHON] Use generator expression instead of list comp in pytho...zero3232016-03-281-1/+1
* [SPARK-13622][YARN] Issue creating level db for YARN shuffle servicenfraison2016-03-281-3/+4
* [SPARK-13713][SQL][TEST-MAVEN] Add Antlr4 maven plugin.Yin Huai2016-03-282-0/+20
* [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelationDavies Liu2016-03-287-220/+299
* [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4Herman van Hovell2016-03-2829-66/+4127
* [SPARK-14156][SQL] Use executedPlan in HiveComparisonTest for the messages of...Liang-Chi Hsieh2016-03-281-1/+5
* [SPARK-13844] [SQL] Generate better code for filters with a non-nullable columnKazuaki Ishizaki2016-03-282-48/+102
* Revert "[SPARK-12792] [SPARKR] Refactor RRDD to support R UDF."Davies Liu2016-03-283-379/+324
* [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF.Sun Rui2016-03-283-324/+379
* [SPARK-13742] [CORE] Add non-iterator interface to RandomSamplerLiang-Chi Hsieh2016-03-283-111/+289
* [SPARK-14187][MLLIB] Fix incorrect use of binarySearch in SparseMatrixChenliang Xu2016-03-282-1/+5
* [SPARK-14102][CORE] Block `reset` command in SparkShellDongjoon Hyun2016-03-281-10/+7
* [SPARK-12494][MLLIB] Array out of bound Exception in KMeans Yarn ModeSean Owen2016-03-281-0/+2
* [SPARK-14185][SQL][MINOR] Make indentation of debug log for generated code pr...Kousuke Saruta2016-03-271-1/+1
* [SPARK-10691][ML] Make LogisticRegressionModel, LinearRegressionModel evaluat...Joseph K. Bradley2016-03-272-9/+11
* [MINOR][MLLIB] Remove TODO comment DecisionTreeModel.scalaDongjoon Hyun2016-03-271-1/+1
* [MINOR][SQL] Fix substr/substring testcases.Dongjoon Hyun2016-03-271-2/+2
* [SPARK-14177][SQL] Native Parsing for DDL Command "Describe Database" and "Al...gatorsmile2016-03-264-3/+80
* [SPARK-14157][SQL] Parse Drop Function DDL commandLiang-Chi Hsieh2016-03-264-7/+90
* [SPARK-14116][SQL] Implements buildReader() for ORC data sourceCheng Lian2016-03-267-91/+151
* [SPARK-14161][SQL] Native Parsing for DDL Command Drop Databasegatorsmile2016-03-264-1/+89
* [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManagerJosh Rosen2016-03-2613-186/+280
* [SPARK-14175][SQL] whole stage codegen interface refactorDavies Liu2016-03-269-124/+72
* [SPARK-13973][PYSPARK] ipython notebook` is going awayRekha Joshi2016-03-261-1/+5
* [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1,...Liwei Lin2016-03-269-158/+13
* [MINOR] Fix newly added java-lint errorsDongjoon Hyun2016-03-267-22/+20
* [SPARK-13874][DOC] Remove docs of streaming-akka, streaming-zeromq, streaming...Shixiong Zhu2016-03-266-158/+14
* [SPARK-14109][SQL] Fix HDFSMetadataLog to fallback from FileContext to FileSy...Tathagata Das2016-03-254-26/+288
* [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to SparkShixiong Zhu2016-03-2540-20/+3765
* [SPARK-14159][ML] Fixed bug in StringIndexer + related issue in RFormulaJoseph K. Bradley2016-03-253-13/+22
* [SPARK-14091][CORE] Improve performance of SparkContext.getCallSite()Rajesh Balamohan2016-03-251-1/+1
* [SPARK-14131][SQL] Add a workaround for HADOOP-10622 to fix DataFrameReaderWr...Shixiong Zhu2016-03-251-5/+80
* [SPARK-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullab...Sameer Agarwal2016-03-253-18/+33
* [SPARK-12443][SQL] encoderFor should support DecimalLiang-Chi Hsieh2016-03-255-4/+47
* [SQL][HOTFIX] Fix flakiness in StateStoreRDDSuiteTathagata Das2016-03-252-4/+8
* [SPARK-14144][SQL] Explicitly identify/catch UnsupportedOperationException du...Sameer Agarwal2016-03-251-7/+9
* [SPARK-14061][SQL] implement CreateMapWenchen Fan2016-03-2512-19/+277
* [SPARK-13919] [SQL] fix column pruning through filterDavies Liu2016-03-257-105/+124
* [SPARK-13887][PYTHON][TRIVIAL][BUILD] Make lint-python script fail fastHolden Karau2016-03-251-37/+6