You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/03 13:34:59 UTC

[jira] [Commented] (EAGLE-301) Tables omitted for using mysql

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

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

GitHub user anyway1021 opened a pull request:

    https://github.com/apache/incubator-eagle/pull/221

    EAGLE-301 modify default varchar size to 8192

    

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

    $ git pull https://github.com/anyway1021/incubator-eagle EAGLE-301

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

    https://github.com/apache/incubator-eagle/pull/221.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 #221
    
----
commit ada9c298c10f760a05a05876622ab283c60fcaa6
Author: ziwu <zi...@ebay.com>
Date:   2016-05-27T12:12:50Z

    modify default varchar size to 8192

----


> 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)