5
votes
  • I have configured HBase and integrated with HDFS on windows successfully. I using HBase version 0.98.6.1-hadoop2 and Hadoop version 2.5.1
  • Followed HBase quick start tutorial.
  • If i run HBase normally (without hbase.cluster.distributed property) then it works fine. Otherwise it shows This is not implemented yet. Stay tuned.
  • How do i start HBase in cluster distributed mode on windows without cygwin?
1
I added 'without cygwin' to title. If some thing works on cygwin and not on windows that me be linked to different location for $HOME (and hence ssh keys etc). I do not know hadoop...just a speculation.Jayan
no cygwin? then "use the force, Luke" - virtualbox, vmware, parallels, etc...ursa
@ursa i don't want unix environment. i want to implement in windows without any third party software.Kumar

1 Answers

0
votes

As per my knowledge you can do in these 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 Hadoop is in distributed mode and is working only then your HBase will work in distributed mode else it will run in local mode.