[
https://issues.apache.org/jira/browse/HBASE-11647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117590#comment-14117590
]
Anoop Sam John commented on HBASE-11647:
----------------------------------------
+1
{code}
+ public void initialize(String[] args) {
+ super.initialize(args);
+ String mobColumnFamily = args[0];
+ int minMobDataSize = Integer.parseInt(args[1]);
+ int maxMobDataSize = Integer.parseInt(args[2]);
{code}
minor : Just check the length of args to be 3. If not throw
IllegalArgumentException.
> MOB integration testing
> -----------------------
>
> Key: HBASE-11647
> URL: https://issues.apache.org/jira/browse/HBASE-11647
> Project: HBase
> Issue Type: Sub-task
> Components: Performance, test
> Reporter: Jingcheng Du
> Assignee: Jingcheng Du
> Attachments: HBASE-11647-without-sweep-tool-V2.diff,
> HBASE-11647-without-sweep-tool.diff, HBASE-11647.diff
>
>
> The integration testings include the integration function testing and
> performance testing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)