I don't know if this is the cause of your problem but if you want to move zeppelin to another machine you should build zeppelin with the -P build-distr option and you will find a zip\tar in the distribute directory which is ready to be deployed on anther machine. Eran
On Fri, Jul 24, 2015 at 8:46 PM Vadla, Karthik <karthik.va...@intel.com> wrote: > Hello All, > > > > I have built my binaries on one of the clusters. With pyspark profile. > > *mvn clean package -Pspark-1.3 -Ppyspark -Dhadoop.version=2.6.0-cdh5.4.2 > -Phadoop-2.6 –DskipTests* > > Everything was working fine when I tested on same machine. > > > > Now I just copied same binaries to other machine and started running > zeppelin. > > > > It gives me below errors. > > > > For pyspark: > > > > And for %hive > > > > Can anyone help me with this. What is causing the issue? > > > > Thanks > > Karthik >