Constructor. @param quorum_spec The specification of the quorum, e.g. "host1,host2,host3".
(final String quorum_spec)
| 493 | * {@code "host1,host2,host3"}. |
| 494 | */ |
| 495 | public HBaseClient(final String quorum_spec) { |
| 496 | this(quorum_spec, "/hbase"); |
| 497 | } |
| 498 | |
| 499 | /** |
| 500 | * Constructor. |
nothing calls this directly
no test coverage detected