Hadoop and HBase

hadoop, hbase

Solution

The Hadoop distributed file system named as HDFS provides multiple jobs for us. Actually we can't say Hadoop is only a file system but it also provide us resources so can we perform distributed processing by providing us a master slave architecture from which we can easily manage our data.

As for the HBase concern , simply let me tell you that you can't connect remotely to HBase without using HDFS because HBase can't create clusters and it has its own local file system.

I think you should see this link for good intro of hadoop!

Problem

hi I am new to hbase and hadoop. I couldn't find that why we are using hadoop with hbase. I know hadoop is a file system but I read that we can use hbase without hadoop so why are we using hadoop? thx

Original source