91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

hadoop2.x 將namenode 與 SecondaryNameNode 分開部署

發布時間:2020-07-10 17:15:21 來源:網絡 閱讀:1277 作者:A小小書童 欄目:大數據

修改方法

在hadoop namenode節點上修改hadoop2.7.7 目錄 

cd ~/hadoop-2.7.7/etc/hadoop/

配置

[hadoop@namenodeyw hadoop]$ cat masters 

datenodeyw1     #說明 SecondaryNameNode 服務將再這臺節點上啟動

[hadoop@namenodeyw hadoop]$ cat hdfs-site.xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<!-- #紅色部門為將namenode 與  SecondaryNameNode 分開部署 -->
  <property>
     <name>dfs.http.address</name>
     <value>namenodeyw:50070</value>
     <description>
     The address and the base port where the dfs namenode web ui will listen on. If the port is 0 then the server will start on a free port.
     </description>
  </property>
  <property>
     <name>dfs.namenode.secondary.http-address</name>
     <value>datanodeyw1:50090</value>
  </property>
  <property>
     <name>dfs.name.dir</name>
     <value>/opt/hadoop/dfs/name</value>
     <description>Path on the local filesystem where theNameNode stores the namespace and transactions logs persistently.</description>
  </property>
  <property>
     <name>dfs.data.dir</name>
     <value>/opt/hadoop/dfs/data</value>
     <description>Comma separated list of paths on the localfilesystem of a DataNode where it should store its blocks.</description>
  </property>
  <property>
     <name>dfs.replication</name>
     <value>3</value>
  </property>
  <property>
    <name>dfs.permissions</name>
    <value>false</value>
    <description>need not permissions</description>
  </property>
</configuration>


[hadoop@namenodeyw hadoop]$ cat core-site.xml

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
   <property>
        <name>hadoop.tmp.dir</name>
        <value>/opt/hadoop/tmp</value>
        <description>Abase for other temporary directories.</description>
   </property>
   <property>
        <name>fs.default.name</name>
        <value>hdfs://namenodeyw:9000</value>
   </property>
<! -- #以下為將namenode 與  SecondaryNameNode 分開部署 -->
   <property>
       <name>fs.checkpoint.period</name>
       <value>3600</value>
       <description>The number of seconds between two periodic checkpoints.</description>
   </property>
   <property>
       <name>fs.checkpoint.size</name>
       <value>67108864</value>
   </property>
</configuration>

然后將改配置文件目錄分別同步到其他節點。

依次重啟服務。

先重啟hadoop機器  ./start-all.sh 

再重啟 zookeeper    ./zkSever.sh  start

再到配置hbase主節點上啟動habase     ./start-hbase.sh

在namenode上啟動

./start-all.sh 啟動后進程截圖

hadoop2.x 將namenode 與  SecondaryNameNode 分開部署

[hadoop@namenodeyw sbin]$ jps

8017 NodeManager

8389 Jps

7498 NameNode

7642 DataNode

7900 ResourceManager

[hadoop@datanodeyw1 hadoop]$ jps

16529 DataNode

16305 Main

16770 NodeManager

17238 Jps

16639 SecondaryNameNode


[hadoop@datanodeyw2 bin]$ jps

13139 DataNode

13400 Jps

13257 NodeManager

 

在namenode上啟動 start-yarn.sh  提示已經啟動。

[hadoop@namenodeyw sbin]$ ./start-yarn.sh

starting yarn daemons

resourcemanager running as process 7900. Stop it first.

namenodeyw: nodemanager running as process 8017. Stop it first.

datanodeyw2: nodemanager running as process 13257. Stop it first.

datanodeyw1: nodemanager running as process 16770. Stop it first.


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

抚远县| 昭苏县| 政和县| 常德市| 稻城县| 岫岩| 黄冈市| 抚顺市| 昭觉县| 苗栗县| 芮城县| 绥中县| 望江县| 广德县| 临泉县| 阿拉善右旗| 嘉鱼县| 舒城县| 金坛市| 大城县| 南投县| 南丰县| 亳州市| 汉沽区| 郎溪县| 台江县| 德阳市| 西青区| 邵武市| 绥阳县| 西乌珠穆沁旗| 石景山区| 商城县| 延安市| 星座| 汕尾市| 阿克陶县| 泰州市| 灵武市| 平谷区| 吉安市|