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/12 06:40:15 UTC

[jira] Created: (CHUKWA-122) SQL Macro can not find database table

SQL Macro can not find database table
-------------------------------------

                 Key: CHUKWA-122
                 URL: https://issues.apache.org/jira/browse/CHUKWA-122
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: Data Processors
    Affects Versions: 0.1.2
         Environment: Redhat 5.1, Java 6
            Reporter: Eric Yang
            Assignee: Eric Yang
            Priority: Blocker
             Fix For: 0.1.2


Database aggregation is not working because Macro processor could not connect to database to find table meta data.

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


[jira] Commented: (CHUKWA-122) SQL Macro can not find database table

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

Cheng commented on CHUKWA-122:
------------------------------

+1 good to me

> SQL Macro can not find database table
> -------------------------------------
>
>                 Key: CHUKWA-122
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-122
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>             Fix For: 0.1.2
>
>         Attachments: CHUKWA-122-1.patch, CHUKWA-122.patch
>
>
> Database aggregation is not working because Macro processor could not connect to database to find table meta data.

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


[jira] Updated: (CHUKWA-122) SQL Macro can not find database table

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

Eric Yang updated CHUKWA-122:
-----------------------------

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

I just committed this.  Thanks Cheng.

> SQL Macro can not find database table
> -------------------------------------
>
>                 Key: CHUKWA-122
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-122
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>             Fix For: 0.1.2
>
>         Attachments: CHUKWA-122-1.patch, CHUKWA-122.patch
>
>
> Database aggregation is not working because Macro processor could not connect to database to find table meta data.

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


[jira] Updated: (CHUKWA-122) SQL Macro can not find database table

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

Eric Yang updated CHUKWA-122:
-----------------------------

    Attachment: CHUKWA-122.patch

Add initialization of database writer to find database meta data.

> SQL Macro can not find database table
> -------------------------------------
>
>                 Key: CHUKWA-122
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-122
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>             Fix For: 0.1.2
>
>         Attachments: CHUKWA-122.patch
>
>
> Database aggregation is not working because Macro processor could not connect to database to find table meta data.

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


[jira] Updated: (CHUKWA-122) SQL Macro can not find database table

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

Eric Yang updated CHUKWA-122:
-----------------------------

    Attachment: CHUKWA-122-1.patch

Added close statement.  Thanks Cheng.

> SQL Macro can not find database table
> -------------------------------------
>
>                 Key: CHUKWA-122
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-122
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>             Fix For: 0.1.2
>
>         Attachments: CHUKWA-122-1.patch, CHUKWA-122.patch
>
>
> Database aggregation is not working because Macro processor could not connect to database to find table meta data.

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


[jira] Commented: (CHUKWA-122) SQL Macro can not find database table

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

Cheng commented on CHUKWA-122:
------------------------------

-1 Do we need to call DatabaseWriter.close?

> SQL Macro can not find database table
> -------------------------------------
>
>                 Key: CHUKWA-122
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-122
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>             Fix For: 0.1.2
>
>         Attachments: CHUKWA-122.patch
>
>
> Database aggregation is not working because Macro processor could not connect to database to find table meta data.

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


[jira] Updated: (CHUKWA-122) SQL Macro can not find database table

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

Eric Yang updated CHUKWA-122:
-----------------------------

    Status: Patch Available  (was: Open)

Initialize Database Writer for finding meta data.

> SQL Macro can not find database table
> -------------------------------------
>
>                 Key: CHUKWA-122
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-122
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: Data Processors
>    Affects Versions: 0.1.2
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>             Fix For: 0.1.2
>
>         Attachments: CHUKWA-122.patch
>
>
> Database aggregation is not working because Macro processor could not connect to database to find table meta data.

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