Nick Dimiduk created HBASE-27343:
------------------------------------
Summary: RoundRobinTableInputFormat main should extend
`AbstractHBaseTool` for proper configuration parsing
Key: HBASE-27343
URL: https://issues.apache.org/jira/browse/HBASE-27343
Project: HBase
Issue Type: Task
Components: mapreduce
Affects Versions: 2.4.2, 2.3.5, 3.0.0-alpha-1, 2.5.0
Reporter: Nick Dimiduk
Noticed while reviewing the compatibility report for 2.5.0RC1.
`RoundRobinTableInputFormat` ships with an undocumented main method that prints
out input split diagnostic information. That main does some basic configuration
parsing but it inconsistent with how parsing is normally done. If the tool is
going to ship a main, it should do paring properly, make use of
`AbstractHBaseTool`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)