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/12/09 18:38:18 UTC

[jira] Created: (CHUKWA-428) Event Viewer data source shows exception.

Event Viewer data source shows exception.
-----------------------------------------

                 Key: CHUKWA-428
                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: User Interface
            Reporter: Eric Yang
         Attachments: CHUKWA-428.patch

When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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


[jira] Updated: (CHUKWA-428) Event Viewer data source shows exception.

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

Eric Yang updated CHUKWA-428:
-----------------------------

    Assignee: Eric Yang
      Status: Patch Available  (was: Open)

> Event Viewer data source shows exception.
> -----------------------------------------
>
>                 Key: CHUKWA-428
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-428-1.patch
>
>
> When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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


[jira] Commented: (CHUKWA-428) Event Viewer data source shows exception.

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

Hudson commented on CHUKWA-428:
-------------------------------

Integrated in Chukwa-trunk #227 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/227/])
    . Revised location for Chukwa HDFS repository.
. Revised location for Chukwa HDFS repository.


> Event Viewer data source shows exception.
> -----------------------------------------
>
>                 Key: CHUKWA-428
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-428-1.patch
>
>
> When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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


[jira] Updated: (CHUKWA-428) Event Viewer data source shows exception.

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

Eric Yang updated CHUKWA-428:
-----------------------------

    Attachment: CHUKWA-428.patch

Band aid solution to locate data source.

> Event Viewer data source shows exception.
> -----------------------------------------
>
>                 Key: CHUKWA-428
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>            Reporter: Eric Yang
>         Attachments: CHUKWA-428.patch
>
>
> When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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


[jira] Commented: (CHUKWA-428) Event Viewer data source shows exception.

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

Ari Rabkin commented on CHUKWA-428:
-----------------------------------

I assume this has been committed and should be closed?

> Event Viewer data source shows exception.
> -----------------------------------------
>
>                 Key: CHUKWA-428
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-428-1.patch
>
>
> When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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


[jira] Updated: (CHUKWA-428) Event Viewer data source shows exception.

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

Eric Yang updated CHUKWA-428:
-----------------------------

    Attachment: CHUKWA-428-1.patch

Revise patch to make sure event_viewer_data and event_viewer_helper could compile.

> Event Viewer data source shows exception.
> -----------------------------------------
>
>                 Key: CHUKWA-428
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>            Reporter: Eric Yang
>         Attachments: CHUKWA-428-1.patch
>
>
> When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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


[jira] Updated: (CHUKWA-428) Event Viewer data source shows exception.

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

Eric Yang updated CHUKWA-428:
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0
           Status: Resolved  (was: Patch Available)

This is committed.  Thank Ari.

> Event Viewer data source shows exception.
> -----------------------------------------
>
>                 Key: CHUKWA-428
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.4.0
>
>         Attachments: CHUKWA-428-1.patch
>
>
> When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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


[jira] Commented: (CHUKWA-428) Event Viewer data source shows exception.

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

Ari Rabkin commented on CHUKWA-428:
-----------------------------------

Should the issue be marked as "patch available", or is this still in progress?  I'm OK with this being committed as-is...

> Event Viewer data source shows exception.
> -----------------------------------------
>
>                 Key: CHUKWA-428
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>            Reporter: Eric Yang
>         Attachments: CHUKWA-428-1.patch
>
>
> When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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


[jira] Updated: (CHUKWA-428) Event Viewer data source shows exception.

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

Eric Yang updated CHUKWA-428:
-----------------------------

    Attachment:     (was: CHUKWA-428.patch)

> Event Viewer data source shows exception.
> -----------------------------------------
>
>                 Key: CHUKWA-428
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-428
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>            Reporter: Eric Yang
>         Attachments: CHUKWA-428-1.patch
>
>
> When adding Event Viewer widget, the data source shows exception.  This is because the code to locate HDFS in DsDirectory is obsoleted.

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