aboutsummaryrefslogtreecommitdiff
path: root/assembly/src
Commit message (Collapse)AuthorAgeFilesLines
* [SPARK-12023][BUILD] Fix warnings while packaging spark with maven.Prashant Sharma2015-11-301-4/+4
| | | | | | | | this is a trivial fix, discussed [here](http://stackoverflow.com/questions/28500401/maven-assembly-plugin-warning-the-assembly-descriptor-contains-a-filesystem-roo/). Author: Prashant Sharma <scrapcodes@gmail.com> Closes #10014 from ScrapCodes/assembly-warning.
* SPARK-5727 [BUILD] Remove Debian packagingSean Owen2015-02-122-10/+0
| | | | | | | | | | (for master / 1.4 only) Author: Sean Owen <sowen@cloudera.com> Closes #4526 from srowen/SPARK-5727.2 and squashes the following commits: 83ba49c [Sean Owen] Remove Debian packaging
* SPARK-1184: Update the distribution tar.gz to include spark-assembly jarMark Grover2014-03-051-0/+11
| | | | | | | | | | See JIRA for details. Author: Mark Grover <mark@apache.org> Closes #78 from markgrover/SPARK-1184 and squashes the following commits: 12b78e6 [Mark Grover] SPARK-1184: Update the distribution tar.gz to include spark-assembly jar
* Add deb profile to assembly/pom.xmlMark Hamstra2014-01-142-0/+10
|
* added spark-class and spark-executor to sbinshane-huang2013-09-231-7/+4
| | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-5/+5
|
* Update Maven build to create assemblies expected by new scriptsMatei Zaharia2013-08-291-1/+18
| | | | | | | | | | | | | | | 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
* SPARK-842. Maven assembly is including examples libs and dependenciesKonstantin Boudnik2013-07-311-1/+1
|
* Building spark assembly for further consumption of the Spark project with a ↵Konstantin Boudnik2013-07-211-0/+68
deployed cluster