Commit 342c2d4b 342c2d4bae3c838a6db354114b07062879200aa6 by zhanghao

commit

1 parent 23a41958
...@@ -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","sifude"); 20 System.setProperty("HADOOP_USER_NAME","test");
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
......