*/
public boolean rename(String src, String dst) throws IOException {
renameDao rename = new renameImpl();
return rename.rename(getConf(), src, dst);
}
public static void main(String args[]) throws IOException {
renameAction rename = new renameAction();
String src = "/user/gg.txt1";