aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5714][Mllib] Refactor initial step of LDA to remove redundant operationsLiang-Chi Hsieh2015-02-101-24/+13
* [SPARK-5702][SQL] Allow short names for built-in data sources.Reynold Xin2015-02-104-48/+90
* [SPARK-5729] Potential NPE in standalone REST APIAndrew Or2015-02-101-1/+1
* [SPARK-4879] Use driver to coordinate Hadoop output committing for speculativ...mcheah2015-02-1012-23/+549
* [SQL][DataFrame] Fix column computability bug.Reynold Xin2015-02-104-15/+39
* [SPARK-5709] [SQL] Add EXPLAIN support in DataFrame API for debugging purposeCheng Hao2015-02-105-10/+32
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-1023-97/+222
* [SPARK-5683] [SQL] Avoid multiple json generator createdCheng Hao2015-02-103-16/+29
* [SQL] Add an exception for analysis errors.Michael Armbrust2015-02-105-17/+46
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-1026-350/+1357
* [SPARK-5493] [core] Add option to impersonate user.Marcelo Vanzin2015-02-108-34/+82
* [SQL] Make Options in the data source API CREATE TABLE statements optional.Yin Huai2015-02-102-6/+5
* [SPARK-5725] [SQL] Fixes ParquetRelation2.equalsCheng Lian2015-02-101-0/+1
* [SQL][Minor] correct some commentsSheng, Li2015-02-111-1/+1
* [SPARK-5644] [Core]Delete tmp dir when sc is stopSephiroth-Lin2015-02-102-1/+37
* [SPARK-5343][GraphX]: ShortestPaths traverses backwardsBrennon York2015-02-101-2/+2
* [SPARK-5021] [MLlib] Gaussian Mixture now supports Sparse InputMechCoder2015-02-105-26/+125
* [SPARK-5686][SQL] Add show current roles command in HiveQlOopsOutOfMemory2015-02-101-0/+1
* [SQL] Add toString to DataFrame/ColumnMichael Armbrust2015-02-108-8/+86
* [SPARK-5668] Display region in spark_ec2.py get_existing_cluster()Miguel Peralvo2015-02-101-4/+7
* [SPARK-5592][SQL] java.net.URISyntaxException when insert data to a partition...wangfei2015-02-102-3/+25
* [HOTFIX][SPARK-4136] Fix compilation and testsAndrew Or2015-02-103-11/+9
* SPARK-4136. Under dynamic allocation, cancel outstanding executor requests wh...Sandy Ryza2015-02-105-50/+184
* [SPARK-5716] [SQL] Support TOK_CHARSETLITERAL in HiveQlDaoyuan Wang2015-02-107-0/+8
* [Spark-5717] [MLlib] add stop and reorganize importJqueryFan2015-02-102-1/+2
* [SPARK-1805] [EC2] Validate instance typesNicholas Chammas2015-02-101-51/+81
* [SPARK-5700] [SQL] [Build] Bumps jets3t to 0.9.3 for hadoop-2.3 and hadoop-2....Cheng Lian2015-02-102-5/+2
* SPARK-5239 [CORE] JdbcRDD throws "java.lang.AbstractMethodError: oracle.jdbc....Sean Owen2015-02-102-6/+6
* [SPARK-4964][Streaming][Kafka] More updates to Exactly-once Kafka streamTathagata Das2015-02-0917-262/+1048
* [SPARK-5597][MLLIB] save/load for decision trees and emsemblesJoseph K. Bradley2015-02-098-38/+561
* [SQL] Remove the duplicated codeCheng Hao2015-02-091-5/+0
* [SPARK-5701] Only set ShuffleReadMetrics when task has shuffle depsKay Ousterhout2015-02-092-10/+40
* [SPARK-5703] AllJobsPage throws empty.max exceptionAndrew Or2015-02-091-1/+3
* [SPARK-2996] Implement userClassPathFirst for driver, yarn.Marcelo Vanzin2015-02-0927-348/+736
* SPARK-4900 [MLLIB] MLlib SingularValueDecomposition ARPACK IllegalStateExceptionSean Owen2015-02-091-1/+1
* Add a config option to print DAG.KaiXinXiaoLei2015-02-091-0/+3
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-0912-2756/+2962
* [SPARK-5698] Do not let user request negative # of executorsAndrew Or2015-02-091-0/+5
* [SPARK-5699] [SQL] [Tests] Runs hive-thriftserver tests whenever SQL code is ...Cheng Lian2015-02-091-3/+3
* [SPARK-5648][SQL] support "alter ... unset tblproperties("key")"DoingDone92015-02-091-0/+2
* [SPARK-2096][SQL] support dot notation on array of structWenchen Fan2015-02-095-22/+53
* [SPARK-5614][SQL] Predicate pushdown through Generate.Lu Yan2015-02-092-1/+87
* [SPARK-5696] [SQL] [HOTFIX] Asks HiveThriftServer2 to re-initialize log4j usi...Cheng Lian2015-02-091-0/+3
* [SQL] Code cleanup.Yin Huai2015-02-091-3/+0
* [SQL] Add some missing DataFrame functions.Michael Armbrust2015-02-096-21/+51
* [SPARK-5611] [EC2] Allow spark-ec2 repo and branch to be set on CLI of spark_...Florian Verhein2015-02-091-5/+32
* [SPARK-5675][SQL] XyzType companion object should subclass XyzTypeReynold Xin2015-02-091-12/+73
* [SPARK-4905][STREAMING] FlumeStreamSuite fix.Hari Shreedharan2015-02-091-4/+3
* [SPARK-5691] Fixing wrong data structure lookup for dupe app registratio...mcheah2015-02-091-1/+1
* [SPARK-5664][BUILD] Restore stty settings when exiting from SBT's spark-shellLiang-Chi Hsieh2015-02-092-1/+29