You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "stack (JIRA)" <ji...@apache.org> on 2007/05/22 21:11:16 UTC

[jira] Created: (HADOOP-1418) hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.

hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.
---------------------------------------------------------------------------------------

                 Key: HADOOP-1418
                 URL: https://issues.apache.org/jira/browse/HADOOP-1418
             Project: Hadoop
          Issue Type: Improvement
          Components: contrib/hbase
            Reporter: stack
         Assigned To: stack
            Priority: Minor


Reconcile our internal repository with hadoop trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1418) hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HADOOP-1418:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks Michael!

> hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1418
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1418
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>            Priority: Minor
>         Attachments: hadoop1418.patch
>
>
> Reconcile our internal repository with hadoop trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1418) hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HADOOP-1418:
--------------------------

    Status: Patch Available  (was: Open)

Test patch

> hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1418
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1418
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>            Priority: Minor
>         Attachments: hadoop1418.patch
>
>
> Reconcile our internal repository with hadoop trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1418) hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498187 ] 

Hadoop QA commented on HADOOP-1418:
-----------------------------------

Integrated in Hadoop-Nightly #98 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/98/)

> hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1418
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1418
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>            Priority: Minor
>         Attachments: hadoop1418.patch
>
>
> Reconcile our internal repository with hadoop trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1418) hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497975 ] 

Hadoop QA commented on HADOOP-1418:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12357912/hadoop1418.patch applied and successfully tested against trunk revision r540586.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/181/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/181/console

> hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1418
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1418
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>            Priority: Minor
>         Attachments: hadoop1418.patch
>
>
> Reconcile our internal repository with hadoop trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1418) hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HADOOP-1418:
--------------------------

    Attachment: hadoop1418.patch

Patch of miscellaneous that moves changes in local repository up into hadoop trunk.  Jim, please also remove HLocking as its no longer used since hadoop1397.

Here is commit message to go w/ attached patch:

* src/contrib/hbase/src/test/org/apache/hadoop/hbase/HBaseClusterTestCase.java
    Default hbase cluster test case to use mini hdfs.  Previous default was
    using configured filesystem which usually meant local filesystem; problematic
    when default location for hbase region directory is /hbase.
* src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHBaseCluster.java
    No need of teardown now HClient#close() has been removed.
* src/contrib/hbase/src/test/org/apache/hadoop/hbase/EvaluationClient.java
    First cut at a client to run the 'Performance Evaluation' described
    in section 7 of the BigTable paper.
* src/contrib/hbase/src/test/org/apache/hadoop/hbase/TestHClient.java
    Add test for HClient; runs test of HClient command line facility.
* src/contrib/hbase/src/java/org/apache/hadoop/hbase/HClient.java
    (close, checkOpen): Removed.  A close w/o an open is odd.
    Current close also ran RPC.stopClient which causes havoc when
    HClient instance is hosted inside a server also using RPC.

> hbase miscellaneous: unit test for HClient, client to do 'Performance Evaluation', etc.
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-1418
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1418
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>            Priority: Minor
>         Attachments: hadoop1418.patch
>
>
> Reconcile our internal repository with hadoop trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.