Getting error while building the Apache Zeppelin

后端 未结 2 1383
渐次进展
渐次进展 2021-01-26 12:02

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

2条回答
  •  伪装坚强ぢ
    2021-01-26 12:28

    Whenever i'm getting fail about web application, I used to follow procedure.

    1. cd zeppelin-web dir
    2. remove node_modules dir
    3. type npm 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.

提交回复
热议问题