aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPARK-4814 [CORE] Enable assertions in SBT, Maven tests / AssertionError from...Sean Owen2014-12-151-0/+3
* [SPARK-4685] Include all spark.ml and spark.mllib packages in JavaDoc's MLlib...lewuathe2014-12-041-1/+4
* [SPARK-4193][BUILD] Disable doclint in Java 8 to prevent from build error.Takuya UESHIN2014-11-281-1/+6
* Updating GraphX programming guide and documentationJoseph E. Gonzalez2014-11-191-1/+1
* [SPARK-4429][BUILD] Build for Scala 2.11 using sbt fails.Takuya UESHIN2014-11-191-7/+6
* [SPARK-4017] show progress bar in consoleDavies Liu2014-11-181-0/+1
* [SPARK-4180] [Core] Prevent creation of multiple active SparkContextsJosh Rosen2014-11-171-0/+1
* [SPARK-4062][Streaming]Add ReliableKafkaReceiver in Spark Streaming Kafka con...jerryshao2014-11-141-0/+4
* SPARK-4375. no longer require -Pscala-2.10Sandy Ryza2014-11-141-0/+3
* Revert "[SPARK-2703][Core]Make Tachyon related unit tests execute without dep...Patrick Wendell2014-11-141-2/+0
* [SPARK-4281][Build] Package Yarn shuffle service into its own jarAndrew Or2014-11-121-6/+13
* Support cross building for Scala 2.11Prashant Sharma2014-11-112-8/+30
* [SPARK-2703][Core]Make Tachyon related unit tests execute without deploying a...RongGu2014-11-091-0/+2
* SPARK-1209 [CORE] (Take 2) SparkHadoop{MapRed,MapReduce}Util should not use p...Sean Owen2014-11-091-0/+8
* [SPARK-3797] Run external shuffle service in Yarn NMAndrew Or2014-11-051-4/+4
* [SPARK-3796] Create external service which can serve shuffle filesAaron Davidson2014-11-011-5/+6
* HOTFIX: Clean up build in network module.Patrick Wendell2014-10-301-3/+5
* Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use pa...Andrew Or2014-10-301-8/+0
* SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package or...Sean Owen2014-10-301-0/+8
* [SPARK-3822] Executor scaling mechanism for YarnAndrew Or2014-10-291-0/+4
* [SPARK-3453] Netty-based BlockTransferService, extracted from Spark coreReynold Xin2014-10-291-0/+5
* [SPARK-4084] Reuse sort key in SorterXiangrui Meng2014-10-281-1/+3
* [SPARK-3997][Build]scalastyle should output the error locationGuoQiang Li2014-10-262-3/+2
* [SQL] Update Hive test harness for Hive 12 and 13Michael Armbrust2014-10-241-1/+5
* specify unidocGenjavadocVersion of 0.8Holden Karau2014-10-231-0/+2
* [BUILD] Fixed resolver for scalastyle plugin and upgrade sbt version.Prashant Sharma2014-10-222-1/+3
* [SPARK-3902] [SPARK-3590] Stabilize AsynRDDActions and add Java APIJosh Rosen2014-10-191-1/+12
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-162-2/+6
* [Core] Upgrading ScalaStyle version to 0.5 and removing SparkSpaceAfterCommen...prudhvi2014-10-162-59/+1
* SPARK-1767: Prefer HDFS-cached replicas when scheduling data-local tasksColin Patrick Mccabe2014-10-021-0/+2
* [SPARK-3613] Record only average block size in MapStatus for large stagesReynold Xin2014-09-291-1/+4
* [MLlib] [SPARK-2885] DIMSUM: All-pairs similarityReza Zadeh2014-09-291-1/+8
* SPARK-3699: SQL and Hive console tasks now clean up appropriatelyWilliam Benton2014-09-281-2/+4
* [SPARK-3418] Sparse Matrix support (CCS) and additional native BLAS operation...Burak2014-09-181-1/+3
* [SPARK-3565]Fix configuration item not consistent with documentWangTaoTheTonic2014-09-171-1/+1
* [SPARK-2182] Scalastyle rule blocking non ascii characters.Prashant Sharma2014-09-161-0/+39
* [SPARK-3433][BUILD] Fix for Mima false-positives with @DeveloperAPI and @Expe...Prashant Sharma2014-09-153-8/+8
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-111-1/+1
* [HOTFIX] A left over version change. It should make mima happy.Prashant Sharma2014-09-081-1/+1
* [HOTFIX] Fix broken Mima tests on the master branchJosh Rosen2014-09-072-1/+13
* [SPARK-3388] Expose aplication ID in ApplicationStart event, use it in histor...Marcelo Vanzin2014-09-031-2/+4
* [SPARK-1981][Streaming][Hotfix] Fixed docs related to kinesisTathagata Das2014-09-021-3/+3
* SPARK-2636: Expose job ID in JobWaiter APIlirui2014-09-011-0/+3
* [SPARK-2288] Hide ShuffleBlockManager behind ShuffleManagerRaymond Liu2014-08-291-0/+2
* [SPARK-2848] Shade Guava in uber-jars.Marcelo Vanzin2014-08-202-2/+6
* [SPARK-2406][SQL] Initial support for using ParquetTableScan to read HiveMeta...Michael Armbrust2014-08-181-1/+0
* [SPARK-3048][MLLIB] add LabeledPoint.parse and remove loadStreamingLabeledPointsXiangrui Meng2014-08-161-0/+5
* [SPARK-3045] Make Serializer interface Java friendlyReynold Xin2014-08-151-0/+11