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.
Problem lies in the fact that zeppelin build has been updated to v0.6.2 Please add this after you clone your incubator:
Maven will use zeppelin build 0.6.1 and it should finish without any error.