[
https://issues.apache.org/jira/browse/HBASE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232229#comment-14232229
]
stack commented on HBASE-12616:
-------------------------------
Doing $ bin/hbase org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
would output this:
{code}
2014-12-02 14:18:11,518 INFO [main] Configuration.deprecation:
hadoop.native.lib is deprecated. Instead, use io.native.lib.available
usage: IntegrationTestBigLinkedList <general options> COMMAND [<COMMAND
options>]
General options:
-h,--help Show usage
-m,--monkey <arg> Which chaos monkey to run
-monkeyProps <arg> The properties file for specifying chaos monkey
properties.
Exception in thread "main" java.lang.RuntimeException: Incorrect Number of args.
at
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.processOptions(IntegrationTestBigLinkedList.java:1154)
at
org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:108)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.main(IntegrationTestBigLinkedList.java:1220)
{code}
Fixed so now it does this:
{code}
usage: IntegrationTestBigLinkedList <general options> COMMAND [<COMMAND
options>]
General options:
-h,--help Show usage
-m,--monkey <arg> Which chaos monkey to run
-monkeyProps <arg> The properties file for specifying chaos monkey
properties.
Commands:
Generator Map only job that generates data.
Verify A map reduce job that looks for holes. Look at the counts
after running. See REFERENCED and UNREFERENCED are ok. Any
UNDEFINED counts are bad. Do not run with the Generator.
Walker Standalong program that starts following a linked list & emits
timing info.
Print Standalone program that prints nodes in the linked list.
Delete Standalone program that deletes a·single node.
Loop Program to Loop through Generator and Verify steps
Clean Program to clean all left over detritus.
Exception in thread "main" java.lang.RuntimeException: Incorrect Number of args.
at
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.processOptions(IntegrationTestBigLinkedList.java:1154)
at
org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:108)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.main(IntegrationTestBigLinkedList.java:1220)
{code}
> We lost the IntegrationTestBigLinkedList COMMANDS in recent usage refactoring
> -----------------------------------------------------------------------------
>
> Key: HBASE-12616
> URL: https://issues.apache.org/jira/browse/HBASE-12616
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Priority: Trivial
> Fix For: 2.0.0, 0.98.9, 0.99.2
>
> Attachments: 12616.txt
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)