More detailed link for installing hbase and hadoop on ubuntu

I am going to install hadoop and HBase on ubuntu. when I tried to find any good link, I could not find what is completely clear and more visual. I need a detailed link with which I can easily configure hsdoop and hbase.
Thanks

+4
source share
2 answers

you did not mention that you want to configure them in pseudo-distributed mode or in several distributed OR single nodes or multi-nodes. Anyway, there are some links here that would be useful to you.
hasoop single node cluster ,
hasoop multi node cluster ,
and for hbase, I think you should see these links
set HBase in pseudo-distributed mode ,
hbase in fully distributed mode

Hope this helps you - Thanks

+3
source

For psuedo distributed mode, I would suggest the following links

HADOOP INSTALLATION http://preciselyconcise.com/apis_and_installations/hadoop_installation.php

BASE INSTALLATION http://preciselyconcise.com/apis_and_installations/hbase_installation.php

0
source

Source: https://habr.com/ru/post/1413305/


All Articles