Getting error while building the Apache Zeppelin

后端 未结 2 1384
渐次进展
渐次进展 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.

    0 讨论(0)
  • 2021-01-26 12:39

    Problem lies in the fact that zeppelin build has been updated to v0.6.2 Please add this after you clone your incubator:

    1. git clone https://github.com/apache/incubator-zeppelin.git
    2. cd incubator-zeppelin
    3. git checkout c928f9a46ecacebc868d6dc10a95c02f9018a18e
    4. cd ../

    Maven will use zeppelin build 0.6.1 and it should finish without any error.

    0 讨论(0)
提交回复
热议问题