aboutsummaryrefslogtreecommitdiff
path: root/assembly
Commit message (Collapse)AuthorAgeFilesLines
* Merging build changes in from 0.8Patrick Wendell2013-10-051-9/+9
|
* Update build version in masterPatrick Wendell2013-09-241-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.
* Updating assembly README to reflect recent changes in the build.Konstantin Boudnik2013-09-041-6/+5
|
* Fix some URLsMatei Zaharia2013-09-011-1/+1
|
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-012-13/+13
|
* Update Maven build to create assemblies expected by new scriptsMatei Zaharia2013-08-297-24/+182
| | | | | | | | | | | | | | | 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-312-19/+7
|
* Building spark assembly for further consumption of the Spark project with a ↵Konstantin Boudnik2013-07-213-0/+185
deployed cluster