You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2009/04/20 00:47:47 UTC

[jira] Created: (CHUKWA-158) Database loader unable to connect to namenode with cname address

Database loader unable to connect to namenode with cname address
----------------------------------------------------------------

                 Key: CHUKWA-158
                 URL: https://issues.apache.org/jira/browse/CHUKWA-158
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: Data Processors
         Environment: Redhat EL 5.1, Java 6
            Reporter: Eric Yang
            Priority: Blocker


We use cname to wrap around name node address.  Database loader uses the collector file to construct the full url for HDFS sequence file.  There is a bug somewhere that name node will will respond it's address is hdfs://xyz.fqdn:9000/, not hdfs://cname:9000/.  This should be updated to be cname compatible.

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


[jira] Commented: (CHUKWA-158) Database loader unable to connect to namenode with cname address

Posted by "Terence Kwan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701755#action_12701755 ] 

Terence Kwan commented on CHUKWA-158:
-------------------------------------

okay +1



> Database loader unable to connect to namenode with cname address
> ----------------------------------------------------------------
>
>                 Key: CHUKWA-158
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-158
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-158.patch
>
>
> We use cname to wrap around name node address.  Database loader uses the collector file to construct the full url for HDFS sequence file.  There is a bug somewhere that name node will will respond it's address is hdfs://xyz.fqdn:9000/, not hdfs://cname:9000/.  This should be updated to be cname compatible.

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


[jira] Commented: (CHUKWA-158) Database loader unable to connect to namenode with cname address

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716996#action_12716996 ] 

Hudson commented on CHUKWA-158:
-------------------------------

Integrated in Chukwa-trunk #45 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/45/])
    

> Database loader unable to connect to namenode with cname address
> ----------------------------------------------------------------
>
>                 Key: CHUKWA-158
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-158
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-158.patch
>
>
> We use cname to wrap around name node address.  Database loader uses the collector file to construct the full url for HDFS sequence file.  There is a bug somewhere that name node will will respond it's address is hdfs://xyz.fqdn:9000/, not hdfs://cname:9000/.  This should be updated to be cname compatible.

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


[jira] Updated: (CHUKWA-158) Database loader unable to connect to namenode with cname address

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

Eric Yang updated CHUKWA-158:
-----------------------------

    Attachment: CHUKWA-158.patch

Remove the namenode specification, get the namenode configuration from class path.

> Database loader unable to connect to namenode with cname address
> ----------------------------------------------------------------
>
>                 Key: CHUKWA-158
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-158
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-158.patch
>
>
> We use cname to wrap around name node address.  Database loader uses the collector file to construct the full url for HDFS sequence file.  There is a bug somewhere that name node will will respond it's address is hdfs://xyz.fqdn:9000/, not hdfs://cname:9000/.  This should be updated to be cname compatible.

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


[jira] Updated: (CHUKWA-158) Database loader unable to connect to namenode with cname address

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

Eric Yang updated CHUKWA-158:
-----------------------------

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

I just committed this, thanks Terence.

> Database loader unable to connect to namenode with cname address
> ----------------------------------------------------------------
>
>                 Key: CHUKWA-158
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-158
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-158.patch
>
>
> We use cname to wrap around name node address.  Database loader uses the collector file to construct the full url for HDFS sequence file.  There is a bug somewhere that name node will will respond it's address is hdfs://xyz.fqdn:9000/, not hdfs://cname:9000/.  This should be updated to be cname compatible.

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


[jira] Assigned: (CHUKWA-158) Database loader unable to connect to namenode with cname address

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

Mac Yang reassigned CHUKWA-158:
-------------------------------

    Assignee: Eric Yang

> Database loader unable to connect to namenode with cname address
> ----------------------------------------------------------------
>
>                 Key: CHUKWA-158
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-158
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>
> We use cname to wrap around name node address.  Database loader uses the collector file to construct the full url for HDFS sequence file.  There is a bug somewhere that name node will will respond it's address is hdfs://xyz.fqdn:9000/, not hdfs://cname:9000/.  This should be updated to be cname compatible.

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


[jira] Commented: (CHUKWA-158) Database loader unable to connect to namenode with cname address

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702808#action_12702808 ] 

Hudson commented on CHUKWA-158:
-------------------------------

Integrated in Chukwa-trunk #8 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/8/])
    

> Database loader unable to connect to namenode with cname address
> ----------------------------------------------------------------
>
>                 Key: CHUKWA-158
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-158
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-158.patch
>
>
> We use cname to wrap around name node address.  Database loader uses the collector file to construct the full url for HDFS sequence file.  There is a bug somewhere that name node will will respond it's address is hdfs://xyz.fqdn:9000/, not hdfs://cname:9000/.  This should be updated to be cname compatible.

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


[jira] Updated: (CHUKWA-158) Database loader unable to connect to namenode with cname address

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

Eric Yang updated CHUKWA-158:
-----------------------------

    Affects Version/s: 0.1.2
               Status: Patch Available  (was: Open)

> Database loader unable to connect to namenode with cname address
> ----------------------------------------------------------------
>
>                 Key: CHUKWA-158
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-158
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-158.patch
>
>
> We use cname to wrap around name node address.  Database loader uses the collector file to construct the full url for HDFS sequence file.  There is a bug somewhere that name node will will respond it's address is hdfs://xyz.fqdn:9000/, not hdfs://cname:9000/.  This should be updated to be cname compatible.

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