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/09/20 21:08:33 UTC

[jira] Created: (HADOOP-1929) [hbase] Add hbase-default.xml to hbase jar

[hbase] Add hbase-default.xml to hbase jar
------------------------------------------

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


hbase-default.xml should be built into the hbase jar as is the hadoop-default so it can always be found even in case where it is not present on filesystem

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


[jira] Updated: (HADOOP-1929) [hbase] Add hbase-default.xml to hbase jar

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

stack updated HADOOP-1929:
--------------------------

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

Committed.  Resolving.

> [hbase] Add hbase-default.xml to hbase jar
> ------------------------------------------
>
>                 Key: HADOOP-1929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1929
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: 1929.patch
>
>
> hbase-default.xml should be built into the hbase jar as is the hadoop-default so it can always be found even in case where it is not present on filesystem

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


[jira] Updated: (HADOOP-1929) [hbase] Add hbase-default.xml to hbase jar

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

stack updated HADOOP-1929:
--------------------------

    Fix Version/s: 0.15.0
           Status: Patch Available  (was: Open)

Trying against hudson

> [hbase] Add hbase-default.xml to hbase jar
> ------------------------------------------
>
>                 Key: HADOOP-1929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1929
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: 1929.patch
>
>
> hbase-default.xml should be built into the hbase jar as is the hadoop-default so it can always be found even in case where it is not present on filesystem

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


[jira] Updated: (HADOOP-1929) [hbase] Add hbase-default.xml to hbase jar

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

stack updated HADOOP-1929:
--------------------------

    Attachment: 1929.patch

Add hbase-default.xml to the jar target.

> [hbase] Add hbase-default.xml to hbase jar
> ------------------------------------------
>
>                 Key: HADOOP-1929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1929
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: 1929.patch
>
>
> hbase-default.xml should be built into the hbase jar as is the hadoop-default so it can always be found even in case where it is not present on filesystem

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


[jira] Assigned: (HADOOP-1929) [hbase] Add hbase-default.xml to hbase jar

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

stack reassigned HADOOP-1929:
-----------------------------

    Assignee: stack

> [hbase] Add hbase-default.xml to hbase jar
> ------------------------------------------
>
>                 Key: HADOOP-1929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1929
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>
> hbase-default.xml should be built into the hbase jar as is the hadoop-default so it can always be found even in case where it is not present on filesystem

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


[jira] Commented: (HADOOP-1929) [hbase] Add hbase-default.xml to hbase jar

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

Hadoop QA commented on HADOOP-1929:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12366341/1929.patch
against trunk revision r578032.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/805/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/805/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/805/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/805/console

This message is automatically generated.

> [hbase] Add hbase-default.xml to hbase jar
> ------------------------------------------
>
>                 Key: HADOOP-1929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1929
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: 1929.patch
>
>
> hbase-default.xml should be built into the hbase jar as is the hadoop-default so it can always be found even in case where it is not present on filesystem

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


[jira] Commented: (HADOOP-1929) [hbase] Add hbase-default.xml to hbase jar

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

Hudson commented on HADOOP-1929:
--------------------------------

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

> [hbase] Add hbase-default.xml to hbase jar
> ------------------------------------------
>
>                 Key: HADOOP-1929
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1929
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: 1929.patch
>
>
> hbase-default.xml should be built into the hbase jar as is the hadoop-default so it can always be found even in case where it is not present on filesystem

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