commit
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -17,7 +17,7 @@ import java.io.IOException; | ... | @@ -17,7 +17,7 @@ import java.io.IOException; |
| 17 | public class ETLApp { | 17 | public class ETLApp { |
| 18 | 18 | ||
| 19 | public static void main(String[] args) throws Exception{ | 19 | public static void main(String[] args) throws Exception{ |
| 20 | System.setProperty("HADOOP_USER_NAME","zhanghao"); | 20 | System.setProperty("HADOOP_USER_NAME","sifude"); |
| 21 | Configuration configuration = new Configuration(); | 21 | Configuration configuration = new Configuration(); |
| 22 | configuration.set("fs.defaultFS","hdfs://localhost:8020"); | 22 | configuration.set("fs.defaultFS","hdfs://localhost:8020"); |
| 23 | 23 | ... | ... |
-
Please register or sign in to post a comment