GitHub user senthilec566 opened a pull request:
https://github.com/apache/incubator-eagle/pull/409
Add DataNodes usages Metrics in JMX Collector - EAGLE-513
https://issues.apache.org/jira/browse/EAGLE-513
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/senthilec566/incubator-eagle EAGLE-513
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-eagle/pull/409.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 #409
commit 9849303ebf8a63e4f54f0eb035c8060c43e50611
Author: Hao Chen
Date: 2016-05-27T11:34:32Z
[EAGLE-273][EAGLE-269] Fix exceeding the maximum row size of 65,535 bytes
in mysql and comparisons between LONG_VARCHAR not supported
https://issues.apache.org/jira/browse/EAGLE-273
https://issues.apache.org/jira/browse/EAGLE-269
The problem is cause the limitation of maximum row size in mysql innodb
engine, so need to keep the column size relatively small, but it will cause it
can't store large field, it's a little tricky, so may have following possible
solutions:
* Solution One: Fix mysql innodb size to resolve the limitation.
* Solution Two: Keep the field relatively small to avoid exceeding maximum
row size and make sure creating table successfully, and modify field size
according to actual usage (Which is the approach we take for this problem)
Author: Hao Chen
Closes #158 from haoch/EAGLE-273-LATEST.
commit df576452f174166407dfaa7a705b7f263f932f33
Author: hdendukuri
Date: 2016-05-27T11:36:26Z
[EAGLE-279] Create Documentation for Sandbox Quick starter and JMX monitring
Create Documentation for Sandbox Quick starter and JMX monitring
Author: hdendukuri
Closes #159 from hdendukuri/master.
commit 750b4c9a87732b9f69a83e908a819d174554745d
Author: Zhao, Qingwen
Date: 2016-05-30T07:49:48Z
EAGLE 304: Enable Advanced dedup configuration in policy definition
Author: Zhao, Qingwen & Jiang, jilin
Reviewer: Chen, Hao
Date: Thu May 26 20:12:12 2016 +0800
Closes #209
commit 5a5a17c3dff1e15bf72df267f8b2fc0739b95114
Author: Ralph, Su
Date: 2016-05-25T10:07:20Z
EAGLE-309: Add code formatter template
Author: ralphsu
Reviewer: ralphsu
Committer: ralphsu
Closes #199
commit 982a6b7430d349199091add264c9bef1bdc8ae35
Author: jiljiang
Date: 2016-06-02T10:45:52Z
[EAGLE-219] front end documentation
Author: jiljiang
Closes #171 from zombieJ/doc.
commit f51474dee0c6ab40b4df965871b5d723c06f84a3
Author: Zhao, Qingwen
Date: 2016-06-06T02:25:05Z
EAGLE-327: Fix topologyOperation start exception:
java.lang.ClassCastException
https://issues.apache.org/jira/browse/EAGLE-327
Author: Zhao, Qingwen
Reviewer: Wu, Michael
Closes #218
commit cbf3c76ce148b73379698d9626df6e1baa5162ab
Author: yonzhang
Date: 2016-06-07T23:01:41Z
EAGLE-330 Fix Hive ql.Parser
Hive ql.Parser cant parser a hive query sql with keywords
https://issues.apache.org/jira/browse/EAGLE-330
Author: @wgyumg
Reviewer: @pkuwm
Closes: #228
commit 8f12f82620b13d69f89ddc8057cd72337920ea31
Author: yonzhang
Date: 2016-06-16T00:29:11Z
EAGLE-301 fix the bug of breaking mysql row size when creating tables
fix the bug of breaking mysql row size when creating tables
Author: @anyway1021
Reviewer: @yonzhang
Closes: #238
commit 36422ea81da6e4c158fcac1e02d3cb9798bf6486
Author: yonzhang
Date: 2016-06-16T21:55:59Z
EAGLE-340 refactor bin/eagle-sandbox-starter.sh to make it easier to use
refactor bin/eagle-sandbox-starter.sh to make it easier to use
Author: @qingwen220
Reviewer: @yonzhang
Closes: #237
commit 4627eb0b576dec25c8c97d57410a044dcbd6af05
Author: yonzhang
Date: 2016-06-16T22:06:36Z
EAGLE-307 Update "logstash-kafka-conf.md"
Update "logstash-kafka-conf.md"
Author: @DadanielZ
Reviewer: @yonzhang
Closes: #234
commit 11d4be769b9cc1decd97f9d18f96236afbf153bf
Author: yonzhang
Date: 2016-06-16T22:17:51Z
EAGLE-333 Fix hive.ql.Parser cant parse complex SQL
fix hive parser issues
Author: @wangyum
Reviewer: @yonzhang
Closes: #230
commit f5b3102319591f6aabfc74b072919a7e9a05dea1
Author: yonzhang
Date: 2016-06-16T22:23:11Z
EAGLE-326 fix a typo
fix a typo in documentation for application management configuration
Author: Michael
Reviwer: Edward
Closes: #220
commit 3553528990c7df136ca1fc24806e58e081e66138
Author: yonzhang
Date: 2016-06-16T22:24:26Z
EAGLE-319 modify java to jdbc data type
modify java to jdbc data type mapping to be compatible with derby DB
Author: Michael
Reviewer: Edward
Close