Getting error while building the Apache Zeppelin

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

提交回复
热议问题