apache - How to integrate hadoop with zookeeper and hbase -
i have set single node cluster of hadoop 2.6 need integrate zookeeper , hbase it. beginner no prior experience in big data tools. how set zookeeper coordinate hadoop cluster , how use hbase on hdfs? how combine make ecosystem?
for standalone mode, follow steps provided in hbase guide:http://hbase.apache.org/book.html#quickstart
hbase has standalone mode makes easy starters going. in standalone mode hbase,hdfs, , zk runs in single jvm process.
Comments
Post a Comment