How to run HBase in distributed mode on windows without cygwin?

  • I have successfully configured HBase and integrated with HDFS on Windows. I am using HBase version 0.98.6.1-hadoop2 and Hadoop version 2.5.1.
  • The following HBase Quick Start Guide.
  • If I run HBase normally (without the hbase.cluster.distributed property ) then it works fine. Otherwise, it shows This is not yet implemented. Stay with us.
  • How to run HBase in distributed cluster mode on windows without cygwin?
+5
source share
1 answer

According to my knowledge you can do it in ways

1) Use cygwin (not in your requirements).

2) Use VMWare or VirtualBox

3) Use Microsoft HDInsights (suitable for you)

Before starting Hbase, make sure that Hadoop is in distributed mode and only works when your HBase is in distributed mode, otherwise it will work in local mode.

0
source

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


All Articles