paulwong

          HADOOP1.0.3+HBASE0.94.1偽單機環境配置實錄

          1.在host中加入master 127.0.0.1 

          2.實現無需密碼登錄ssh 

          3.hadoop配置文件 

          core-site.xml 
             <?xml version="1.0"?>
          <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

          <!-- Put site-specific property overrides in this file. -->

          <configuration>

          <property>
            <name>hadoop.tmp.dir</name>
            <value>/Users/paul/Documents/PAUL/DOWNLOAD/SOFTWARE/DEVELOP/HADOOP/hadoop-tmp-data</value>
            <description>A base for other temporary directories.</description>
          </property>
           
          <property>
            <name>fs.default.name</name>
            <value>hdfs://master:9000</value>
            <description>The name of the default file system.  A URI whose
            scheme and authority determine the FileSystem implementation.  The
            uri's scheme determines the config property (fs.SCHEME.impl) naming
            the FileSystem implementation class.  The uri's authority is used to
            determine the host, port, etc. for a filesystem.</description>
          </property>

          </configuration>

          hdfs-site.xml 

          <?xml version="1.0"?>
          <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

          <!-- Put site-specific property overrides in this file. -->

          <configuration>


          <property>
            <name>dfs.replication</name>
            <value>1</value>
            <description>Default block replication.
            The actual number of replications can be specified when the file is created.
            The default is used if replication is not specified in create time.
            </description>
          </property>

          <!--
            <property>
              <name>dfs.name.dir</name>
              <value>/Users/paul/Documents/PAUL/DOWNLOAD/SOFTWARE/DEVELOP/HADOOP/hadoop-tmp-data/hdfs-data-name</value>
            </property>

            <property>
              <name>dfs.data.dir</name>
              <value>/Users/paul/Documents/PAUL/DOWNLOAD/SOFTWARE/DEVELOP/HADOOP/hadoop-tmp-data/hdfs-data</value>
            </property>
          -->

          </configuration>

          mapred-site.xml 

          <?xml version="1.0"?>
          <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

          <!-- Put site-specific property overrides in this file. -->

          <configuration>


          <property>
            <name>mapred.job.tracker</name>
            <value>master:9001</value>
            <description>The host and port that the MapReduce job tracker runs
            at. If "local", then jobs are run in-process as a single map
            and reduce task.
            </description>
          </property>

          <property>
          <name>mapred.tasktracker.tasks.maximum</name>
          <value>8</value>
          <description>The maximum number of tasks that will be run simultaneously by a
          a task tracker
          </description>
          </property>

          </configuration>

          masters/slaves 
          master 

          4. 格式化namenode 

          5. 啟動hadoop 

          6. hbase配置文件 

          hbase-site.xml 

          <?xml version="1.0"?>
          <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
          <!--
          /**
           * Copyright 2010 The Apache Software Foundation
           *
           * Licensed to the Apache Software Foundation (ASF) under one
           * or more contributor license agreements.  See the NOTICE file
           * distributed with this work for additional information
           * regarding copyright ownership.  The ASF licenses this file
           * to you under the Apache License, Version 2.0 (the
           * "License"); you may not use this file except in compliance
           * with the License.  You may obtain a copy of the License at
           *
           *     http://www.apache.org/licenses/LICENSE-2.0
           *
           * Unless required by applicable law or agreed to in writing, software
           * distributed under the License is distributed on an "AS IS" BASIS,
           * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
           * See the License for the specific language governing permissions and
           * limitations under the License.
           */Users/paul/Documents/PAUL/DOWNLOAD/SOFTWARE/DEVELOP/HADOOP/hadoop-tmp-data
           */

          -->
          <configuration>

            <property>
              <name>hbase.rootdir</name>
              <value>hdfs://master:9000/hbase</value>
            </property>

            <property>
              <name>hbase.cluster.distributed</name>
              <value>true</value>
            </property>

            <property>
              <name>hbase.zookeeper.quorum</name>
              <value>localhost</value><!--單機配這個-->
            </property>

          </configuration>

          7. 啟動hbase

          posted on 2012-10-01 22:15 paulwong 閱讀(838) 評論(0)  編輯  收藏 所屬分類: 云計算HBASE

          主站蜘蛛池模板: 尉犁县| 潞城市| 剑阁县| 甘南县| 甘肃省| 全南县| 大安市| 福海县| 扬州市| 开江县| 绥阳县| 连山| 阿图什市| 永嘉县| 明水县| 资源县| 灌阳县| 青州市| 靖西县| 禹州市| 渑池县| 吴江市| 阿克苏市| 隆德县| 光山县| 长武县| 福安市| 双城市| 柘城县| 富锦市| 赤水市| 潞城市| 阜新市| 延长县| 巴林左旗| 丹江口市| 和政县| 五大连池市| 大足县| 西和县| 罗甸县|