Description
There is this code in HBaseClient:
NetUtils.connect(this.socket, remoteId.getAddress(), 20000);
We need to be able to set this if only for testing.
There is this code in HBaseClient:
NetUtils.connect(this.socket, remoteId.getAddress(), 20000);
We need to be able to set this if only for testing.