aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adde LICENSE Header to build/mvn, build/sbt and sbt/sbtKousuke Saruta2014-12-293-1/+52
* [SPARK-4982][DOC] `spark.ui.retainedJobs` description is wrong in Spark UI co...wangxiaojing2014-12-291-1/+1
* [SPARK-4966][YARN]The MemoryOverhead value is setted not correctlymeiyoula2014-12-291-1/+2
* [SPARK-4501][Core] - Create build/mvn to automatically download maven/zinc/sc...Brennon York2014-12-2716-166/+330
* [SPARK-4952][Core]Handle ConcurrentModificationExceptions in SparkEnv.environ...GuoQiang Li2014-12-261-1/+1
* [SPARK-4954][Core] add spark version infomation in log for standalone modeZhang, Liye2014-12-262-0/+2
* [SPARK-3955] Different versions between jackson-mapper-asl and jackson-c...Jongyoul Lee2014-12-261-2/+8
* HOTFIX: Slight tweak on previous commit.Patrick Wendell2014-12-261-1/+3
* [SPARK-3787][BUILD] Assembly jar name is wrong when we build with sbt omittin...Kousuke Saruta2014-12-261-3/+13
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-12-260-0/+0
* SPARK-4971: Fix typo in BlockGenerator commentCodingCat2014-12-261-1/+1
* [SPARK-4608][Streaming] Reorganize StreamingContext implicit to improve API c...zsxwing2014-12-2526-37/+60
* [SPARK-4537][Streaming] Expand StreamingSource to add more metricsjerryshao2014-12-252-15/+57
* [EC2] Update mesos/spark-ec2 branch to branch-1.3Nicholas Chammas2014-12-251-1/+1
* [EC2] Update default Spark version to 1.2.0Nicholas Chammas2014-12-251-1/+4
* Fix "Building Spark With Maven" link in README.mdDenny Lee2014-12-251-1/+1
* [SPARK-4953][Doc] Fix the description of building Spark with YARNKousuke Saruta2014-12-251-1/+1
* [SPARK-4873][Streaming] Use `Future.zip` instead of `Future.flatMap`(for-loop...zsxwing2014-12-241-4/+1
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-2414-32/+45
* [SPARK-4881][Minor] Use SparkConf#getBoolean instead of get().toBooleanKousuke Saruta2014-12-234-5/+5
* [SPARK-4860][pyspark][sql] speeding up `sample()` and `takeSample()`jbencook2014-12-233-0/+49
* [SPARK-4606] Send EOF to child JVM when there's no more data to read.Marcelo Vanzin2014-12-232-8/+19
* [SPARK-4671][Streaming]Do not replicate streaming block when WAL is enabledjerryshao2014-12-231-1/+19
* [SPARK-4802] [streaming] Remove receiverInfo once receiver is de-registeredIlayaperumal Gopinathan2014-12-231-2/+2
* [SPARK-4913] Fix incorrect event log pathLiang-Chi Hsieh2014-12-232-5/+17
* [SPARK-4730][YARN] Warn against deprecated YARN settingsAndrew Or2014-12-232-2/+20
* [SPARK-4914][Build] Cleans lib_managed before compiling with Hive 0.13.1Cheng Lian2014-12-232-12/+17
* [SPARK-4932] Add help comments in AnalyticsTakeshi Yamamuro2014-12-231-0/+4
* [SPARK-4834] [standalone] Clean up application files after app finishes.Marcelo Vanzin2014-12-237-8/+61
* [SPARK-4931][Yarn][Docs] Fix the format of running-on-yarn.mdzsxwing2014-12-231-5/+5
* [SPARK-4890] Ignore downloaded EC2 libsNicholas Chammas2014-12-231-0/+1
* [Docs] Minor typo fixesNicholas Chammas2014-12-221-3/+3
* [SPARK-4907][MLlib] Inconsistent loss and gradient in LeastSquaresGradient co...DB Tsai2014-12-222-8/+8
* [SPARK-4818][Core] Add 'iterator' to reduce memory consumed by joinzsxwing2014-12-221-8/+8
* [SPARK-4920][UI]:current spark version in UI is not striking.genmao.ygm2014-12-222-13/+16
* [Minor] Fix scala docLiang-Chi Hsieh2014-12-221-2/+2
* [SPARK-4864] Add documentation to Netty-based configsAaron Davidson2014-12-222-1/+36
* [SPARK-4079] [CORE] Consolidates Errors if a CompressionCodec is not availableKostas Sakellis2014-12-222-6/+27
* SPARK-4447. Remove layers of abstraction in YARN code no longer needed after ...Sandy Ryza2014-12-226-372/+234
* [SPARK-4733] Add missing prameter comments in ShuffleDependencyTakeshi Yamamuro2014-12-221-0/+3
* [Minor] Improve some code in BroadcastTest for shortcarlmartin2014-12-221-4/+1
* [SPARK-4883][Shuffle] Add a name to the directoryCleaner threadzsxwing2014-12-221-3/+5
* [SPARK-4870] Add spark version to driver logZhang, Liye2014-12-221-0/+3
* [SPARK-4915][YARN] Fix classname to be specified for external shuffle service.Tsuyoshi Ozawa2014-12-221-1/+1
* [SPARK-4918][Core] Reuse Text in saveAsTextFilezsxwing2014-12-221-2/+14
* [SPARK-2075][Core] Make the compiler generate same bytes code for Hadoop 1.+ ...zsxwing2014-12-216-6/+41
* SPARK-4910 [CORE] build failed (use of FileStatus.isFile in Hadoop 1.x)Sean Owen2014-12-212-3/+3
* [Minor] Build Failed: value defaultProperties not foundhuangzhaowei2014-12-191-1/+1
* [SPARK-4140] Document dynamic allocationAndrew Or2014-12-192-0/+169
* [SPARK-4831] Do not include SPARK_CLASSPATH if emptyDaniel Darabos2014-12-191-1/+5