aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-7237] Clean function in several RDD methodstedyu2015-05-082-10/+41
* [SPARK-7469] [SQL] DAG visualization: show SQL query operatorsAndrew Or2015-05-0828-50/+71
* [SPARK-6955] Perform port retries at NettyBlockTransferService levelAaron Davidson2015-05-084-39/+102
* updated ec2 instance typesBrendan Collins2015-05-081-23/+47
* [SPARK-5913] [MLLIB] Python API for ChiSqSelectorYanbo Liang2015-05-082-2/+67
* [SPARK-4699] [SQL] Make caseSensitive configurable in spark sql analyzerJacky Li2015-05-0815-70/+127
* [SPARK-7390] [SQL] Only merge other CovarianceCounter when its count is great...Liang-Chi Hsieh2015-05-081-10/+12
* [SPARK-7378] [CORE] Handle deep links to unloaded apps.Marcelo Vanzin2015-05-081-19/+29
* [MINOR] [CORE] Allow History Server to read kerberos opts from config file.Marcelo Vanzin2015-05-081-1/+1
* [SPARK-7466] DAG visualization: fix orphan nodesAndrew Or2015-05-081-1/+1
* [MINOR] Defeat early garbage collection of test suite variableTim Ellison2015-05-081-0/+1
* [SPARK-7489] [SPARK SHELL] Spark shell crashes when compiled with scala 2.11vinodkc2015-05-081-1/+1
* [WEBUI] Remove debug feature for vis.jsKousuke Saruta2015-05-083-3/+0
* [MINOR] Ignore python/lib/pyspark.zipzsxwing2015-05-081-0/+1
* [SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapStatuses: close in...Evan Jones2015-05-081-1/+5
* [SPARK-6627] Finished rename to ShuffleBlockResolverKay Ousterhout2015-05-0816-95/+94
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-0816-191/+327
* [SPARK-7298] Harmonize style of new visualizationsMatei Zaharia2015-05-0812-151/+255
* [SPARK-7436] Fixed instantiation of custom recovery mode factory and added testsJacek Lewandowski2015-05-083-4/+208
* [SPARK-6824] Fill the docs for DataFrame API in SparkRhqzizania2015-05-089-1609/+1610
* [SPARK-7474] [MLLIB] update ParamGridBuilder doctestXiangrui Meng2015-05-081-15/+13
* [SPARK-7383] [ML] Feature Parity in PySpark for ml.featuresBurak Yavuz2015-05-085-43/+851
* [SPARK-3454] separate json endpoints for data in the UIImran Rashid2015-05-08100-172/+8608
* [SPARK-6869] [PYSPARK] Add pyspark archives path to PYTHONPATHLianhui Wang2015-05-084-8/+114
* [SPARK-7392] [CORE] bugfix: Kryo buffer size cannot be larger than 2MZhang, Liye2015-05-082-5/+36