| | 1 | |
| | 2 | * 資料夾 |
| | 3 | |
| | 4 | || /tmp/ProductEmp/conf/store.txt || || |
| | 5 | || /tmp/ProductEmp/input/ || || |
| | 6 | || /tmp/ProductEmp/hdfs/ || || |
| | 7 | || /tmp/ProductEmp/out/ || || |
| | 8 | || /tmp/ProductEmp/result/ || || |
| | 9 | |
| | 10 | = 設定初始內容 = |
| | 11 | |
| | 12 | * /tmp/ProductEmp/conf/store.txt |
| | 13 | {{{ |
| | 14 | #!text |
| | 15 | 01 ; 微波爐 ; 3000 |
| | 16 | 02 ; 烤箱 ; 800 |
| | 17 | 03 ; 電暖氣 ; 1000 |
| | 18 | 04 ; 收音機 ; 300 |
| | 19 | 05 ; 冷氣機 ; 30000 |
| | 20 | }}} |
| | 21 | |
| | 22 | * /tmp/ProductEmp/input/0102.txt |
| | 23 | {{{ |
| | 24 | #!text |
| | 25 | jazz: 01 |
| | 26 | jazz: 02 |
| | 27 | jazz: 02 |
| | 28 | jazz: 03 |
| | 29 | jazz: 05 |
| | 30 | jazz: 01 |
| | 31 | lia: 02 |
| | 32 | lia: 03 |
| | 33 | waue: 02 |
| | 34 | shun: 02 |
| | 35 | len: 02 |
| | 36 | }}} |
| | 37 | |
| | 38 | |