aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-5678] Convert DataFrame to pandas.DataFrame and SeriesDavies Liu2015-02-091-0/+25
* SPARK-4267 [YARN] Failing to launch jobs on Spark on YARN with Hadoop 2.5.0 o...Sean Owen2015-02-093-14/+18
* SPARK-2149. [MLLIB] Univariate kernel density estimationSandy Ryza2015-02-093-0/+132
* [SPARK-5473] [EC2] Expose SSH failures after status checks passNicholas Chammas2015-02-091-12/+24
* [SPARK-5539][MLLIB] LDA guideXiangrui Meng2015-02-083-1/+215
* [SPARK-5472][SQL] Fix Scala code styleHung Lin2015-02-082-36/+41
* SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x co...Sean Owen2015-02-081-2/+12
* [SPARK-5660][MLLIB] Make Matrix apply publicJoseph K. Bradley2015-02-081-3/+3
* [SPARK-5643][SQL] Add a show method to print the content of a DataFrame in ta...Reynold Xin2015-02-088-21/+151
* SPARK-5665 [DOCS] Update netlib-java documentationSam Halliday2015-02-081-17/+24
* [SPARK-5598][MLLIB] model save/load for ALSXiangrui Meng2015-02-083-3/+100