Commit 5e5f67b7 5e5f67b794d716888a4e88574f1876b91610a595 by zhanghao

commit

1 parent 72ba236f
...@@ -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
......