[
https://issues.apache.org/jira/browse/HBASE-3240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061095#comment-13061095
]
Lars George commented on HBASE-3240:
------------------------------------
I think the "-c" is wrong? The GenericOptionsParser only takes "-conf":
{code}
Option oconf = OptionBuilder.withArgName("configuration file")
.hasArg()
.withDescription("specify an application configuration file")
.create("conf");
{code}
Same in trunk
https://github.com/apache/hadoop/blob/trunk/src/core/org/apache/hadoop/util/GenericOptionsParser.java#L206
Or is this handled somewhere else?
> Improve documentation of importtsv and bulk loads
> -------------------------------------------------
>
> Key: HBASE-3240
> URL: https://issues.apache.org/jira/browse/HBASE-3240
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 0.92.0
> Reporter: Todd Lipcon
> Assignee: Aaron T. Myers
> Fix For: 0.92.0
>
> Attachments: hbase-3240.0.patch, hbase-3240.1.patch
>
>
> Right now our bulk load features are a little confusing. We have loadtable.rb
> for new tables and completebulkload for existing tables. The docs only talk
> about the incremental case, and there are basically no docs for the ruby
> script. We should conslidate these things and make the documentation a little
> more clear on the full story.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira