aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-4505][Core] Add a ClassTag parameter to CompactBuffer[T]zsxwing2014-11-291-8/+10
* [SPARK-4057] Use -agentlib instead of -Xdebug in sbt-launch-lib.bash for debu...Kousuke Saruta2014-11-291-1/+1
* Include the key name when failing on an invalid value.Stephen Haberman2014-11-291-1/+1
* [SPARK-3398] [SPARK-4325] [EC2] Use EC2 status checks.Nicholas Chammas2014-11-291-12/+36
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-11-290-0/+0
* [SPARK-4597] Use proper exception and reset variable in Utils.createTempDir()Liang-Chi Hsieh2014-11-281-1/+1
* SPARK-1450 [EC2] Specify the default zone in the EC2 script helpSean Owen2014-11-281-1/+1
* [SPARK-4584] [yarn] Remove security manager from Yarn AM.Marcelo Vanzin2014-11-281-46/+14
* [SPARK-4193][BUILD] Disable doclint in Java 8 to prevent from build error.Takuya UESHIN2014-11-287-6/+35
* [SPARK-4643] [Build] Remove unneeded staging repositories from buildDaoyuan Wang2014-11-281-24/+0
* Delete unnecessary functionKaiXinXiaoLei2014-11-281-7/+0
* [SPARK-4645][SQL] Disables asynchronous execution in Hive 0.13.1 HiveThriftSe...Cheng Lian2014-11-281-100/+39
* [SPARK-4619][Storage]delete redundant time suffixmaji20142014-11-281-1/+1
* [SPARK-4613][Core] Java API for JdbcRDDCheng Lian2014-11-273-5/+204
* [SPARK-4626] Kill a task only if the executorId is (still) registered with th...roxchkplusony2014-11-271-1/+7
* SPARK-4170 [CORE] Closure problems when running Scala app that "extends App"Sean Owen2014-11-273-34/+44
* [Release] Automate generation of contributors listAndrew Or2014-11-262-0/+330
* [SPARK-732][SPARK-3628][CORE][RESUBMIT] eliminate duplicate update on accmulatorCodingCat2014-11-264-30/+67
* [SPARK-4614][MLLIB] Slight API changes in Matrix and MatricesXiangrui Meng2014-11-263-11/+65
* Removing confusing TripletFieldsJoseph E. Gonzalez2014-11-264-33/+8
* [SPARK-4612] Reduce task latency and increase scheduling throughput by making...Tathagata Das2014-11-251-1/+1
* [SPARK-4516] Avoid allocating Netty PooledByteBufAllocators unnecessarilyAaron Davidson2014-11-262-10/+8
* [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
* [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-4582][MLLIB] get raw vectors for further processing in Word2Vectkaessmann2014-11-241-0/+7
* [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
* [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