wiki:waue/2010/0831

Version 7 (modified by waue, 14 years ago) (diff)

--

hadoop 進階課程 課程大綱

時間 時數 課程內容
09:30~10:30 1.0h 課程與Hadoop簡介
10:30~11:00 0.5h Map Reduce 原理說明
11:00~11:30 0.5h console端編譯與執行
11:30~12:00 0.5h 透過 Eclipse 開發
11:30~13:00 1.5h - - 午餐
13:30~14:00 0.5h Map Reduce 程式架構
14:00~14:30 0.5h 程式設計I- HDFS 操作
14:30~16:00 1.5h 程式設計II-範例程式
時間 時數 課程內容
09:30~10:00 0.5h HBase 簡介
10:00~11:00 1 h HBase 架構、原理
11:00~12:00 1 h HBase 安裝操作說明
12:00~13:30 1.5h - - 午餐
13:30~15:00 1.5h HBase 程式架構與範例
15:00~16:00 1h HBase + Map Reduce 案例實務
16:00~17:00 1h hadoop + 關聯式資料庫

mysql 遠端登入方法

修改 /etc/mysql/my.cnf

# bind-address 127.0.0.1
bind-address your_ip_address
$ sudo /etc/init.d/mysql restart
$ mysql -u root -p 

mysql> grant all on school.* to waue identified by 'wauenchc' with grant option;
mysql> exit

$ mysql -h your_ip_address -u waue -p "wauenchc"

出現 mysql> 則代表成功

Attachments (1)

Download all attachments as: .zip