aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Preparing Spark release v1.2.0-rc1"Patrick Wendell2014-11-2629-29/+29
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-2629-30/+30
* Preparing development version 1.2.1-SNAPSHOTUbuntu2014-11-2629-30/+30
* Preparing Spark release v1.2.0-rc1Ubuntu2014-11-2629-29/+29
* Revert "Preparing Spark release v1.2.0-snapshot1"Patrick Wendell2014-11-2630-30/+30
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-2630-30/+30
* [SPARK-4516] Cap default number of Netty threads at 8Aaron Davidson2014-11-251-7/+37
* [SPARK-4604][MLLIB] make MatrixFactorizationModel publicXiangrui Meng2014-11-252-3/+81
* [HOTFIX]: Adding back without-hive distPatrick Wendell2014-11-251-0/+1
* [SPARK-4583] [mllib] LogLoss for GradientBoostedTrees fix + doc updatesJoseph K. Bradley2014-11-256-72/+146
* [Spark-4509] Revert EC2 tag-based cluster membership patchXiangrui Meng2014-11-252-69/+28
* Fix SPARK-4471: blockManagerIdFromJson function throws exception while B...hushan[胡珊]2014-11-252-3/+16
* [SPARK-4546] Improve HistoryServer first time user experienceAndrew Or2014-11-254-22/+40
* [SPARK-4592] Avoid duplicate worker registrations in standalone modeAndrew Or2014-11-252-7/+47
* [HOTFIX] Fixing broken build due to missing imports.Tathagata Das2014-11-251-0/+1
* [SPARK-4196][SPARK-4602][Streaming] Fix serialization issue in PairDStreamFun...Tathagata Das2014-11-252-16/+70
* [SPARK-4581][MLlib] Refactorize StandardScaler to improve the transformation ...DB Tsai2014-11-251-20/+50
* [SPARK-4601][Streaming] Set correct call site for streaming jobs so that it i...Tathagata Das2014-11-252-1/+6
* [SPARK-4344][DOCS] adding documentation on spark.yarn.user.classpath.firstarahuja2014-11-251-0/+1
* [SPARK-4381][Streaming]Add warning log when user set spark.master to local in...jerryshao2014-11-251-0/+5
* [SPARK-4535][Streaming] Fix the error in commentsq002515982014-11-256-9/+9
* [SPARK-4526][MLLIB]GradientDescent get a wrong gradient value according to th...GuoQiang Li2014-11-251-19/+26
* [SPARK-4596][MLLib] Refactorize Normalizer to make code cleanerDB Tsai2014-11-251-10/+19
* [DOC][Build] Wrong cmd for build spark with apache hadoop 2.4.X and hive 12wangfei2014-11-241-1/+1
* [SQL] Compute timeTaken correctlyw002289702014-11-241-7/+4
* [SPARK-4525] Mesos should decline unused offersJongyoul Lee2014-11-242-21/+65
* Revert "[SPARK-4525] Mesos should decline unused offers"Patrick Wendell2014-11-242-65/+21
* [SPARK-4525] Mesos should decline unused offersPatrick Wendell2014-11-242-21/+65
* [SPARK-4266] [Web-UI] Reduce stage page load time.Kay Ousterhout2014-11-248-27/+39
* [SPARK-4548] []SPARK-4517] improve performance of python broadcastDavies Liu2014-11-248-258/+135
* [SPARK-4578] fix asDict() with nested Row()Davies Liu2014-11-242-4/+5
* get raw vectors for further processing in Word2Vectkaessmann2014-11-241-0/+7
* [SPARK-4562] [MLlib] speedup vectorDavies Liu2014-11-243-34/+118
* [SPARK-4518][SPARK-4519][Streaming] Refactored file stream to prevent files f...Tathagata Das2014-11-244-156/+245
* [SPARK-4145] Web UI job pagesJosh Rosen2014-11-2421-75/+1054
* [SPARK-4487][SQL] Fix attribute reference resolution error when using ORDER BY.Kousuke Saruta2014-11-242-1/+8
* [SQL] Fix path in HiveFromSparkscwf2014-11-241-1/+2
* [SQL] Fix comment in HiveShimDaniel Darabos2014-11-241-1/+1
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-243-10/+41
* SPARK-4457. Document how to build for Hadoop versions greater than 2.4Sandy Ryza2014-11-241-2/+5
* [SPARK-4431][MLlib] Implement efficient foreachActive for dense and sparse ve...DB Tsai2014-11-213-72/+105
* [SPARK-4531] [MLlib] cache serialized java objectDavies Liu2014-11-217-93/+64
* SPARK-4532: Fix bug in detection of Hive in Spark 1.2Patrick Wendell2014-11-211-1/+1
* [SPARK-4472][Shell] Print "Spark context available as sc." only when SparkCon...zsxwing2014-11-212-4/+10
* [SPARK-4522][SQL] Parse schema with missing metadata.Michael Armbrust2014-11-201-0/+6
* add Sphinx as a dependency of building docsDavies Liu2014-11-201-1/+6
* [SPARK-4413][SQL] Parquet support through datasource APIMichael Armbrust2014-11-205-79/+458
* [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector p...Cheng Hao2014-11-204-8/+17
* [SPARK-4477] [PySpark] remove numpy from RDDSamplerDavies Liu2014-11-202-69/+40
* [SQL] fix function description mistakeJacky Li2014-11-201-1/+1