aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13937][PYSPARK][ML] Change JavaWrapper _java_obj from static to member...Bryan Cutler2016-03-171-4/+9
* [SPARK-12719][HOTFIX] Fix compilation against Scala 2.10tedyu2016-03-171-8/+8
* [SPARK-13838] [SQL] Clear variable code to prevent it to be re-evaluated in B...Liang-Chi Hsieh2016-03-171-1/+3
* [SPARK-13427][SQL] Support USING clause in JOIN.Dilip Biswal2016-03-1712-113/+259
* [SPARK-13776][WEBUI] Limit the max number of acceptors and selectors for JettyShixiong Zhu2016-03-171-1/+16
* [SPARK-12719][SQL] SQL generation support for GenerateWenchen Fan2016-03-172-7/+170
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-17398-344/+576
* [SPARK-13901][CORE] correct the logDebug information when jump to the next lo...trueyao2016-03-171-2/+2
* [SPARK-13629][ML] Add binary toggle Param to CountVectorizerYuhao Yang2016-03-172-2/+46
* [MINOR][DOC] Add JavaStreamingTestExampleZheng RuiFeng2016-03-172-0/+128
* Revert "[SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPrunin...Davies Liu2016-03-164-26/+14
* [SPARK-13948] MiMa check should catch if the visibility changes to privateJosh Rosen2016-03-164-26/+42
* [SPARK-13403][SQL] Pass hadoopConfiguration to HiveConf constructors.Ryan Blue2016-03-165-5/+34
* [SPARK-13926] Automatically use Kryo serializer when shuffling RDDs with simp...Josh Rosen2016-03-1621-73/+135
* [SPARK-12855][MINOR][SQL][DOC][TEST] remove spark.sql.dialect from doc and testDaoyuan Wang2016-03-163-14/+1
* [MINOR][SQL][BUILD] Remove duplicated linesDongjoon Hyun2016-03-162-3/+0
* [SPARK-13118][SQL] Expression encoding for optional synthetic classesJakob Odersky2016-03-163-3/+37
* [SPARK-13873] [SQL] Avoid copy of UnsafeRow when there is no join in whole st...Davies Liu2016-03-169-8/+35
* [SPARK-13719][SQL] Parse JSON rows having an array type and a struct type in ...hyukjinkwon2016-03-164-14/+48
* [SPARK-13923][SQL] Implement SessionCatalogAndrew Or2016-03-1619-202/+1604
* [SPARK-13761][ML] Deprecate validateParamsYuhao Yang2016-03-1633-89/+36
* [SPARK-11011][SQL] Narrow type of UDT serializationJakob Odersky2016-03-1610-52/+32
* [SPARK-13869][SQL] Remove redundant conditions while combining filtersSameer Agarwal2016-03-162-4/+26
* [SPARK-13871][SQL] Support for inferring filters from data constraintsSameer Agarwal2016-03-162-62/+63
* [SPARK-13922][SQL] Filter rows with null attributes in vectorized parquet readerSameer Agarwal2016-03-163-5/+146
* [SPARK-13942][CORE][DOCS] Remove Shark-related docs for 2.xDongjoon Hyun2016-03-161-45/+0
* [SPARK-13034] PySpark ml.classification support export/importGayathriMurali2016-03-162-9/+61
* [SPARK-13927][MLLIB] add row/column iterator to local matricesXiangrui Meng2016-03-163-1/+80
* [SPARK-11888][ML] Decision tree persistence in spark.mlJoseph K. Bradley2016-03-1623-71/+428
* [SPARK-13613][ML] Provide ignored tests to export test dataset into CSV formatYanbo Liang2016-03-164-33/+97
* [SPARK-13038][PYSPARK] Add load/save to pipelineXusen Yin2016-03-166-89/+317
* [SPARK-12721][SQL] SQL Generation for Script Transformationgatorsmile2016-03-163-0/+134
* [SPARK-13827][SQL] Can't add subquery to an operator with same-name outputs w...Wenchen Fan2016-03-163-103/+147
* [SPARK-13816][GRAPHX] Add parameter checks for algorithms in GraphxZheng RuiFeng2016-03-166-2/+25
* [SPARK-13894][SQL] SqlContext.range return type from DataFrame to DataSetCheng Hao2016-03-1612-37/+38
* [SPARK-13924][SQL] officially support multi-insertWenchen Fan2016-03-163-20/+58
* [SPARK-13360][PYSPARK][YARN] PYSPARK_DRIVER_PYTHON and PYSPARK_PYTHON…Jeff Zhang2016-03-161-0/+3
* [SPARK-13281][CORE] Switch broadcast of RDD to exception from warningWesley Tang2016-03-162-6/+9
* [SPARK-13823][HOTFIX] Increase tryAcquire timeout and assert it succeeds to f...Sean Owen2016-03-161-3/+3
* [SPARK-13889][YARN] Fix integer overflow when calculating the max number of e...Carson Wang2016-03-161-1/+4
* [SPARK-13793][CORE] PipedRDD doesn't propagate exceptions while reading paren...Tejas Patil2016-03-162-32/+86
* [SPARK-13396] Stop using our internal deprecated .metrics on Exceptio…GayathriMurali2016-03-161-8/+14
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-1641-184/+178
* [SPARK-13906] Ensure that there are at least 2 dispatcher threads.Yonathan Randolph2016-03-161-1/+1
* [SPARK-12653][SQL] Re-enable test "SPARK-8489: MissingRequirementError during...Dongjoon Hyun2016-03-164-2/+7
* [SPARK-13899][SQL] Produce InternalRow instead of external Row at CSV data so...hyukjinkwon2016-03-154-22/+42
* [SPARK-13920][BUILD] MIMA checks should apply to @Experimental and @Developer...Dongjoon Hyun2016-03-152-19/+214
* [SPARK-9837][ML] R-like summary statistics for GLMs via iteratively reweighte...Yanbo Liang2016-03-153-11/+796
* [SPARK-13917] [SQL] generate broadcast semi joinDavies Liu2016-03-1511-139/+124
* [MINOR][TEST][SQL] Remove wrong "expected" parameter in checkNaNWithoutCodegenYucai Yu2016-03-151-1/+0