aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-1733-263/+2426
* [SPARK-2669] [yarn] Distribute client configuration to AM.Marcelo Vanzin2015-04-175-36/+132
* [SPARK-6957] [SPARK-6958] [SQL] improve API compatibility to pandasDavies Liu2015-04-173-39/+70
* [SPARK-6604][PySpark]Specify ip of python server scoketlinweizhong2015-04-171-1/+1
* [SPARK-6952] Handle long args when detecting PID reusePunya Biswal2015-04-171-2/+2
* [SPARK-6046] [core] Reorganize deprecated config support in SparkConf.Marcelo Vanzin2015-04-176-95/+124
* SPARK-6846 [WEBUI] Stage kill URL easy to accidentally trigger and possibilit...Sean Owen2015-04-177-52/+78
* [SPARK-6972][SQL] Add Coalesce to DataFrameMichael Armbrust2015-04-163-0/+24
* [SPARK-6966][SQL] Use correct ClassLoader for JDBC DriverMichael Armbrust2015-04-161-1/+2
* [SPARK-6899][SQL] Fix type mismatch when using codegen with Average on Decima...Liang-Chi Hsieh2015-04-162-1/+10
* [SQL][Minor] Fix foreachUp of treenodescwf2015-04-162-1/+13
* [SPARK-6911] [SQL] improve accessor for nested typesDavies Liu2015-04-165-13/+76
* SPARK-6927 [SQL] Sorting Error when codegen on云峤2015-04-162-1/+33
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-1691-1396/+1398
* [SPARK-6855] [SPARKR] Set R includes to get the right collate order.Shivaram Venkataraman2015-04-166-5/+13
* [SPARK-6934][Core] Use 'spark.akka.askTimeout' for the ask timeoutzsxwing2015-04-161-3/+4
* [SPARK-6694][SQL]SparkSQL CLI must be able to specify an option --database on...Jin Adachi2015-04-162-9/+39
* [SPARK-4194] [core] Make SparkContext initialization exception-safe.Marcelo Vanzin2015-04-166-244/+329
* SPARK-4783 [CORE] System.exit() calls in SparkContext disrupt applications em...Sean Owen2015-04-162-6/+8
* [Streaming][minor] Remove additional quote and unneeded importsjerryshao2015-04-162-3/+2
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-1511-121/+270
* SPARK-6938: All require statements now have an informative error message.Juliet Hougland2015-04-151-5/+10
* [SPARK-5277][SQL] - SparkSqlSerializer doesn't always register user specified...Max Seiden2015-04-154-12/+68
* [SPARK-2312] Logging Unhandled messagesIsaias Barroso2015-04-151-1/+7
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-1511-33/+534
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-159-33/+52
* [SPARK-6937][MLLIB] Fixed bug in PICExample in which the radius were not bein...sboeschhuawei2015-04-151-3/+4
* [SPARK-6844][SQL] Clean up accumulators used in InMemoryRelation when it is u...Liang-Chi Hsieh2015-04-154-14/+55
* [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