GitHub user haoch opened a pull request:
https://github.com/apache/incubator-eagle/pull/127
EAGLE-202 Fix primary key length for mysql and add mysql webservice
configuration
https://issues.apache.org/jira/browse/EAGLE-202
It didnât create the required 24 tables automatically.
Error : Specified key was too long; max key length is 1000 bytes
Cause : for UUID columns which is primary key the length is 1024.
Fix : Change length for PK(UUID) columns to 100 and created tables manually.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haoch/incubator-eagle jdbc-mysql-store
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/127.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 #127
----
commit a4fe0cf877e23ba5f0979af8c95aa8261b8c1d84
Author: Hao Chen <[email protected]>
Date: 2016-03-18T09:56:36Z
Fix primary key length for mysql and add mysql webservice configuration
----
---
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.
---