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/06/28 18:29:25 UTC

[jira] Created: (HADOOP-1543) [hbase] Add HClient.tableExists

[hbase] Add HClient.tableExists
-------------------------------

                 Key: HADOOP-1543
                 URL: https://issues.apache.org/jira/browse/HADOOP-1543
             Project: Hadoop
          Issue Type: Improvement
          Components: contrib/hbase
            Reporter: stack
            Assignee: stack


Add to hbase client a check if table already exists.

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


[jira] Updated: (HADOOP-1543) [hbase] Add HClient.tableExists

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

stack updated HADOOP-1543:
--------------------------

    Status: Patch Available  (was: Open)

> [hbase] Add HClient.tableExists
> -------------------------------
>
>                 Key: HADOOP-1543
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1543
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>         Attachments: hadoop1543-v2.patch, hadoop1543.patch
>
>
> Add to hbase client a check if table already exists.

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


[jira] Updated: (HADOOP-1543) [hbase] Add HClient.tableExists

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

stack updated HADOOP-1543:
--------------------------

    Attachment: hadoop1543.patch

> [hbase] Add HClient.tableExists
> -------------------------------
>
>                 Key: HADOOP-1543
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1543
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>         Attachments: hadoop1543.patch
>
>
> Add to hbase client a check if table already exists.

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


[jira] Updated: (HADOOP-1543) [hbase] Add HClient.tableExists

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

stack updated HADOOP-1543:
--------------------------

    Attachment: hadoop1543-v2.patch

V2.  Actually passes tests.

> [hbase] Add HClient.tableExists
> -------------------------------
>
>                 Key: HADOOP-1543
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1543
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>         Attachments: hadoop1543-v2.patch, hadoop1543.patch
>
>
> Add to hbase client a check if table already exists.

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


[jira] Updated: (HADOOP-1543) [hbase] Add HClient.tableExists

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

stack updated HADOOP-1543:
--------------------------

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

Committed with below message:

HADOOP-1543 [base] Add HClient.tableExists
M    src/java/org/apache/hadoop/hbase/HClient.java
    (tableExists): Added
M    CHANGES.txt
M    src/java/org/apache/hadoop/hbase/package.html
    Fix javadoc.

> [hbase] Add HClient.tableExists
> -------------------------------
>
>                 Key: HADOOP-1543
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1543
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>         Attachments: hadoop1543-v2.patch, hadoop1543.patch
>
>
> Add to hbase client a check if table already exists.

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


[jira] Commented: (HADOOP-1543) [hbase] Add HClient.tableExists

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

Jim Kellerman commented on HADOOP-1543:
---------------------------------------

+1


> [hbase] Add HClient.tableExists
> -------------------------------
>
>                 Key: HADOOP-1543
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1543
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>         Attachments: hadoop1543-v2.patch, hadoop1543.patch
>
>
> Add to hbase client a check if table already exists.

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


[jira] Commented: (HADOOP-1543) [hbase] Add HClient.tableExists

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

Hadoop QA commented on HADOOP-1543:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12360762/hadoop1543-v2.patch applied and successfully tested against trunk revision r551361.

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

> [hbase] Add HClient.tableExists
> -------------------------------
>
>                 Key: HADOOP-1543
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1543
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>         Attachments: hadoop1543-v2.patch, hadoop1543.patch
>
>
> Add to hbase client a check if table already exists.

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


[jira] Commented: (HADOOP-1543) [hbase] Add HClient.tableExists

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

Hudson commented on HADOOP-1543:
--------------------------------

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

> [hbase] Add HClient.tableExists
> -------------------------------
>
>                 Key: HADOOP-1543
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1543
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>         Attachments: hadoop1543-v2.patch, hadoop1543.patch
>
>
> Add to hbase client a check if table already exists.

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