Skip to content

Commit

Permalink
display WebHDFS port on console
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Oct 10, 2018
1 parent 68c7615 commit 2783a0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public String getName() {
@Override
public String getProperties() {
return "\n \t\t\t host:" + host +
"\n \t\t\t port:" + port;
"\n \t\t\t port:" + port +
"\n \t\t\t httpPort:" + httpPort;
}

private void init() {
Expand Down

0 comments on commit 2783a0d

Please sign in to comment.