.type(new FileArgumentType().verifyExists().verifyIsFile().verifyCanRead())
.help("Relative or absolute path to a local HBase indexer XML configuration file. If "
+ "supplied, this overrides --hbase-indexer-zk and --hbase-indexer-name. "
+ "Example: /path/to/morphline-hbase-mapper.xml");
Argument hbaseIndexerComponentFactoryArg = hbaseIndexerGroup.addArgument("--hbase-indexer-component-factory")
.metavar("STRING")
.help("Classname of the hbase indexer component factory.");
ArgumentGroup scanArgumentGroup = parser.addArgumentGroup("HBase scan parameters")
.description("Parameters for specifying what data is included while reading from HBase.");