Revision e87ffcaa3e5b75f8d313dc995e4801063b60cd5c authored by Wenchen Fan on 08 August 2017, 08:32:49 UTC, committed by Wenchen Fan on 08 August 2017, 08:32:49 UTC
This reverts commit 86609a95af4b700e83638b7416c7e3706c2d64c6.
1 parent 86609a9
Raw File
README
This is an assembly module for Spark project.

It creates a single tar.gz file that includes all needed dependency of the project
except for org.apache.hadoop.* jars that are supposed to be available from the
deployed Hadoop cluster.

This module is off by default. To activate it specify the profile in the command line
  -Pbigtop-dist

If you need to build an assembly for a different version of Hadoop the
hadoop-version system property needs to be set as in this example:
  -Dhadoop.version=2.7.3
back to top