You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/15 11:52:04 UTC

[jira] [Commented] (EAGLE-1016) Mysql table eagle_metric_eagle_metric_schema is having issue

    [ https://issues.apache.org/jira/browse/EAGLE-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16010379#comment-16010379 ] 

ASF GitHub Bot commented on EAGLE-1016:
---------------------------------------

GitHub user qingwen220 opened a pull request:

    https://github.com/apache/eagle/pull/933

    EAGLE-1016: fix keyword "group" conflict in JDBC storage

    https://issues.apache.org/jira/browse/EAGLE-1016
    
    If you meet the same issue after applying this patch, please drop the old table first. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/qingwen220/eagle EAGLE-1016

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/eagle/pull/933.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #933
    
----
commit f46e217401aae25c77ded605c54a79e96a85afbe
Author: Zhao, Qingwen <qi...@apache.org>
Date:   2017-05-15T11:34:50Z

    fix keyword group conflict in mysql

commit 252513d6f93faf8896457db4317b9d0f74b66cab
Author: Zhao, Qingwen <qi...@apache.org>
Date:   2017-05-15T11:40:37Z

    update eagle.conf

commit 27d827d2e967f5cd09837f5a213f360cfcf3cf6e
Author: Zhao, Qingwen <qi...@apache.org>
Date:   2017-05-15T11:49:01Z

    add tags in SystemServiceTopologyAPIEntity.java

----


> Mysql table eagle_metric_eagle_metric_schema is having issue
> ------------------------------------------------------------
>
>                 Key: EAGLE-1016
>                 URL: https://issues.apache.org/jira/browse/EAGLE-1016
>             Project: Eagle
>          Issue Type: Bug
>            Reporter: vikash kumar
>            Assignee: Zhao, Qingwen
>         Attachments: Apache Eagle Error log.txt
>
>
> Hi,
> eagle_metric_eagle_metric_schema is having a column_name as "group" which is a reserved keyword. I am getting an error as mysql syntax error near group when i am trying to run the apache eagle application for hadoop_metric_monitor. Initially i was getting error even in creating this table with group keyword as column but i resolved it using group .Now it is trying to write to some of the table which is having group as a cloumn_name. That's why it is throwing error. Can somebody help me out.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)