UserGroupInformation.setConfiguration(conf);
String user = UserGroupInformation.getCurrentUser().getShortUserName();
TezConfiguration tezConf = new TezConfiguration(conf);
TezClient tezClient = new TezClient(tezConf);
ApplicationId appId = tezClient.createApplication();
FileSystem fs = FileSystem.get(conf);
String stagingDirStr = Path.SEPARATOR + "user" + Path.SEPARATOR
+ user + Path.SEPARATOR+ ".staging" + Path.SEPARATOR