GitHub user vikash0837 opened a pull request:
https://github.com/apache/eagle/pull/929
Mysql table eagle_metric_eagle_metric_schema is having issue
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.
_______
Thanks
Vikash
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/eagle branch-0.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/eagle/pull/929.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 #929
----
commit 31f2582da42c0c4cc75bf5c93edacab603a30b89
Author: Jay <[email protected]>
Date: 2017-04-17T06:15:25Z
[MINOR] adding myself in developer list as a first commit
Author: Jay <[email protected]>
Closes #916 from jhsenjaliya/add-me-in-developer-list.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---