[ https://issues.apache.org/jira/browse/EAGLE-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Wu updated EAGLE-301: ----------------------------- Description: To reproduce the issue: 1. install eagle (based on dev branch) to sandbox and ssh into sandbox, making sure eagle's required components are started up. 2. execute command to enter mysql console: mysql -r root -p (default passcode of ambari's mysql is blank). 3. create mysql user "eagle", setting a preferred passcode, and granting all privileges to the user. 4. relogin mysql as user "eagle", and create database "eagle". 5. modify eagle/conf/eagle-service.conf according to https://github.com/apache/incubator-eagle/blob/dev/eagle-webservice/src/main/resources/application-mysql.conf 6. execute eagle/bin/eagle-service.sh start 7. by either monitoring eagle/logs/eagle-service.out or query tables in mysql, we can find that 12 tables are omitted as below: Omitted tables are: alertstreamschema_alertstreamschema alertdetail_hadoop alertdef_alertdef eagle_metadata_topologyoperation alertstream_alertstream unittest_testtsentity alertexecutor_alertexecutor aggregatedef_aggregatedef eagle_metadata_topologyexecution mlmodel_mlmodel serviceaudit_serviceaudit eagle_metric was: Omitted tables are: alertstream_alertstream alertexecutor_alertexecutor alertstreamschema_alertstreamschema alertdef_alertdef > Tables omitted for using mysql > ------------------------------ > > Key: EAGLE-301 > URL: https://issues.apache.org/jira/browse/EAGLE-301 > Project: Eagle > Issue Type: Bug > Affects Versions: v0.3.1 > Reporter: Michael Wu > Assignee: Michael Wu > Fix For: v0.4.0 > > > To reproduce the issue: > 1. install eagle (based on dev branch) to sandbox and ssh into sandbox, > making sure eagle's required components are started up. > 2. execute command to enter mysql console: mysql -r root -p (default passcode > of ambari's mysql is blank). > 3. create mysql user "eagle", setting a preferred passcode, and granting all > privileges to the user. > 4. relogin mysql as user "eagle", and create database "eagle". > 5. modify eagle/conf/eagle-service.conf according to > https://github.com/apache/incubator-eagle/blob/dev/eagle-webservice/src/main/resources/application-mysql.conf > 6. execute eagle/bin/eagle-service.sh start > 7. by either monitoring eagle/logs/eagle-service.out or query tables in > mysql, we can find that 12 tables are omitted as below: > Omitted tables are: > alertstreamschema_alertstreamschema > alertdetail_hadoop > alertdef_alertdef > eagle_metadata_topologyoperation > alertstream_alertstream > unittest_testtsentity > alertexecutor_alertexecutor > aggregatedef_aggregatedef > eagle_metadata_topologyexecution > mlmodel_mlmodel > serviceaudit_serviceaudit > eagle_metric -- This message was sent by Atlassian JIRA (v6.3.4#6332)