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 閱讀(837) 評論(0)  編輯  收藏 所屬分類: 云計算 、HBASE

          主站蜘蛛池模板: 永宁县| 白朗县| 麻城市| 闸北区| 南涧| 金乡县| 通城县| 水城县| 扶沟县| 昌邑市| 绥中县| 新河县| 来宾市| 通化县| 紫云| 绿春县| 富裕县| 慈溪市| 吴旗县| 双江| 昌图县| 汝南县| 景宁| 盘锦市| 彭州市| 昌吉市| 昌黎县| 连城县| 老河口市| 青海省| 大同县| 偏关县| 阜阳市| 铁力市| 保亭| 萍乡市| 泽库县| 宣城市| 阜新市| 廉江市| 原阳县|