aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-6638] [SQL] Improve performance of StringType in SQLDavies Liu2015-04-1550-298/+742
* [SPARK-6887][SQL] ColumnBuilder misses FloatTypeYin Huai2015-04-153-1/+62
* [SPARK-6800][SQL] Update doc for JDBCRelation's columnPartitionLiang-Chi Hsieh2015-04-152-3/+6
* [SPARK-6730][SQL] Allow using keyword as identifier in OPTIONSLiang-Chi Hsieh2015-04-152-6/+20
* [SPARK-6886] [PySpark] fix big closure with shuffleDavies Liu2015-04-152-14/+7
* SPARK-6861 [BUILD] Scalastyle config prevents building Maven child modules aloneSean Owen2015-04-151-3/+2
* [HOTFIX] [SPARK-6896] [SQL] fix compile error in hive-thriftserverDaoyuan Wang2015-04-151-1/+0
* [SPARK-6871][SQL] WITH clause in CTE can not following another WITH clauseLiang-Chi Hsieh2015-04-142-9/+15
* [SPARK-5634] [core] Show correct message in HS when no incomplete apps f...Marcelo Vanzin2015-04-141-0/+2
* [SPARK-6890] [core] Fix launcher lib work with SPARK_PREPEND_CLASSES.Marcelo Vanzin2015-04-145-11/+71
* [SPARK-6796][Streaming][WebUI] Add "Active Batches" and "Completed Batches" l...zsxwing2015-04-143-10/+159
* Revert "[SPARK-6352] [SQL] Add DirectParquetOutputCommitter"Josh Rosen2015-04-143-109/+0
* [SPARK-6769][YARN][TEST] Usage of the ListenerBus in YarnClusterSuite is wrongKousuke Saruta2015-04-143-16/+29
* [SPARK-5808] [build] Package pyspark files in sbt assembly.Marcelo Vanzin2015-04-141-1/+59
* [SPARK-6905] Upgrade to snappy-java 1.1.1.7Josh Rosen2015-04-141-1/+1
* [SPARK-6700] [yarn] Re-enable flaky test.Marcelo Vanzin2015-04-141-1/+1
* SPARK-1706: Allow multiple executors per worker in Standalone modeCodingCat2015-04-1410-73/+96
* [SPARK-2033] Automatically cleanup checkpointGuoQiang Li2015-04-143-18/+102
* [CORE] SPARK-6880: Fixed null check when all the dependent stages are cancell...pankaj arora2015-04-141-6/+1
* [SPARK-6894]spark.executor.extraLibraryOptions => spark.executor.extraLibrary...WangTaoTheTonic2015-04-141-1/+1
* [SPARK-6081] Support fetching http/https uris in driver runner.Timothy Chen2015-04-144-15/+23
* SPARK-6878 [CORE] Fix for sum on empty RDD fails with exceptionErik van Oosten2015-04-142-1/+7
* [SPARK-6731] Bump version of apache commons-math3Punyashloka Biswal2015-04-141-1/+1
* [WIP][HOTFIX][SPARK-4123]: Fix bug in PR dependency (all deps. removed issue)Brennon York2015-04-132-4/+8
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-1327-396/+820
* [Minor][SparkR] Minor refactor and removes redundancy related to cleanClosure.hlin092015-04-132-16/+4
* [SPARK-5794] [SQL] fix add jarDaoyuan Wang2015-04-135-4/+23
* [SQL] [Minor] Fix for SqlApp.scalaFei Wang2015-04-131-1/+3
* [Spark-4848] Allow different Worker configurations in standalone clusterNathan Kronenfeld2015-04-134-22/+103
* [SPARK-6877][SQL] Add code generation support for MinLiang-Chi Hsieh2015-04-136-4/+104
* [SPARK-6303][SQL] Remove unnecessary Average in GeneratedAggregateLiang-Chi Hsieh2015-04-131-45/+0
* [SPARK-6881][SparkR] Changes the checkpoint directory name.hlin092015-04-133-4/+5
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-1325-157/+345
* [SPARK-5941] [SQL] Unit Test loads the table `src` twice for leftsemijoin.qCheng Hao2015-04-135-15/+12
* [SPARK-6872] [SQL] add copy in external sortDaoyuan Wang2015-04-131-1/+1
* [SPARK-5972] [MLlib] Cache residuals and gradient in GBT during training and ...MechCoder2015-04-136-53/+105
* [SQL][SPARK-6742]: Don't push down predicates which reference partition colum...Yash Datta2015-04-132-2/+33
* [SPARK-6130] [SQL] support if not exists for insert overwrite into partition ...Daoyuan Wang2015-04-1330-35/+84
* [SPARK-5988][MLlib] add save/load for PowerIterationClusteringModelXusen Yin2015-04-132-5/+97
* [SPARK-6662][YARN] Allow variable substitution in spark.yarn.historyServer.ad...Cheolsoo Park2015-04-133-5/+37
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-1310-40/+52
* [SPARK-6207] [YARN] [SQL] Adds delegation tokens for metastore to conf.Doug Balog2015-04-131-0/+63
* [SPARK-6352] [SQL] Add DirectParquetOutputCommitterPei-Lun Lee2015-04-133-0/+109
* [SPARK-6870][Yarn] Catch InterruptedException when yarn application state mon...linweizhong2015-04-131-4/+7
* [SPARK-6671] Add status command for spark daemonsPradeep Chanumolu2015-04-131-1/+18
* [SPARK-6440][CORE]Handle IPv6 addresses properly when constructing URInyaapa2015-04-137-19/+29
* [SPARK-6860][Streaming][WebUI] Fix the possible inconsistency of StreamingPagezsxwing2015-04-132-6/+7
* [SPARK-6762]Fix potential resource leaks in CheckPoint CheckpointWriter and C...lisurprise2015-04-132-19/+31
* [SPARK-6868][YARN] Fix broken container log link on executor page when HTTPS_...Dean Chen2015-04-131-2/+11
* [SPARK-6562][SQL] DataFrame.replaceReynold Xin2015-04-122-0/+178