Aha, yes I see that it is running in local mode

, but how do you change that.
I have setup the paths in
hadoop-site:
<configuration>
    <property>
        <name>fs.default.name</name>
        <value>mb0:9000</value>
    </property>
    <property>
        <name>mapred.job.tracker</name>
        <value>mb0:9001</value>
    </property>
    <property>
        <name>dfs.replication</name>
        <value>3</value>
    </property>
</configuration>


and uncommented export
HADOOP_CLASSPATH=/home/hbase/jerl:/home/hbase/hbase/hbase-0.1.3-NOJ-3.jar:/home/hbase/hbass/conf
in the hadoop-env file.

Regards Erik

Reply via email to