I have my hadoop already setup with cloudera. I wanted to install zeppelin to connect with hive and build the UI for my queries. While building the zeppelin command with the fol
Whenever i'm getting fail about web application, I used to follow procedure.
cd zeppelin-web
dirnpm install
and If you want to build Zeppelin with CDH, you should add -Pvendor-repo
option in your build command.
You can see some Build command examples in here
Hope this helps.