[
https://issues.apache.org/jira/browse/HBASE-14345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415906#comment-15415906
]
Hudson commented on HBASE-14345:
--------------------------------
FAILURE: Integrated in HBase-1.2 #698 (See
[https://builds.apache.org/job/HBase-1.2/698/])
HBASE-14345 Consolidate printUsage in IntegrationTestLoadAndVerify (Reid (appy:
rev 188963cb86a839bb4f5a33a7e9d9fdc43684c69d)
*
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestWithCellVisibilityLoadAndVerify.java
*
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestLoadAndVerify.java
> Consolidate printUsage in IntegrationTestLoadAndVerify
> ------------------------------------------------------
>
> Key: HBASE-14345
> URL: https://issues.apache.org/jira/browse/HBASE-14345
> Project: HBase
> Issue Type: Improvement
> Components: integration tests
> Reporter: Nick Dimiduk
> Assignee: Reid Chan
> Priority: Trivial
> Labels: beginner
> Fix For: 2.0.0, 1.3.0, 1.0.4, 1.4.0, 1.1.6, 1.2.3
>
> Attachments: HBASE-14345.002.patch, HBASE-14345.003.patch,
> HBASE-14345.004.patch, HBASE-14345.master.001.patch,
> HBASE-14345.master.002.patch, HBASE-14345.patch, itlav-2016-07-07.png,
> itlv.png
>
>
> Investigating the use of {{itlav}} is a little screwy. Subclasses are not
> overriding the {{printUsage()}} methods correctly, so you have to pass
> {{--help}} to get some info and no arguments to get the rest.
> {noformat}
> [hbase@ndimiduk-112rc2-7 ~]$ hbase
> org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify --help
> usage: bin/hbase org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
> <options>
> Options:
> -h,--help Show usage
> -m,--monkey <arg> Which chaos monkey to run
> -monkeyProps <arg> The properties file for specifying chaos monkey
> properties.
> -ncc,--noClusterCleanUp Don't clean up the cluster at the end
> [hbase@ndimiduk-112rc2-7 ~]$ hbase
> org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
> IntegrationTestLoadAndVerify [-Doptions] <load|verify|loadAndVerify>
> Loads a table with row dependencies and verifies the dependency chains
> Options
> -Dloadmapper.table=<name> Table to write/verify (default autogen)
> -Dloadmapper.backrefs=<n> Number of backreferences per row (default
> 50)
> -Dloadmapper.num_to_write=<n> Number of rows per mapper (default 100,000
> per mapper)
> -Dloadmapper.deleteAfter=<bool> Delete after a successful verify (default
> true)
> -Dloadmapper.numPresplits=<n> Number of presplit regions to start with
> (default 40)
> -Dloadmapper.map.tasks=<n> Number of map tasks for load (default 200)
> -Dverify.reduce.tasks=<n> Number of reduce tasks for verify (default
> 35)
> -Dverify.scannercaching=<n> Number hbase scanner caching rows to read
> (default 50)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)