[2011-10-13] HBase Pseudo-distributed
程序员文章站
2022-05-30 14:05:48
...
conf/hbase-site.xml
特别注意在ubuntu中,将/etc/hosts文件改为
[code]
127.0.0.1 localhost
#127.0.1.1 rush-Vostro-1400
127.0.0.1 rush-Vostro-1400
[/code]
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://localhost:54310/hbase</value>
</property>
特别注意在ubuntu中,将/etc/hosts文件改为
[code]
127.0.0.1 localhost
#127.0.1.1 rush-Vostro-1400
127.0.0.1 rush-Vostro-1400
[/code]
上一篇: CSS生日快乐:CSS之父Håkon Wium Lie访谈录
下一篇: node的模块机制