与Hadoop一样,HBase也有三种运行模式:Standalone, Distributed, Pseudo-distributed。
其中,Pseudo-distributed称为伪集群模式,与Distributed基本一样,只不过进程都运行在一台机器上。
1、对HDFS配置伪集群模式。
2、配置HBase
hbase-site.xml
<?xml version="1.0"[......]
与Hadoop一样,HBase也有三种运行模式:Standalone, Distributed, Pseudo-distributed。
其中,Pseudo-distributed称为伪集群模式,与Distributed基本一样,只不过进程都运行在一台机器上。
1、对HDFS配置伪集群模式。
2、配置HBase
hbase-site.xml
<?xml version="1.0"[......]
Hadoop的执行模式有三种:单机、伪集群和集群。
前面《Hadoop单机测试》文章中,我们已经搞定了纯单机模式。下面来说伪集群。
伪集群的各个进程将跑在不同的JVM里,并且使用HDFS。
2012.06.21更新:更新Hadoop版本到1.0.3
1、配置伪集群
conf/core-site.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl&qu[......]