Commit 342c2d4b 342c2d4bae3c838a6db354114b07062879200aa6 by zhanghao

commit

1 parent 23a41958
......@@ -17,7 +17,7 @@ import java.io.IOException;
public class ETLApp {
public static void main(String[] args) throws Exception{
System.setProperty("HADOOP_USER_NAME","sifude");
System.setProperty("HADOOP_USER_NAME","test");
Configuration configuration = new Configuration();
configuration.set("fs.defaultFS","hdfs://localhost:8020");
......