Skip to content

Commit

Permalink
Update HadoopConfigWrite.java
Browse files Browse the repository at this point in the history
  • Loading branch information
liujianxun-ict authored Sep 8, 2018
1 parent 66b0e79 commit 00905cc
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ public void initial(String server, String username, String password,
String localPath, String remotePath) {

}


@Override
void uploadConfigFile(){

}

@Override
public void writetoConfigfile(HashMap hm) {

}

}

0 comments on commit 00905cc

Please sign in to comment.