File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
04-HadoopMultiNodeCluster Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ sudo gedit /etc/network/interfaces
90
90
91
91
* 執行完指令會開啟 interfaces 檔案,輸入下圖紅框內容,然後儲存,離開
92
92
* 設定介面卡 1 (上方紅框)
93
- * 設定為 "NAT 介面卡",可以透過 Host 主機連結至外部網路,設定為 eth0 ,並且設定 dhcp 自動取得 ip 位址
93
+ * 設定為 "NAT 介面卡",可以透過 Host 主機連結至外部網路,設定為 enp0s3 ,並且設定 dhcp 自動取得 ip 位址
94
94
* 設定介面卡 2 (下方紅框)
95
- * 設定為 "內部網路介面卡",用於建立內部網路,內部網路連結虛擬主機(master、data1、data2、data3) 與 Host 主機。設定為 eth1 ,並且設定 static 指定固定 ip 位址
95
+ * 設定為 "內部網路介面卡",用於建立內部網路,內部網路連結虛擬主機(master、data1、data2、data3) 與 Host 主機。設定為 enp0s8 ,並且設定 static 指定固定 ip 位址
96
96
97
97
![ ] ( Image/Image9.png )
98
98
Original file line number Diff line number Diff line change 6
6
7
7
[ Ubuntu Linux] ( https://github.com/machineCYC/EnvironmentSetting/tree/master/Hadoop/02-UbuntuLinux )
8
8
9
- [ Hadoop Single Node Cluster] ( https://github.com/machineCYC/EnvironmentSetting/tree/master/Hadoop/03-HadoopSingleNodeCluster )
9
+ [ Hadoop Single Node Cluster] ( https://github.com/machineCYC/EnvironmentSetting/tree/master/Hadoop/03-HadoopSingleNodeCluster )
10
+
11
+ [ Hadoop Multi Node Cluster] ( https://github.com/machineCYC/EnvironmentSetting/tree/master/Hadoop/04-HadoopMultiNodeCluster )
12
+
13
+
14
+ ## Reference
15
+
16
+ [ Python+Spark2.0+Hsdoop 機器學習與大數據分析] ( http://pythonsparkhadoop.blogspot.tw/ )
You can’t perform that action at this time.
0 commit comments