aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Scala 2.12-compatible json4s.2.12/buildJosh Rosen2016-05-021-3/+1
* Minimum changes to compile REPL in SBT.Josh Rosen2016-04-1414-16/+53
* Small changes to get ClosureCleanerSuite to pass.Josh Rosen2016-04-143-32/+156
* Fix VALID_VERSIONS in change-version scriptJosh Rosen2016-04-141-1/+1
* Use Scala snapshot to test SI-9390 fix.Josh Rosen2016-04-142-2/+21
* Merge remote-tracking branch 'origin/master' into build-for-2.12Josh Rosen2016-04-14932-21788/+33469
|\
| * [SPARK-14545][SQL] Improve `LikeSimplification` by adding `a%b` ruleDongjoon Hyun2016-04-142-11/+31
| * [SPARK-14238][ML][MLLIB][PYSPARK] Add binary toggle Param to PySpark HashingT...Yong Tang2016-04-144-3/+69
| * [SPARK-14618][ML][DOC] Updated RegressionEvaluator.metricName param docJoseph K. Bradley2016-04-141-4/+5
| * [SPARK-13967][PYSPARK][ML] Added binary Param to Python CountVectorizerBryan Cutler2016-04-142-5/+45
| * [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-145-9/+79
| * [SPARK-14499][SQL][TEST] Drop Partition Does Not Delete Data of External Tablesgatorsmile2016-04-141-0/+67
| * [SPARK-14558][CORE] In ClosureCleaner, clean the outer pointer if it's a REPL...Wenchen Fan2016-04-142-30/+50
| * [SPARK-14617] Remove deprecated APIs in TaskMetricsReynold Xin2016-04-1411-97/+40
| * [SPARK-14619] Track internal accumulators (metrics) by stage attemptReynold Xin2016-04-1410-38/+26
| * [SPARK-14612][ML] Consolidate the version of dependencies in mllib and mllib-...Sean Owen2016-04-144-27/+22
| * [SPARK-14630][BUILD][CORE][SQL][STREAMING] Code style: public abstract method...Liwei Lin2016-04-1427-49/+50
| * [SPARK-14625] TaskUIData and ExecutorUIData shouldn't be case classesReynold Xin2016-04-146-57/+58
| * [SPARK-14125][SQL] Native DDL Support: Alter Viewgatorsmile2016-04-145-15/+157
| * [SPARK-14572][DOC] Update config docs to allow -Xms in extraJavaOptionsDhruve Ashar2016-04-142-5/+10
| * [SPARK-14518][SQL] Support Comment in CREATE VIEWgatorsmile2016-04-143-19/+24
| * [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-1424-72/+67
| * [SPARK-14573][PYSPARK][BUILD] Fix PyDoc Makefile & highlighting issuesHolden Karau2016-04-144-7/+7
| * [SPARK-14596][SQL] Remove not used SqlNewHadoopRDD and some more unused importshyukjinkwon2016-04-148-310/+16
| * [SPARK-14607] [SPARK-14484] [SQL] fix case-insensitive predicates in FileSour...Davies Liu2016-04-133-6/+41
| * [SPARK-14472][PYSPARK][ML] Cleanup ML JavaWrapper and related class hierarchyBryan Cutler2016-04-138-70/+62
| * [SPARK-13089][ML] [Doc] spark.ml Naive Bayes user guide and examplesYuhao Yang2016-04-134-0/+209
| * [SPARK-14509][DOC] Add python CountVectorizerExampleZheng RuiFeng2016-04-132-0/+53
| * [SPARK-14375][ML] Unit test for spark.ml KMeansSummaryYanbo Liang2016-04-133-8/+47
| * [SPARK-14461][ML] GLM training summaries should provide solverYanbo Liang2016-04-132-3/+11
| * [SPARK-10386][MLLIB] PrefixSpanModel supports save/loadYanbo Liang2016-04-133-1/+163
| * [SPARK-14581] [SQL] push predicatese through more logical plansDavies Liu2016-04-136-52/+146
| * [SPARK-13783][ML] Model export/import for spark.ml: GBTsYanbo Liang2016-04-138-137/+262
| * [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-1318-262/+571
| * [SPARK-14568][ML] Instrumentation framework for logistic regressionTimothy Hunter2016-04-132-1/+127
| * Revert "[SPARK-14154][MLLIB] Simplify the implementation for Kolmogorov–Smi...Xiangrui Meng2016-04-131-4/+73
| * [SPARK-14537][CORE] Make TaskSchedulerImpl waiting fail if context is shut downCharles Allen2016-04-131-0/+5
| * [SPARK-13992][CORE][PYSPARK][FOLLOWUP] Update OFF_HEAP semantics for Java api...Liwei Lin2016-04-122-2/+2
| * [SPARK-14554][SQL][FOLLOW-UP] use checkDataset to check the resultWenchen Fan2016-04-131-1/+1
| * [MINOR][SQL] Remove some unused imports in datasources.hyukjinkwon2016-04-1310-37/+10
| * [SPARK-14579][SQL] Fix a race condition in StreamExecution.processAllAvailableShixiong Zhu2016-04-121-13/+27
| * [SPARK-14578] [SQL] Fix codegen for CreateExternalRow with nested wide schemaDavies Liu2016-04-122-3/+20
| * [SPARK-14363] Fix executor OOM due to memory leak in the SorterSital Kedia2016-04-124-4/+23
| * [SPARK-14547] Avoid DNS resolution for reusing connectionsReynold Xin2016-04-121-11/+20
| * [SPARK-14544] [SQL] improve performance of SQL UI tabDavies Liu2016-04-123-35/+17
| * [SPARK-14513][CORE] Fix threads left behind after stopping SparkContextTerence Yim2016-04-123-2/+21
| * [SPARK-14414][SQL] improve the error message class hierarchybomeng2016-04-124-27/+9
| * [SPARK-14562] [SQL] improve constraints propagation in UnionDavies Liu2016-04-122-1/+29
| * [SPARK-14556][SQL] Code clean-ups for package o.a.s.sql.execution.streaming.s...Liwei Lin2016-04-125-32/+31
| * [SPARK-14147][ML][SPARKR] SparkR predict should not output feature columnYanbo Liang2016-04-122-2/+4