aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14757] [SQL] Fix nullability bug in EqualNullSafe codegenReynold Xin2016-04-292-2/+3
* [SPARK-14412][ML][PYSPARK] Add StorageLevel params to ALSNick Pentreath2016-04-294-11/+209
* [SPARK-14917][SQL] Enable some ORC compressions tests for writinghyukjinkwon2016-04-291-29/+33
* [SPARK-13786][ML][PYTHON] Removed save/load for python tuningJoseph K. Bradley2016-04-292-262/+21
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-2918-187/+108
* [SPARK-15010][CORE] new accumulator shoule be tolerant of local RPC message d...Wenchen Fan2016-04-291-2/+7
* [SPARK-15019][SQL] Propagate all Spark Confs to HiveConf created in HiveClien...Yin Huai2016-04-297-40/+52
* [SPARK-15003] Use ConcurrentHashMap in place of HashMap for NewAccumulator.or...tedyu2016-04-302-13/+10
* [SPARK-14858] [SQL] Enable subquery pushdownHerman van Hovell2016-04-2913-318/+390
* [SPARK-14646][ML] Modified Kmeans to store cluster centers with one per rowJoseph K. Bradley2016-04-291-6/+13
* [SPARK-14988][PYTHON] SparkSession API follow-upsAndrew Or2016-04-2911-213/+256
* [SPARK-12919][SPARKR] Implement dapply() on DataFrame in SparkR.Sun Rui2016-04-2915-15/+337
* [SPARK-14570][ML] Log instrumentation in Random forestsBenFradet2016-04-298-33/+81
* [SPARK-15013][SQL] Remove hiveConf from HiveSessionStateYin Huai2016-04-292-30/+1
* [SPARK-14981][SQL] Throws exception if DESC is specified for sorting columnsCheng Lian2016-04-293-15/+41
* [SPARK-15004][SQL] Remove zookeeper service discovery code in thrift-serverReynold Xin2016-04-295-506/+6
* [SPARK-15011][SQL][TEST] Ignore org.apache.spark.sql.hive.StatisticsSuite.ana...Yin Huai2016-04-291-1/+1
* [SPARK-11940][PYSPARK][ML] Python API for ml.clustering.LDA PR2Jeff Zhang2016-04-293-6/+546
* [SPARK-14984][ML] Deprecated model field in LinearRegressionSummaryJoseph K. Bradley2016-04-292-4/+5
* [SPARK-14314][SPARK-14315][ML][SPARKR] Model persistence in SparkR (glm & kme...Yanbo Liang2016-04-297-76/+315
* [SPARK-14988][PYTHON] SparkSession catalog and conf APIAndrew Or2016-04-297-87/+611
* [SPARK-14987][SQL] inline hive-service (cli) into sql/hive-thriftserverDavies Liu2016-04-29181-78/+69973
* [SPARK-14571][ML] Log instrumentation in ALSwm624@hotmail.com2016-04-292-0/+12
* [SPARK-14969][MLLIB] Remove duplicate implementation of compute in LogisticGr...dding32016-04-292-13/+0
* [SPARK-14511][BUILD] Upgrade genjavadoc to latest upstreamJakob Odersky2016-04-291-3/+7
* [SPARK-14994][SQL] Remove execution hive from HiveSessionStateReynold Xin2016-04-2920-309/+327
* [SPARK-14996][SQL] Add TPCDS Benchmark Queries for SparkSQLSameer Agarwal2016-04-291-0/+1225
* [SPARK-12660][SPARK-14967][SQL] Implement Except Distinct by Left Anti Joingatorsmile2016-04-2912-111/+132
* [HOTFIX] Disable flaky test StatisticsSuite.analyze MetastoreRelationsReynold Xin2016-04-291-1/+2
* [SPARK-14886][MLLIB] RankingMetrics.ndcgAt throw java.lang.ArrayIndexOutOfBou...Sean Owen2016-04-292-6/+22
* [HOTFIX] Disable flaky LauncherServerSuite.testCommunicationReynold Xin2016-04-291-1/+2
* [MINOR][DOC] Minor typo fixesZheng RuiFeng2016-04-281-15/+15
* [SPARK-14829][MLLIB] Deprecate GLM APIs using SGDZheng RuiFeng2016-04-286-0/+37
* [SPARK-7264][ML] Parallel lapply for sparkRTimothy Hunter2016-04-283-0/+49
* [SPARK-14991][SQL] Remove HiveNativeCommandReynold Xin2016-04-2815-283/+51
* [HOTFIX][CORE] fix a concurrence issue in NewAccumulatorWenchen Fan2016-04-284-8/+14
* Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai2016-04-2836-161/+51
* [SPARK-14836][YARN] Zip all the jars before uploading to distributed cachejerryshao2016-04-282-9/+23
* [SPARK-14862][ML] Updated Classifiers to not require labelCol metadataJoseph K. Bradley2016-04-288-31/+245
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-04-2836-51/+161
* [SPARK-14555] Second cut of Python API for Structured StreamingBurak Yavuz2016-04-285-46/+217
* [SPARK-12810][PYSPARK] PySpark CrossValidatorModel should support avgMetricsKai Jiang2016-04-282-8/+37
* [SPARK-14970][SQL] Prevent DataSource from enumerates all files in a director...Tathagata Das2016-04-281-10/+9
* [SPARK-14916][MLLIB] A more friendly tostring for FreqItemset in mllib.fpmYuhao Yang2016-04-281-0/+4
* [SPARK-14852][ML] refactored GLM summary into training, non-training summariesJoseph K. Bradley2016-04-282-55/+115
* [SPARK-14965][SQL] Indicate an exception is thrown for a missing struct fieldGregory Hart2016-04-281-4/+9
* [SPARK-14945][PYTHON] SparkSession Python APIAndrew Or2016-04-286-240/+585
* [SPARK-14935][CORE] DistributedSuite "local-cluster format" shouldn't actuall...Xin Ren2016-04-281-12/+15
* [SPARK-14882][DOCS] Clarify that Spark can be cross-built for other Scala ver...Sean Owen2016-04-281-1/+2
* [SPARK-6735][YARN] Add window based executor failure tracking mechanism for l...jerryshao2016-04-285-8/+93