aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-5595][SPARK-5603][SQL] Add a rule to do PreInsert type casting and fie...Yin Huai2015-02-0610-7/+227
* [SPARK-5324][SQL] Results of describe can't be queriedOopsOutOfMemory2015-02-064-8/+61
* [SPARK-5619][SQL] Support 'show roles' in HiveContextq002515982015-02-061-0/+1
* [SPARK-5640] Synchronize ScalaReflection where necessaryTobias Schlatter2015-02-061-2/+3
* [SPARK-5650][SQL] Support optional 'FROM' clauseLiang-Chi Hsieh2015-02-063-5/+18
* [SPARK-5628] Add version option to spark-ec2Nicholas Chammas2015-02-061-8/+8
* [SPARK-2945][YARN][Doc]add doc for spark.executor.instancesWangTaoTheTonic2015-02-061-0/+7
* [SPARK-4361][Doc] Add more docs for Hadoop Configurationzsxwing2015-02-062-2/+46
* [HOTFIX] Fix test build break in ExecutorAllocationManagerSuite.Josh Rosen2015-02-061-6/+6
* [SPARK-5652][Mllib] Use broadcasted weights in LogisticRegressionModelLiang-Chi Hsieh2015-02-063-8/+8
* [SPARK-5555] Enable UISeleniumSuite testsJosh Rosen2015-02-061-9/+20
* SPARK-2450 Adds executor log links to Web UIKostas Sakellis2015-02-0618-30/+178
* [SPARK-5618][Spark Core][Minor] Optimise utility code.Makoto Fukuhara2015-02-061-2/+2
* [SPARK-5593][Core]Replace BlockManagerListener with ExecutorListener in Execu...lianhuiwang2015-02-062-22/+19
* [SPARK-4877] Allow user first classes to extend classes in the parent.Stephen Haberman2015-02-064-18/+61
* [SPARK-5396] Syntax error in spark scripts on windows.Masayoshi TSUZUKI2015-02-061-1/+1
* [SPARK-5636] Ramp up faster in dynamic allocationAndrew Or2015-02-062-4/+4
* SPARK-4337. [YARN] Add ability to cancel pending requestsSandy Ryza2015-02-062-30/+89
* [SPARK-5653][YARN] In ApplicationMaster rename isDriver to isClusterModelianhuiwang2015-02-061-12/+12
* [SPARK-5013] [MLlib] Added documentation and sample data file for GaussianMix...Travis Galoppo2015-02-063-3/+2130
* [SPARK-5416] init Executor.threadPool before ExecutorSourceRyan Williams2015-02-061-3/+3
* [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