[
https://issues.apache.org/jira/browse/HBASE-9808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13805733#comment-13805733
]
Ted Yu edited comment on HBASE-9808 at 10/25/13 9:52 PM:
---------------------------------------------------------
Looking at svn history for
src/test/java/org/apache/hadoop/hbase/rest/PerformanceEvaluation.java , it was
created in HBASE-2542
I went through the patch once.
{code}
-import org.apache.hadoop.hbase.rest.client.Client;
...
-import org.apache.hadoop.hbase.rest.client.RemoteAdmin;
-import org.apache.hadoop.hbase.rest.client.RemoteHTable;
{code}
The above classes from rest package should be used, instead of
org.apache.hadoop.hbase.client.HBaseAdmin, etc.
was (Author: [email protected]):
Looking at svn history for
src/test/java/org/apache/hadoop/hbase/rest/PerformanceEvaluation.java , it was
created in HBASE-2542
I went through the patch once. Looks Okay.
> org.apache.hadoop.hbase.rest.PerformanceEvaluation is out of sync with
> org.apache.hadoop.hbase.PerformanceEvaluation
> --------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-9808
> URL: https://issues.apache.org/jira/browse/HBASE-9808
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Gustavo Anatoly
> Attachments: HBASE-9808.patch
>
>
> Here is list of JIRAs whose fixes might have gone into
> rest.PerformanceEvaluation :
> {code}
> ------------------------------------------------------------------------
> r1527817 | mbertozzi | 2013-09-30 15:57:44 -0700 (Mon, 30 Sep 2013) | 1 line
> HBASE-9663 PerformanceEvaluation does not properly honor specified table name
> parameter
> ------------------------------------------------------------------------
> r1526452 | mbertozzi | 2013-09-26 04:58:50 -0700 (Thu, 26 Sep 2013) | 1 line
> HBASE-9662 PerformanceEvaluation input do not handle tags properties
> ------------------------------------------------------------------------
> r1525269 | ramkrishna | 2013-09-21 11:01:32 -0700 (Sat, 21 Sep 2013) | 3 lines
> HBASE-8496 - Implement tags and the internals of how a tag should look like
> (Ram)
> ------------------------------------------------------------------------
> r1524985 | nkeywal | 2013-09-20 06:02:54 -0700 (Fri, 20 Sep 2013) | 1 line
> HBASE-9558 PerformanceEvaluation is in hbase-server, and creates a
> dependency to MiniDFSCluster
> ------------------------------------------------------------------------
> r1523782 | nkeywal | 2013-09-16 13:07:13 -0700 (Mon, 16 Sep 2013) | 1 line
> HBASE-9521 clean clearBufferOnFail behavior and deprecate it
> ------------------------------------------------------------------------
> r1518341 | jdcryans | 2013-08-28 12:46:55 -0700 (Wed, 28 Aug 2013) | 2 lines
> HBASE-9330 Refactor PE to create HTable the correct way
> {code}
> Long term, we may consider consolidating the two PerformanceEvaluation
> classes so that such maintenance work can be reduced.
--
This message was sent by Atlassian JIRA
(v6.1#6144)