aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17947][SQL] Add Doc and Comment about spark.sql.debuggatorsmile2016-10-171-0/+3
* [SPARK-17819][SQL] Support default database in connection URIs for Spark Thri...Dongjoon Hyun2016-10-162-0/+73
* Revert "[SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across exe...Reynold Xin2016-10-154-266/+19
* [SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executorsZhan Zhang2016-10-154-19/+266
* [SPARK-17953][DOCUMENTATION] Fix typo in SparkSession scaladocJun Kim2016-10-151-1/+1
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-1437-368/+914
* [SPARK-17946][PYSPARK] Python crossJoin API similar to ScalaSrinath Shankar2016-10-143-7/+36
* [SPARK-17900][SQL] Graduate a list of Spark SQL APIs to stableReynold Xin2016-10-149-62/+51
* [SPARK-11775][PYSPARK][SQL] Allow PySpark to register Java UDFJeff Zhang2016-10-145-4/+152
* [SPARK-16063][SQL] Add storageLevel to DatasetNick Pentreath2016-10-143-16/+68
* [SPARK-17863][SQL] should not add column into DistinctDavies Liu2016-10-142-0/+26
* Revert "[SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Cr...Yin Huai2016-10-143-60/+9
* [SPARK-17620][SQL] Determine Serde by hive.default.fileformat when Creating H...Dilip Biswal2016-10-143-9/+60
* [SPARK-17941][ML][TEST] Logistic regression tests should use sample weights.sethah2016-10-141-745/+748
* [TEST] Ignore flaky test in StreamingQueryListenerSuiteTathagata Das2016-10-141-1/+1
* Typo: form -> fromAndrew Ash2016-10-141-1/+1
* [DOC] Fix typo in sql hive docDhruve Ashar2016-10-141-1/+1
* [SPARK-17073][SQL][FOLLOWUP] generate column-level statisticswangzhenhua2016-10-143-57/+197
* [SPARK-17855][CORE] Remove query string from jar urlinvkrh2016-10-141-15/+9
* [SPARK-17870][MLLIB][ML] Change statistic to pValue for SelectKBest and Selec...Peng2016-10-145-15/+15
* [SPARK-14634][ML] Add BisectingKMeansSummaryZheng RuiFeng2016-10-144-5/+91
* [SPARK-15402][ML][PYSPARK] PySpark ml.evaluation should support save/loadYanbo Liang2016-10-141-9/+36
* [SPARK-17903][SQL] MetastoreRelation should talk to external catalog instead ...Wenchen Fan2016-10-1411-32/+66
* [SPARK-17925][SQL] Break fileSourceInterfaces.scala into multiple piecesReynold Xin2016-10-145-284/+359
* [SPARK-17927][SQL] Remove dead code in WriterContainer.Reynold Xin2016-10-141-11/+0
* [SPARK-15957][FOLLOW-UP][ML][PYSPARK] Add Python API for RFormula forceIndexL...Yanbo Liang2016-10-132-4/+43
* [SPARK-17368][SQL] Add support for value class serialization and deserializationJakob Odersky2016-10-132-3/+13
* [SPARK-17661][SQL] Consolidate various listLeafFiles implementationspetermaxlee2016-10-134-224/+206
* [SPARK-17731][SQL][STREAMING] Metrics for structured streamingTathagata Das2016-10-1327-273/+1758
* [SPARK-17834][SQL] Fetch the earliest offsets manually in KafkaSource instead...Shixiong Zhu2016-10-132-26/+48
* [SPARK-17827][SQL] maxColLength type should be Int for String and BinaryPete Robbins2016-10-133-7/+7
* [SPARK-17830][SQL] Annotate remaining SQL APIs with InterfaceStabilityReynold Xin2016-10-1335-122/+150
* [SPARK-17657][SQL] Disallow Users to Change Table Typegatorsmile2016-10-132-0/+37
* [SPARK-17686][CORE] Support printing out scala and java version with spark-su...jerryshao2016-10-131-1/+3
* [SPARK-17899][SQL] add a debug mode to keep raw table properties in HiveExter...Wenchen Fan2016-10-134-13/+42
* [SPARK-11272][WEB UI] Add support for downloading event logs from HistoryServ...Alex Bozarth2016-10-132-1/+7
* minor doc fix for Row.scalabuzhihuojie2016-10-121-1/+1
* [SPARK-17866][SPARK-17867][SQL] Fix Dataset.dropduplicatesLiang-Chi Hsieh2016-10-132-4/+29
* [SPARK-17876] Write StructuredStreaming WAL to a stream instead of materializ...Burak Yavuz2016-10-123-27/+38
* [SPARK-17835][ML][MLLIB] Optimize NaiveBayes mllib wrapper to eliminate extra...Yanbo Liang2016-10-122-18/+43
* [SPARK-17745][ML][PYSPARK] update NB python api - add weight col parameterWeichenXu2016-10-121-13/+13
* [SPARK-17845] [SQL] More self-evident window function frame boundary APIReynold Xin2016-10-125-51/+160
* [SPARK-17782][STREAMING][KAFKA] alternative eliminate race condition of poll ...cody koeninger2016-10-123-7/+32
* [SPARK-17675][CORE] Expand Blacklist for TaskSetsImran Rashid2016-10-1217-198/+964
* [SPARK-17850][CORE] Add a flag to ignore corrupt filesShixiong Zhu2016-10-127-7/+153
* [BUILD] Closing stale PRsSean Owen2016-10-120-0/+0
* [SPARK-17840][DOCS] Add some pointers for wiki/CONTRIBUTING.md in README.md a...Sean Owen2016-10-122-3/+6
* [SPARK-17790][SPARKR] Support for parallelizing R data.frame larger than 2GBHossein2016-10-124-3/+68
* [SPARK-17884][SQL] To resolve Null pointer exception when casting from empty ...prigarg2016-10-122-1/+7
* [SPARK-14761][SQL] Reject invalid join methods when join columns are not spec...Bijay Pathak2016-10-122-16/+21