Hi, I followed the instructions at http://zeppelin.apache.org/docs/snapshot/install/build.html
And by using command: mvn clean package -Pbuild-distr -DskipTests -Pspark-2.1 -Phadoop-2.7 -Pr -Pscala-2.11 -Dspark.version=2.1.1 I built a zeppelin-0.7.2.tar.gz package, however, by look at the size, it's 700MB, so it's the package contains all the interpreters. However, I want to recreate the package 'zeppelin-0.7.2-bin-netinst.tga', may I ask how to do that? The reason I'm rebuild the package is that I'm creating a set of Docker images of Zeppelin for different Spark/Hadoop versions. Regards, Tao Wang