aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Build] Set all Debian package permissions to 755Nicholas Chammas2015-02-061-4/+4
* Update ec2-scripts.mdMiguel Peralvo2015-02-061-1/+1
* [SPARK-5470][Core]use defaultClassLoader to load classes in KryoSerializerlianhuiwang2015-02-061-9/+2
* [SPARK-5582] [history] Ignore empty log directories.Marcelo Vanzin2015-02-062-8/+32
* [SPARK-5157][YARN] Configure more JVM options properly when we use ConcMarkSw...Kousuke Saruta2015-02-061-0/+2
* [Minor] Remove permission for execution from spark-shell.cmdKousuke Saruta2015-02-061-0/+0
* [SPARK-5380][GraphX] Solve an ArrayIndexOutOfBoundsException when build grap...Leolh2015-02-061-1/+1
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-0526-156/+1753
* [SPARK-5604][MLLIB] remove checkpointDir from treesXiangrui Meng2015-02-054-20/+6
* [SPARK-5639][SQL] Support DataFrame.renameColumn.Reynold Xin2015-02-054-1/+39
* Revert "SPARK-5607: Update to Kryo 2.24.0 to avoid including objenesis 1.2."Patrick Wendell2015-02-051-8/+1
* SPARK-5557: Explicitly include servlet API in dependencies.Patrick Wendell2015-02-052-0/+8
* [HOTFIX] [SQL] Disables Metastore Parquet table conversion for "SQLQuerySuite...Cheng Lian2015-02-051-27/+30
* [SPARK-5638][SQL] Add a config flag to disable eager analysis of DataFramesReynold Xin2015-02-053-4/+23
* [SPARK-5620][DOC] group methods in generated unidocXiangrui Meng2015-02-051-1/+4
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-0524-736/+1541
* [SPARK-5604[MLLIB] remove checkpointDir from LDAXiangrui Meng2015-02-054-65/+24
* [SPARK-5460][MLlib] Wrapped `Try` around `deleteAllCheckpoints` - RandomForest.x1-2015-02-051-1/+8
* [SPARK-5135][SQL] Add support for describe table to DDL in SQLContextOopsOutOfMemory2015-02-0510-28/+190
* [SPARK-5617][SQL] fix test failure of SQLQuerySuitewangfei2015-02-052-12/+7
* [Branch-1.3] [DOC] doc fix for dateDaoyuan Wang2015-02-051-1/+1
* SPARK-5548: Fixed a race condition in AkkaUtilsSuiteJacek Lewandowski2015-02-051-1/+1
* [SPARK-5474][Build]curl should support URL redirection in build/mvnGuoQiang Li2015-02-052-6/+6
* [SPARK-5608] Improve SEO of Spark documentation pagesMatei Zaharia2015-02-0514-12/+31
* SPARK-4687. Add a recursive option to the addFile APISandy Ryza2015-02-054-27/+237
* [HOTFIX] MLlib build break.Reynold Xin2015-02-053-3/+3
* [MLlib] Minor: UDF style update.Reynold Xin2015-02-042-5/+7
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-0428-29/+60
* [SPARK-5606][SQL] Support plus sign in HiveContextq002515982015-02-041-0/+1
* [SPARK-5599] Check MLlib public APIs for 1.3Xiangrui Meng2015-02-0419-119/+160
* [SPARK-5596] [mllib] ML model import/export for GLMs, NaiveBayesJoseph K. Bradley2015-02-0418-29/+863
* SPARK-5607: Update to Kryo 2.24.0 to avoid including objenesis 1.2.Patrick Wendell2015-02-041-1/+8
* [SPARK-5602][SQL] Better support for creating DataFrame from local data colle...Reynold Xin2015-02-0410-88/+170
* [SPARK-5538][SQL] Fix flaky CachedTableSuiteReynold Xin2015-02-041-4/+19
* [SQL][DataFrame] Minor cleanup.Reynold Xin2015-02-042-205/+2
* [SPARK-4520] [SQL] This pr fixes the ArrayIndexOutOfBoundsException as r...Sadhan Sood2015-02-044-14/+60
* [SPARK-5605][SQL][DF] Allow using String to specify colum name in DSL aggrega...Reynold Xin2015-02-046-16/+56
* [SPARK-5411] Allow SparkListeners to be specified in SparkConf and loaded whe...Josh Rosen2015-02-044-21/+106
* [SPARK-5577] Python udf for DataFrameDavies Liu2015-02-044-122/+157
* [SPARK-5118][SQL] Fix: create table test stored as parquet as select ..guowei22015-02-042-1/+29
* [SQL] Use HiveContext's sessionState in HiveMetastoreCatalog.hiveDefaultTable...Yin Huai2015-02-041-1/+2
* [SQL] Correct the default size of TimestampType and expose NumericTypeYin Huai2015-02-042-4/+4
* [SQL][Hiveconsole] Bring hive console code up to date and update README.mdOopsOutOfMemory2015-02-042-35/+11
* [SPARK-5367][SQL] Support star expression in udfswangfei2015-02-042-0/+8
* [SPARK-5426][SQL] Add SparkSQL Java API helper methods.kul2015-02-042-3/+62
* [SPARK-5587][SQL] Support change database ownerwangfei2015-02-041-0/+1
* [SPARK-5591][SQL] Fix NoSuchObjectException for CTASwangfei2015-02-041-6/+2
* [SPARK-4939] move to next locality when no pending tasksDavies Liu2015-02-042-8/+101
* [SPARK-4707][STREAMING] Reliable Kafka Receiver can lose data if the blo...Hari Shreedharan2015-02-041-4/+23
* [SPARK-4964] [Streaming] Exactly-once semantics for Kafkacody koeninger2015-02-0412-6/+1376