aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14062][YARN] Fix log4j and upload metrics.properties automatically wit...jerryshao2016-03-313-50/+31
* [SPARK-14164][MLLIB] Improve input layer validation of MultilayerPerceptronCl...Dongjoon Hyun2016-03-312-2/+18
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-3147-8283/+411
* [SPARK-14206][SQL] buildReader() implementation for CSVCheng Lian2016-03-309-63/+119
* [SPARK-14081][SQL] - Preserve DataFrame column types when filling nulls.Travis Crawford2016-03-302-28/+40
* [SPARK-14282][SQL] CodeFormatter should handle oneline comment with /* */ pro...Dongjoon Hyun2016-03-303-2/+17
* [SPARK-14259][SQL] Add a FileSourceStrategy option for limiting #files in a p...Takeshi YAMAMURO2016-03-303-2/+59
* [SPARK-11507][MLLIB] add compact in Matrices fromBreezeYuhao Yang2016-03-302-1/+21
* [SPARK-14152][ML][PYSPARK] MultilayerPerceptronClassifier supports save/load ...Yanbo Liang2016-03-301-2/+14
* [MINOR][ML] Fix the wrong param name of LDA topicDistributionColYanbo Liang2016-03-301-1/+1
* [SPARK-14181] TrainValidationSplit should have HasSeedXusen Yin2016-03-302-5/+14
* [SPARK-13955][YARN] Also look for Spark jars in the build directory.Marcelo Vanzin2016-03-305-29/+42
* [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serialize...Wenchen Fan2016-03-309-113/+110
* [SPARK-14114][SQL] implement buildReader for text data sourceWenchen Fan2016-03-302-2/+29
* [SPARK-14254][CORE] Add logs to help investigate the network performanceShixiong Zhu2016-03-291-1/+4
* [SPARK-14124][SQL] Implement Database-related DDL Commandsgatorsmile2016-03-299-61/+302
* [SPARK-12181] Check Cached unaligned-access capability before using Unsafetedyu2016-03-292-0/+31
* [SPARK-14225][SQL] Cap the length of toCommentSafeString at 128 charsSameer Agarwal2016-03-293-8/+79
* [SPARK-14215] [SQL] [PYSPARK] Support chained Python UDFsDavies Liu2016-03-296-35/+116
* [SPARK-14227][SQL] Add method for printing out generated code for debuggingEric Liang2016-03-293-6/+60
* [MINOR][SQL] Fix exception message to print string-array correctly.Dongjoon Hyun2016-03-291-1/+3
* [MINOR][SQL] Fix typos by replacing 'much' with 'match'.Dongjoon Hyun2016-03-292-2/+2
* [SPARK-10570][CORE] Add version info to json apiJakob Odersky2016-03-293-0/+39
* [SPARK-14232][WEBUI] Fix event timeline display issue when an executor is rem...Carson Wang2016-03-292-2/+2
* [SPARK-14154][MLLIB] Simplify the implementation for Kolmogorov–Smirnov testYuhao Yang2016-03-291-73/+4
* [SPARK-14208][SQL] Renames spark.sql.parquet.fileScanCheng Lian2016-03-292-5/+5
* [SPARK-13963][ML] Adding binary toggle param to HashingTFBryan Cutler2016-03-294-5/+69
* [SPARK-14158][SQL] implement buildReader for json data sourceWenchen Fan2016-03-294-4/+90
* [SPARK-14071][PYSPARK][ML] Change MLWritable.write to be a propertywm624@hotmail.com2016-03-282-1/+8
* [SPARK-11730][ML] Add feature importances for GBTs.sethah2016-03-2812-135/+213
* [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF.Sun Rui2016-03-283-324/+380
* [SPARK-14210] [SQL] Add a metric for time spent in scans.Nong Li2016-03-281-63/+94
* [SPARK-13981][SQL] Defer evaluating variables within Filter operator.Nong Li2016-03-281-16/+61
* [SPARK-14213][SQL] Migrate HiveQl parsing to ANTLR4 parserHerman van Hovell2016-03-284-4/+488
* [SPARK-14205][SQL] remove trait QueryableWenchen Fan2016-03-287-161/+98
* [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