我已经到了可以可靠地再现hbase和hive的hadoop集群的地步,可以在约15分钟内完成。我很乐意将Hue与所有这些一起使用,而无需返回并使用Cloudera重做我的设置。 解决方案
我已经到了可以可靠地再现hbase和hive的hadoop集群的地步,可以在约15分钟内完成。我很乐意将Hue与所有这些一起使用,而无需返回并使用Cloudera重做我的设置。 解决方案
结帐幻灯片#19& #5,Hue无处不在,并且与Hadoop 0.20 / 1.2.0 / 2.2.0兼容:
Hue的tarball版本您可以自由安装。你也可以简单地克隆源代码(Hue是开源的和Apache许可的)github:并构建你想要的分支。
上游文档是或CDH的。
Hue也包装在(基于Vanilla Hadoop)
另外,如所详述,您需要的版本可能取决于您的Hive版本。
请注意,如果没有Cloudera的发行版,您的里程可能会有所不同,但您可以随时在Hue 或 gethue。 )
我们也看到使用Amazon AWS / EMR改进Hue设置!
Has anyone tried/succeeded in installing Hue on Hadoop without Cloudera?
I have gotten to a point where I can reliably reproduce a hadoop cluster with hbase and hive and can set it all up in about 15 minutes. I'd love to have Hue along with all this without having to go back and redo my setup with Cloudera.
Checkout slides #19 & #5, Hue is getting everywhere and is compatible with Hadoop 0.20 / 1.2.0 / 2.2.0: http://gethue.com/hue-goes-to-paris-hug-france/
Hue has tarball releases releases that you are free to install. You can also simply clone the source code (Hue is open source and Apache Licenced) github: https://github.com/cloudera/hue and build the branch you want.
Upstream documentation is here or CDH's one here.
Hue is also packaged in BigTop (and so based on Vanilla Hadoop).
Hue is a Web Server (Django based) which acts as a view on top of Hadoop. So Hue just needs to be installed and then configured by adding the hosts of NameNode, JobTracker, Resource Manager, Oozie, HiveServer... etc in its hue.ini.
Also, as detailed on the gehue.com/releases, the version you need might depend on your Hive version.
Notice that without Cloudera's distribution your mileage might vary but feel free to chime-in on the Hue user-list or gethue.com ;)
We are also seeing for improving Hue setup with Amazon AWS/EMR!
这篇关于在没有Cloudera的情况下安装Hue的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!