aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7532] [STREAMING] StreamingContext.start() made to logWarning and not ...Tathagata Das2015-05-122-17/+14
* [SPARK-7467] Dag visualization: treat checkpoint as an RDD operationAndrew Or2015-05-121-7/+9
* [SPARK-7485] [BUILD] Remove pyspark files from assembly.Marcelo Vanzin2015-05-125-115/+3
* [MINOR] [PYSPARK] Set PYTHONPATH to python/lib/pyspark.zip rather than python...linweizhong2015-05-121-1/+1
* [SPARK-7534] [CORE] [WEBUI] Fix the Stage table when a stage is missingzsxwing2015-05-121-1/+14
* [SPARK-6994][SQL] Update docs for fetching Row fields by namevidmantas zemleris2015-05-111-3/+10
* [SQL] Rename Dialect -> ParserDialect.Reynold Xin2015-05-115-14/+14
* [SPARK-7435] [SPARKR] Make DataFrame.show() consistent with that of Scala and...Joshi2015-05-112-4/+6
* [SPARK-7509][SQL] DataFrame.drop in Python for dropping columns.Reynold Xin2015-05-111-1/+13
* [SPARK-7437] [SQL] Fold "literal in (item1, item2, ..., literal, ...)" into t...Zhongshuai Pei2015-05-113-2/+36
* [SPARK-7411] [SQL] Support SerDe for HiveQl in CTASCheng Hao2015-05-116-82/+390
* [SPARK-7324] [SQL] DataFrame.dropDuplicatesReynold Xin2015-05-113-4/+105
* [SPARK-7530] [STREAMING] Added StreamingContext.getState() to expose the curr...Tathagata Das2015-05-117-33/+147
* [SPARK-5893] [ML] Add bucketizerXusen Yin2015-05-113-0/+290
* Updated DataFrame.saveAsTable Hive warning to include SPARK-7550 ticket.Reynold Xin2015-05-111-6/+6
* [SPARK-7462][SQL] Update documentation for retaining grouping columns in Data...Reynold Xin2015-05-113-3/+73
* [SPARK-7084] improve saveAsTable documentationmadhukar2015-05-111-0/+18
* [SQL] Show better error messages for incorrect join types in DataFrames.Reynold Xin2015-05-111-0/+10
* [MINOR] [DOCS] Fix the link to test building info on the wikiSean Owen2015-05-121-1/+1
* Update Documentation: leftsemi instead of semijoinLCY Vincent2015-05-111-1/+1
* [STREAMING] [MINOR] Close files correctly when iterator is finished in stream...jerryshao2015-05-111-2/+3
* [SPARK-7516] [Minor] [DOC] Replace depreciated inferSchema() with createDataF...gchen2015-05-111-1/+1
* [SPARK-7515] [DOC] Update documentation for PySpark on YARN with cluster modeKousuke Saruta2015-05-111-1/+1
* [SPARK-7508] JettyUtils-generated servlets to log & report all errorsSteve Loughran2015-05-111-0/+6
* [SPARK-6470] [YARN] Add support for YARN node labels.Sandy Ryza2015-05-112-1/+39
* [SPARK-7462] By default retain group by columns in aggregateReynold Xin2015-05-1110-172/+218
* [SPARK-7361] [STREAMING] Throw unambiguous exception when attempting to start...Tathagata Das2015-05-112-8/+58
* [SPARK-7522] [EXAMPLES] Removed angle brackets from dataFormat optionBryan Cutler2015-05-115-5/+5
* [SPARK-6092] [MLLIB] Add RankingMetrics in PySpark/MLlibYanbo Liang2015-05-112-2/+86
* [SPARK-7326] [STREAMING] Performing window() on a WindowedDStream doesn't wor...Wesley Miao2015-05-113-8/+22
* [SPARK-7519] [SQL] fix minor bugs in thrift server UItianyi2015-05-112-6/+8
* [SPARK-7512] [SPARKR] Fix RDD's show method to use getJRDDShivaram Venkataraman2015-05-101-2/+2
* [SPARK-7427] [PYSPARK] Make sharedParams match in Scala, PythonGlenn Weidner2015-05-104-22/+20
* [SPARK-5521] PCA wrapper for easy transform vectorsKirill A. Korinskiy2015-05-104-2/+213
* [SPARK-7431] [ML] [PYTHON] Made CrossValidatorModel call parent init in PySparkJoseph K. Bradley2015-05-103-3/+4
* [MINOR] [SQL] Fixes variable name typoCheng Lian2015-05-108-9/+9
* [SPARK-7345][SQL] Spark cannot detect renamed columns using JDBC connectorOleg Sidorkin2015-05-102-1/+17
* [SPARK-6091] [MLLIB] Add MulticlassMetrics in PySpark/MLlibYanbo Liang2015-05-102-0/+137
* [SPARK-7475] [MLLIB] adjust ldaExample for online LDAYuhao Yang2015-05-091-6/+25
* [BUILD] Reference fasterxml.jackson.version in sql/core/pom.xmltedyu2015-05-091-1/+1
* Upgrade version of jackson-databind in sql/core/pom.xmltedyu2015-05-091-1/+1
* [STREAMING] [DOCS] Fix wrong url about API docs of StreamingListenerdobashim2015-05-091-1/+1
* [SPARK-7403] [WEBUI] Link URL in objects on Timeline View is wrong in case of...Kousuke Saruta2015-05-093-20/+30
* [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinctVinod K C2015-05-094-6/+6
* [SPARK-7498] [ML] removed varargs annotation from Params.setDefaultsJoseph K. Bradley2015-05-082-2/+2
* [SPARK-7262] [ML] Binary LogisticRegression with L1/L2 (elastic net) using OW...DB Tsai2015-05-085-40/+821
* [SPARK-7375] [SQL] Avoid row copying in exchange when sort.serializeMapOutput...Josh Rosen2015-05-081-56/+100
* [SPARK-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly.Shivaram Venkataraman2015-05-088-29/+249
* [SPARK-7451] [YARN] Preemption of executors is counted as failure causing Spa...Ashwin Shankar2015-05-081-1/+3
* [SPARK-7488] [ML] Feature Parity in PySpark for ml.recommendationBurak Yavuz2015-05-084-4/+318