我是HBase的新手,我正在尝试按照Hbase站点上提到的说明在Windows中安装和配置它:
http://hbase.apache.org/cygwin.html
但是,我已经尝试过多次按照所有说明进行操作,但是运行命令时从未成功: ./bin/start-hbase.sh
出现在我身上的最后一个错误是:
Pedro@pedrocunha /usr/local/hbase-1.0.1 $ ./bin/start-hbase.sh cygpath: can't convert empty path Error: Could not find or load main class org.apache.hadoop.hbase.util.HBaseConfTool cygpath: can't convert empty path Error: Could not find or load main class org.apache.hadoop.hbase.zookeeper.ZKServerTool starting master, logging to C:\cygwin\root\usr\local\hbase-1.0.0/logs/hbase-Pedro-master-pedrocunha.out cat: C:\cygwin\root\usr\local\hbase-1.0.0/conf/regionservers: No such file or directory cat: C:\cygwin\root\usr\local\hbase-1.0.0/conf/regionservers: No such file or directory
我正在使用的Hbase版本是1.0.1。有人知道这些说明是否正确吗?我必须进行更改,以便一切正常工作?