aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://github.com/mesos/spark into scala-2.10Prashant Sharma2013-09-151-127/+107
|\ | | | | | | | | | | Conflicts: core/src/main/scala/org/apache/spark/SparkContext.scala project/SparkBuild.scala
| * Use different Hadoop version for YARN artifacts.Patrick Wendell2013-09-131-5/+6
| | | | | | | | | | This uses a seperate Hadoop version for YARN artifact. This means when people link against spark-yarn, things will resolve correctly.
| * Add git scm url for publishingPatrick Wendell2013-09-121-0/+1
| |
| * Add explicit jets3t dependency, which is excluded in hadoop-clientMatei Zaharia2013-09-101-0/+5
| |
| * Merge pull request #911 from pwendell/ganglia-sinkMatei Zaharia2013-09-091-0/+5
| |\ | | | | | | Adding Manen dependency for Ganglia
| | * Adding Manen dependencyPatrick Wendell2013-09-091-0/+5
| | |
| * | Fix YARN assembly generation under MavenJey Kottalam2013-09-061-125/+93
| |/
* | Merged with masterPrashant Sharma2013-09-061-90/+254
|\|
| * Add Apache parent POMMatei Zaharia2013-09-021-0/+5
| |
| * Fix some URLsMatei Zaharia2013-09-011-2/+2
| |
| * Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-7/+7
| |
| * Update Maven build to create assemblies expected by new scriptsMatei Zaharia2013-08-291-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the following changes: - The "assembly" package now builds in Maven by default, and creates an assembly containing both hadoop-client and Spark, unlike the old BigTop distribution assembly that skipped hadoop-client - There is now a bigtop-dist package to build the old BigTop assembly - The repl-bin package is no longer built by default since the scripts don't reply on it; instead it can be enabled with -Prepl-bin - Py4J is now included in the assembly/lib folder as a local Maven repo, so that the Maven package can link to it - run-example now adds the original Spark classpath as well because the Maven examples assembly lists spark-core and such as provided - The various Maven projects add a spark-yarn dependency correctly
| * Provide more memory for testsMatei Zaharia2013-08-291-1/+1
| |
| * Revert "Merge pull request #841 from rxin/json"Reynold Xin2013-08-261-0/+5
| | | | | | | | | | This reverts commit 1fb1b0992838c8cdd57eec45793e67a0490f1a52, reversing changes made to c69c48947d5102c81a9425cb380d861c3903685c.
| * Merge pull request #855 from jey/update-build-docsMatei Zaharia2013-08-221-6/+6
| |\ | | | | | | Update build docs
| | * Use "hadoop.version" property when specifying Hadoop YARN version tooJey Kottalam2013-08-211-6/+6
| | |
| | * Downgraded default build hadoop version to 1.0.4.Reynold Xin2013-08-211-1/+1
| | |
| * | Synced sbt and maven buildsMark Hamstra2013-08-211-5/+11
| |/
| * Merge remote-tracking branch 'jey/hadoop-agnostic'Matei Zaharia2013-08-201-66/+158
| |\ | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/PairRDDFunctions.scala
| | * Fix Maven build with Hadoop 0.23.9Jey Kottalam2013-08-181-11/+0
| | |
| | * Maven build now also works with YARNJey Kottalam2013-08-161-0/+128
| | |
| | * Maven build now works with CDH hadoop-2.0.0-mr1Jey Kottalam2013-08-161-35/+20
| | |
| | * Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-21/+11
| | |
| | * Update default version of Hadoop to 1.2.1Jey Kottalam2013-08-151-1/+1
| | |
| * | Use the JSON formatter from Scala library and removed dependency on lift-json.Reynold Xin2013-08-151-5/+0
| |/ | | | | | | It made the JSON creation slightly more complicated, but reduces one external dependency. The scala library also properly escape "/" (which lift-json doesn't).
| * Update to Mesos 0.12.1Matei Zaharia2013-08-131-1/+1
| |
| * Merge pull request #784 from jerryshao/dev-metrics-servletPatrick Wendell2013-08-131-0/+5
| |\ | | | | | | Add MetricsServlet for Spark metrics system
| | * Add MetricsServlet for Spark metrics systemjerryshao2013-08-121-0/+5
| | |
| * | Changed yarn.version to 2.0.5 in pom.xmlAlexander Pivovarov2013-08-101-1/+1
| |/
| * Update to Chill 0.3.1Matei Zaharia2013-08-081-2/+2
| |
| * Merge pull request #753 from shivaram/glm-refactorMatei Zaharia2013-07-311-0/+1
| |\ | | | | | | Build changes for ML lib
| | * Add bagel, mllib to SBT assembly.Shivaram Venkataraman2013-07-301-0/+1
| | | | | | | | | | | | Also add jblas dependency to mllib pom.xml
| * | Added Snappy dependency to Maven build files.Reynold Xin2013-07-301-0/+5
| |/
| * Fix Chill version in MavenMatei Zaharia2013-07-251-1/+1
| |
| * update pom.xmlryanlecompte2013-07-241-3/+8
| |
| * Fix Maven build errors after previous commitsMatei Zaharia2013-07-241-8/+10
| |
| * Merge pull request #675 from c0s/assemblyMatei Zaharia2013-07-241-1/+20
| |\ | | | | | | Building spark assembly for further consumption of the Spark project with a deployed cluster
| | * Building spark assembly for further consumption of the Spark project with a ↵Konstantin Boudnik2013-07-211-1/+20
| | | | | | | | | | | | deployed cluster
| * | Add Maven metrics library dependency and code changesjerryshao2013-07-241-0/+8
| | |
| * | Add JavaAPICompletenessChecker.Josh Rosen2013-07-221-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | This is used to find methods in the Scala API that need to be ported to the Java API. To use it: ./run spark.tools.JavaAPICompletenessChecker Conflicts: project/SparkBuild.scala run run2.cmd
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
| |
| * Update to latest Scala Maven plugin and allow Zinc external compilerMatei Zaharia2013-07-161-1/+3
| |
* | Merge branch 'master' into master-mergePrashant Sharma2013-07-121-53/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md core/pom.xml core/src/main/scala/spark/deploy/JsonProtocol.scala core/src/main/scala/spark/deploy/LocalSparkCluster.scala core/src/main/scala/spark/deploy/master/Master.scala core/src/main/scala/spark/deploy/master/MasterWebUI.scala core/src/main/scala/spark/deploy/worker/Worker.scala core/src/main/scala/spark/deploy/worker/WorkerWebUI.scala core/src/main/scala/spark/storage/BlockManagerUI.scala core/src/main/scala/spark/util/AkkaUtils.scala pom.xml project/SparkBuild.scala streaming/src/main/scala/spark/streaming/receivers/ActorReceiver.scala
| * pom cleanupMark Hamstra2013-07-081-0/+10
| |
| * Fix some other references to Cloudera Avro and updated Avro versionMatei Zaharia2013-07-061-4/+4
| |
| * Merge pull request #676 from c0s/asf-avroMatei Zaharia2013-07-061-2/+2
| |\ | | | | | | Use standard ASF published avro module instead of a proprietory built one
| | * Use standard ASF published avro module instead of a proprietory built oneKonstantin Boudnik2013-07-041-2/+2
| | |
| * | Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-061-46/+5
| |\ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/scheduler/DAGScheduler.scala core/src/main/scala/spark/util/AkkaUtils.scala pom.xml
| | * Updating Maven buildPatrick Wendell2013-06-221-46/+5
| | |
* | | Removed some unnecessary code and fixed dependenciesPrashant Sharma2013-07-111-1/+1
| | |