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 <[email protected]>
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 <[email protected]>
Closes #158 from haoch/EAGLE-273-LATEST.
commit df576452f174166407dfaa7a705b7f263f932f33
Author: hdendukuri <[email protected]>
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 <[email protected]>
Closes #159 from hdendukuri/master.
commit 750b4c9a87732b9f69a83e908a819d174554745d
Author: Zhao, Qingwen <[email protected]>
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 <[email protected]>
Date: 2016-05-25T10:07:20Z
EAGLE-309: Add code formatter template
Author: ralphsu
Reviewer: ralphsu
Committer: ralphsu
Closes #199
commit 982a6b7430d349199091add264c9bef1bdc8ae35
Author: jiljiang <[email protected]>
Date: 2016-06-02T10:45:52Z
[EAGLE-219] front end documentation
Author: jiljiang <[email protected]>
Closes #171 from zombieJ/doc.
commit f51474dee0c6ab40b4df965871b5d723c06f84a3
Author: Zhao, Qingwen <[email protected]>
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 <[email protected]>
Reviewer: Wu, Michael
Closes #218
commit cbf3c76ce148b73379698d9626df6e1baa5162ab
Author: yonzhang <[email protected]>
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 <[email protected]>
Reviewer: @pkuwm <[email protected]>
Closes: #228
commit 8f12f82620b13d69f89ddc8057cd72337920ea31
Author: yonzhang <[email protected]>
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 <[email protected]>
Reviewer: @yonzhang <[email protected]>
Closes: #238
commit 36422ea81da6e4c158fcac1e02d3cb9798bf6486
Author: yonzhang <[email protected]>
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 <[email protected]>
Reviewer: @yonzhang <[email protected]>
Closes: #237
commit 4627eb0b576dec25c8c97d57410a044dcbd6af05
Author: yonzhang <[email protected]>
Date: 2016-06-16T22:06:36Z
EAGLE-307 Update "logstash-kafka-conf.md"
Update "logstash-kafka-conf.md"
Author: @DadanielZ <DadanielZ>
Reviewer: @yonzhang <[email protected]>
Closes: #234
commit 11d4be769b9cc1decd97f9d18f96236afbf153bf
Author: yonzhang <[email protected]>
Date: 2016-06-16T22:17:51Z
EAGLE-333 Fix hive.ql.Parser cant parse complex SQL
fix hive parser issues
Author: @wangyum <[email protected]>
Reviewer: @yonzhang <[email protected]>
Closes: #230
commit f5b3102319591f6aabfc74b072919a7e9a05dea1
Author: yonzhang <[email protected]>
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 <[email protected]>
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
Closes: #222
commit b49bda14cec0c92ff7224f18476fc4456faa93bd
Author: Zhao, Qingwen <[email protected]>
Date: 2016-06-17T06:08:25Z
EAGLE-339: Automatically create hbase table when initializing
https://github.com/apache/incubator-eagle/pull/240
Author: Zhao, Qingwen <[email protected]>
Reviewer: Edward, Zhang
Closes #240
commit 2eb5d5387bb253d28259cdb714d4c68ad6f88269
Author: yonzhang <[email protected]>
Date: 2016-06-17T17:54:03Z
EAGLE-303. Split event fields into table in email for clearly reading.
prettify alert email
Author: @Huizhi <[email protected]>
Reviewer: @yonzhang <[email protected]>
Closes: #242
commit 3823c019c8993608085989b27edbd67539ba4acb
Author: yonzhang <[email protected]>
Date: 2016-06-17T18:04:08Z
EAGLE-346: ClassNotFoundException
ClassNotFoundException thrown out when topology is executing
Author: @qingwen
Reviewer: @yonzhang
Closes: #244
commit 73c8e023bd2c9d620c4938773fa147756f48ce0a
Author: Zhao, Qingwen <[email protected]>
Date: 2016-06-29T02:31:27Z
EAGLE-345 Removing -SNAPSHOT from 0.4 release branch
do the following 2:
1. erase "-SNAPSHOT" suffix from version of modules.
2. add "apache-" as a prefix of finalName in eagle-assembly/pom.xml, so
that final assembled tarball starts with "apache-"
Author: anyway1021 <[email protected]>
Reviewer: qingwzhao
Closes #243 from anyway1021/EAGLE-345.
commit 23d3ca604a37ccb89d7a95e5c75cfba651673b2a
Author: yonzhang <[email protected]>
Date: 2016-07-05T20:57:45Z
Eagle 352 make necessary changes for preparing 0.4.0 release candidate 2
Change for 0.4.0 rc2
Author: Michael, Wu <[email protected]>
Reviewer: Edward Zhang <[email protected]>
Closes: #249
commit f76a972481075417d0511d126124021ae316821d
Author: Hao Chen <[email protected]>
Date: 2016-07-07T07:18:40Z
[EAGLE-356] Fix Authentication problem to query resource manager web service
Author: Hao Chen <[email protected]>
Closes #252 from haoch/patch-1.
(cherry picked from commit d750501242df6be408ace4baa50286ae948bfea4)
Signed-off-by: Hao Chen <[email protected]>
commit 6a3f152b3a5e44803f19592da6ce7f284232b37a
Author: jiljiang <[email protected]>
Date: 2016-07-07T07:21:10Z
[EAGLE-355] fix advanced sql parse logic
Adjust the logic of expression parse
Author: jiljiang <[email protected]>
Closes #251 from zombieJ/branch-0.4.
commit 2f9018881fc29a6cefd557352d8d436770bfa1fb
Author: jiljiang <[email protected]>
Date: 2016-07-11T08:43:57Z
[EAGLE-355] fix advanced sql parse logic
Adjust the logic of expression parse
Author: jiljiang <[email protected]>
Closes #251 from zombieJ/branch-0.4.
commit 9cd75b188941bf476878a2210984546e4e257c7a
Author: anyway1021 <[email protected]>
Date: 2016-07-11T06:53:01Z
EAGLE-365 delete .jar files to fix the issue found in voting of
0.4.0-incubating-rc2
https://issues.apache.org/jira/browse/EAGLE-365
- delete eagle-assembly/src/main/lib/tomcat/bin/bootstrap.jar
- delete eagle-assembly/src/main/lib/tomcat/bin/commons-daemon.jar
- delete eagle-assembly/src/main/lib/tomcat/bin/tomcat-juli.jar
author: anyway1021 <[email protected]>
commit eac0f27958f2ed8c6842938dad0a995a87fd0715
Author: anyway1021 <[email protected]>
Date: 2016-07-11T07:21:16Z
[EAGLE-367] update CHANGELOG.txt appending bug-info of: EAGLE-355, EAGLE-356
Author: anyway1021 <[email protected]>
Closes #259 from anyway1021/EAGLE-367.
commit a04435619023843cb33fda74092b9830df5141bc
Author: anyway1021 <[email protected]>
Date: 2016-07-25T09:21:31Z
Merge branch 'branch-0.4.0'
commit 9d9c30cc8198f46d4e96167cb13f0fdb1a1ef27e
Author: anyway1021 <[email protected]>
Date: 2016-07-25T09:34:55Z
add files back to make build pass
commit a6ac616e40d8cfec817d30bb7097277fb29ed84f
Author: anyway1021 <[email protected]>
Date: 2016-07-28T01:56:43Z
fix typo in files
commit 14684dd88ca78dbc5c32fa81bdc40fd9c0033d97
Author: anyway1021 <[email protected]>
Date: 2016-08-04T03:32:17Z
[EAGLE-406] modify README.md by adding Status section for build status
https://issues.apache.org/jira/browse/EAGLE-406
Author: anyway1021 <[email protected]>
Close #292 from anyway1021/EAGLE-406-master.
commit 0474d59169d7cbf35c7354d4a3704a6bd4ac26ea
Author: DadanielZ <[email protected]>
Date: 2016-08-10T23:14:30Z
Daniel Zhou: Test PR to Apache repo
commit c3989ac32aaf9cdd41c6357d7443e2e501100b5c
Author: senthilkumar <[email protected]>
Date: 2016-08-31T06:32:15Z
DataNode Usage Metric added in JMX Collector
----
---
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.
---