You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/02/08 00:33:07 UTC

[jira] Created: (HBASE-426) hbase can't find remote filesystem

hbase can't find remote filesystem
----------------------------------

                 Key: HBASE-426
                 URL: https://issues.apache.org/jira/browse/HBASE-426
             Project: Hadoop HBase
          Issue Type: Bug
    Affects Versions: 0.1.0, 0.2.0
            Reporter: stack


If filesystem is remote, e.g. its an Hadoop DFS running "over there", there is no means of pointing hbase at it currently (unless you count copying hadoop-site.xml into hbase/conf).  Should be possible to just set a fully qualified hbase.rootdir and that should be sufficient for hbase figuring the fs (needs to be backported to 0.1 too).

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


[jira] Updated: (HBASE-426) hbase can't find remote filesystem

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

stack updated HBASE-426:
------------------------

    Attachment: rootdir-v3.patch

v3 includes test I failed to update.

> hbase can't find remote filesystem
> ----------------------------------
>
>                 Key: HBASE-426
>                 URL: https://issues.apache.org/jira/browse/HBASE-426
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.1.0, 0.2.0
>            Reporter: stack
>            Priority: Blocker
>         Attachments: rootdir-v2.patch, rootdir-v3.patch, rootdir.patch
>
>
> If filesystem is remote, e.g. its an Hadoop DFS running "over there", there is no means of pointing hbase at it currently (unless you count copying hadoop-site.xml into hbase/conf).  Should be possible to just set a fully qualified hbase.rootdir and that should be sufficient for hbase figuring the fs (needs to be backported to 0.1 too).

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


[jira] Commented: (HBASE-426) hbase can't find remote filesystem

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567122#action_12567122 ] 

Bryan Duxbury commented on HBASE-426:
-------------------------------------

There was a suggestion of having the hbase.rootdir parameter be a filesystem and path combined, like hdfs://server:port/path/to/hbase/root. This seems like it'd be a really simple, clear, useful way to specify where your files go.

Also, I think there should be a reasonable default value for this in hbase-site.xml, so that you KNOW that you have to change it. Putting it in hbase-default.xml would just be confusing.

> hbase can't find remote filesystem
> ----------------------------------
>
>                 Key: HBASE-426
>                 URL: https://issues.apache.org/jira/browse/HBASE-426
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.1.0, 0.2.0
>            Reporter: stack
>            Priority: Blocker
>
> If filesystem is remote, e.g. its an Hadoop DFS running "over there", there is no means of pointing hbase at it currently (unless you count copying hadoop-site.xml into hbase/conf).  Should be possible to just set a fully qualified hbase.rootdir and that should be sufficient for hbase figuring the fs (needs to be backported to 0.1 too).

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


[jira] Updated: (HBASE-426) hbase can't find remote filesystem

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

stack updated HBASE-426:
------------------------

    Attachment: rootdir-v2.patch

Minor changes to getting started so its clearer how you point at a filesystem.

> hbase can't find remote filesystem
> ----------------------------------
>
>                 Key: HBASE-426
>                 URL: https://issues.apache.org/jira/browse/HBASE-426
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.1.0, 0.2.0
>            Reporter: stack
>            Priority: Blocker
>         Attachments: rootdir-v2.patch, rootdir.patch
>
>
> If filesystem is remote, e.g. its an Hadoop DFS running "over there", there is no means of pointing hbase at it currently (unless you count copying hadoop-site.xml into hbase/conf).  Should be possible to just set a fully qualified hbase.rootdir and that should be sufficient for hbase figuring the fs (needs to be backported to 0.1 too).

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


[jira] Updated: (HBASE-426) hbase can't find remote filesystem

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

stack updated HBASE-426:
------------------------

    Priority: Blocker  (was: Major)

Made it a blocker (for 0.2 and 0.1)

> hbase can't find remote filesystem
> ----------------------------------
>
>                 Key: HBASE-426
>                 URL: https://issues.apache.org/jira/browse/HBASE-426
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.1.0, 0.2.0
>            Reporter: stack
>            Priority: Blocker
>
> If filesystem is remote, e.g. its an Hadoop DFS running "over there", there is no means of pointing hbase at it currently (unless you count copying hadoop-site.xml into hbase/conf).  Should be possible to just set a fully qualified hbase.rootdir and that should be sufficient for hbase figuring the fs (needs to be backported to 0.1 too).

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


[jira] Updated: (HBASE-426) hbase can't find remote filesystem

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

stack updated HBASE-426:
------------------------

    Attachment: rootdir.patch

Change hbase.rootdir to expectation is that its fully-qualified: i.e. includes the filesystem implementation and full location information.  Addressed also issue Billy Pearson found where we still referred to hadoop.tmp.dir.  Removed fs.default.name setting in hbase-site.xml for test.  Tests now use home directory in minidfs as hbase.rootdir. Bulk of the patch is setting into HBaseConfiguration the rootdir (minidfs randomly picks a port).  Also removed 'default rootdir'. HBase should fail if you haven't specified root dir for you hbase.

> hbase can't find remote filesystem
> ----------------------------------
>
>                 Key: HBASE-426
>                 URL: https://issues.apache.org/jira/browse/HBASE-426
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.1.0, 0.2.0
>            Reporter: stack
>            Priority: Blocker
>         Attachments: rootdir.patch
>
>
> If filesystem is remote, e.g. its an Hadoop DFS running "over there", there is no means of pointing hbase at it currently (unless you count copying hadoop-site.xml into hbase/conf).  Should be possible to just set a fully qualified hbase.rootdir and that should be sufficient for hbase figuring the fs (needs to be backported to 0.1 too).

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


[jira] Resolved: (HBASE-426) hbase can't find remote filesystem

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

stack resolved HBASE-426.
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0
                   0.1.0

Committed to branch and TRUNK

> hbase can't find remote filesystem
> ----------------------------------
>
>                 Key: HBASE-426
>                 URL: https://issues.apache.org/jira/browse/HBASE-426
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.1.0, 0.2.0
>            Reporter: stack
>            Priority: Blocker
>             Fix For: 0.1.0, 0.2.0
>
>         Attachments: rootdir-v2.patch, rootdir-v3.patch, rootdir.patch
>
>
> If filesystem is remote, e.g. its an Hadoop DFS running "over there", there is no means of pointing hbase at it currently (unless you count copying hadoop-site.xml into hbase/conf).  Should be possible to just set a fully qualified hbase.rootdir and that should be sufficient for hbase figuring the fs (needs to be backported to 0.1 too).

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