aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages
diff options
context:
space:
mode:
authorCraig Foster <foscraig@amazon.com>2016-11-21 10:37:50 -0800
committerJonathan Kelly <jonathak@amazon.com>2016-12-22 14:22:43 -0800
commitc26f6523571bcb8748a3ce7d04a160d3aead47e5 (patch)
treea5156773671d55d033273035d155c481cea7aee2 /bigtop-packages
parente552de18e1c7256e1267155465a2bd7b92fdf4f1 (diff)
BIGTOP-2604: Build flink-dist with proper shading
Fix issue with Flink sub-module, flink-dist, where it does not properly shade dependencies because of an issue in Maven shade plugin (MNG-5899) Signed-off-by: Jonathan Kelly <jonathak@apache.org>
Diffstat (limited to 'bigtop-packages')
-rw-r--r--bigtop-packages/src/common/flink/do-component-build2
1 files changed, 2 insertions, 0 deletions
diff --git a/bigtop-packages/src/common/flink/do-component-build b/bigtop-packages/src/common/flink/do-component-build
index 4fa9102c..a4fc9dba 100644
--- a/bigtop-packages/src/common/flink/do-component-build
+++ b/bigtop-packages/src/common/flink/do-component-build
@@ -22,3 +22,5 @@ set -ex
# Use Maven to build Flink from source
mvn install $FLINK_BUILD_OPTS -Drat.skip=true -DskipTests -Dhadoop.version=$HADOOP_VERSION "$@"
+cd flink-dist
+mvn install $FLINK_BUILD_OPTS -Drat.skip=true -DskipTests -Dhadoop.version=$HADOOP_VERSION "$@" \ No newline at end of file