aboutsummaryrefslogtreecommitdiff
path: root/assembly/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Add deb profile to assembly/pom.xmlMark Hamstra2014-01-141-1/+115
|
* Add log4j exclusion rule to maven.Patrick Wendell2014-01-071-3/+3
| | | | | | | | | | To make this work I had to rename the defaults file. Otherwise maven's pattern matching rules included it when trying to match other log4j.properties files. I also fixed a bug in the existing maven build where two <transformers> tags were present in assembly/pom.xml such that one overwrote the other.
* Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-031-1/+11
|\ | | | | | | | | | | Conflicts: core/src/test/scala/org/apache/spark/DriverSuite.scala docs/python-programming-guide.md
| * Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2Raymond Liu2014-01-031-4/+4
| |
| * Fix pom for build yarn/2.x with yarn/common into one jarRaymond Liu2014-01-031-2/+2
| |
| * Change profile name new-yarn to hadoop2.2-yarnRaymond Liu2014-01-031-1/+1
| |
| * Fix pom for yarn code reorgnaize commitRaymond Liu2014-01-031-0/+10
| |
* | Deleted py4j jar and added to assembly dependencyPrashant Sharma2014-01-021-1/+1
|/
* Use scala.binary.version in POMsMark Hamstra2013-12-151-7/+7
|
* Style fixes and addressed review comments at #221Prashant Sharma2013-12-101-7/+7
|
* Incorporated Patrick's feedback comment on #211 and made maven ↵Prashant Sharma2013-12-071-1/+1
| | | | build/dep-resolution atleast a bit faster.
* Merge branch 'master' into wip-merge-masterPrashant Sharma2013-10-081-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bagel/pom.xml core/pom.xml core/src/test/scala/org/apache/spark/ui/UISuite.scala examples/pom.xml mllib/pom.xml pom.xml project/SparkBuild.scala repl/pom.xml streaming/pom.xml tools/pom.xml In scala 2.10, a shorter representation is used for naming artifacts so changed to shorter scala version for artifacts and made it a property in pom.
| * Merging build changes in from 0.8Patrick Wendell2013-10-051-9/+9
| |
* | Merge branch 'master' into scala-2.10Prashant Sharma2013-10-011-1/+1
|\| | | | | | | | | | | | | | | Conflicts: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressUI.scala docs/_config.yml project/SparkBuild.scala repl/src/main/scala/org/apache/spark/repl/SparkILoop.scala
| * Update build version in masterPatrick Wendell2013-09-241-1/+1
| |
* | fixed maven build for scala 2.10Prashant Sharma2013-09-261-1/+1
|/
* Fix HDFS access bug with assembly build.Patrick Wendell2013-09-101-0/+6
| | | | | | | | | Due to this change in HDFS: https://issues.apache.org/jira/browse/HADOOP-7549 there is a bug when using the new assembly builds. The symptom is that any HDFS access results in an exception saying "No filesystem for scheme 'hdfs'". This adds a merge strategy in the assembly build which fixes the problem.
* Fix some URLsMatei Zaharia2013-09-011-1/+1
|
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-8/+8
|
* Update Maven build to create assemblies expected by new scriptsMatei Zaharia2013-08-291-23/+115
| | | | | | | | | | | | | | | 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
* Forgot to remove a few references to ${classifier}Jey Kottalam2013-08-161-5/+0
|
* Maven build now works with CDH hadoop-2.0.0-mr1Jey Kottalam2013-08-161-14/+0
|
* Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-7/+1
|
* SPARK-842. Maven assembly is including examples libs and dependenciesKonstantin Boudnik2013-07-311-18/+6
|
* Building spark assembly for further consumption of the Spark project with a ↵Konstantin Boudnik2013-07-211-0/+104
deployed cluster