Hi I downloaded 0.5.6 Zeppelin and built with the below mvn info on a single machine in my Hadoop cluster. All machines are centos 7. I am still new to this tool and other Hadoop tools so thanks for your expertise in helping me out.
Issue->I see the lower part of the Zeppelin screen in the browser but not the Welcome to zeppelin logo and the two menu items and the connected on the far right. When I create a note there is no save but the interpreters (scala, python, sh, md) all appear to be working with minimal tests like %sh ls -la and other basics in the other interpreters. mvn clean install -DskipTests -Pspark-1.5 -Dspark.version=1.5.2 -Phadoop-2.6 -Pyarn I also did try to build again with the -Dspark.version missing but no change in Zeppelins behavior in the web.. Service starts and stops just fine no errors. No errors in build. Log file looks good ie no errors or conflicting ports etc. node and all the other prerequisites are running. I cannot run on 8080 as ambary is running there. Did a bunch of the configurations mentioned in the readme and also the HDP setup. I am running on port 10008. Cp the hive-site.xml setup all the stuff in the zeppelin-env.sh like spark home, java home, Hadoop home and port. So what did I do wrong? Thanks for your help Barb