incubator-eagle git commit: [MINOR] Remove confusing .gitattributes

2016-10-18 Thread hao
git-wip-us.apache.org/repos/asf/incubator-eagle/tree/c3bde019 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/c3bde019 Branch: refs/heads/master Commit: c3bde0194f405deea438a553a4f83abb03d599d9 Parents: 76fc441 Author: Hao Chen <h...@apache.org> Authored: Tue Oct 18 18:5

incubator-eagle git commit: [CI] Integrate coveralls to track eagle code coverage

2016-10-18 Thread hao
ort at https://coveralls.io/github/apache/incubator-eagle Author: Hao Chen <h...@apache.org> Author: Hao Chen <ha...@users.noreply.github.com> Closes #523 from haoch/integrate_coveralls. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apach

incubator-eagle git commit: [EAGLE-630] Add Publishments to Policy API

2016-10-17 Thread hao
;,.., "publishmentNameN" ] Author: Hao Chen <h...@apache.org> Closes #518 from haoch/EAGLE-630. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/eda6e586 Tree: http://git-wip-us.ap

incubator-eagle git commit: [EAGLE-615] Jsoup parse hive sql return String without line break "\n"

2016-10-16 Thread hao
ree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/a710082d Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/a710082d Branch: refs/heads/master Commit: a710082d486e10b4732c00a06dd367dc556df60a Parents: a6bc0a5 Author: chitin <chitin1...@gmail.com> Authored: Mon O

incubator-eagle git commit: [MINOR] Add missed license header in BasicAuthProviderBuilder

2016-10-16 Thread hao
mit/e8a73893 Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/e8a73893 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/e8a73893 Branch: refs/heads/master Commit: e8a73893d5d395fdba3716717f728e8768ae Parents: b103e20 Author: Hao Chen <h...@apache.org> Authored

incubator-eagle git commit: [EAGLE-624][UI] Improve ui information and fix bugs

2016-10-16 Thread hao
ove business logic specific logics into dev profile * Rename header and remove pre fo installation content ## Bugs * Fix siteName bug in ui * Installation Doc is not correctly shown in Installation Dialog Author: Hao Chen <h...@apache.org> Closes #513 from haoch/ImproveUIInfo. Project: h

incubator-eagle git commit: [EAGLE-613] Support modify ApplicationEntity through POST /rest/apps/{UUID}/

2016-10-12 Thread hao
, "siteId": "sandbox", "topology.numOfPublishTasks": "1", "spout.stormKafkaTransactionZkPath": "/consumers", "spout.kafkaBrokerZkBasePath": "/brokers" }, "mode": "CLUSTER", &quo

incubator-eagle git commit: [EAGLE-556] Install/Update Alert Topology Metadata when start alert engine

2016-10-11 Thread hao
when topology is stopped Author: Hao Chen <h...@apache.org> Closes #493 from haoch/EAGLE-556. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/fc2407cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-

incubator-eagle git commit: [EAGLE-605] Fix MR feeder provider.xml and remove useless configure

2016-10-11 Thread hao
er Commit: fa85dc3e20f163ff84f39ca51d16c5d54fad0482 Parents: 97978c6 Author: wujinhu <wujinhu...@126.com> Authored: Tue Oct 11 16:36:24 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Tue Oct 11 16:36:24 2016 +0800 --

incubator-eagle git commit: [EAGLE-603] Enable/Disable Policy in UI

2016-10-10 Thread hao
er Commit: 36df3ee7a556b9e430df2d54ccbf6c483344b6e2 Parents: 7d50253 Author: zombieJ <smith3...@gmail.com> Authored: Mon Oct 10 21:12:20 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Mon Oct 10 21:12:20 2016 +0800 -- .../a

incubator-eagle git commit: [MINOR] Support PUT in Access-Control-Allow-Methods

2016-10-10 Thread hao
ree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/7d502533 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/7d502533 Branch: refs/heads/master Commit: 7d5025336b647ed7afc21e6ddbbeaac2c074ea36 Parents: 4b53793 Author: Hao Chen <h...@apache.org> Authored: Mon Oct

incubator-eagle git commit: [EAGLE-597] Add API to filter publishment and single policy metadata by policyId

2016-10-09 Thread hao
nts, which is NOT an scalable implementation. As a quick solution to fix it in some way, we should provide a API to filter publishments by policy ID, so in this patch it mainly added two APIs: * GET /metadata/policies/{policyId} * GET /metadata/policies/{policyId}/publishments Author: Hao Chen

incubator-eagle git commit: [EAGLE-575] Refactor StaticWebApplication to StaticApplication to support both web/static application

2016-10-08 Thread hao
tor StaticWebApplication to StaticApplication to support both web/static application * Fix test failure problem caused by calling application.run directly Author: Hao Chen <h...@apache.org> Closes #464 from haoch/EAGLE-575. Project: http://git-wip-us.apache.org/repos/asf/incubator-e

incubator-eagle git commit: [EAGLE-559] Add AlertServiceTestBase for safely starting embedded zookeeper, coordinator and alert service for common test purpose

2016-09-22 Thread hao
ase for safely starting embedded zookeeper, coordinator and alert service for common test purpose Author: Hao Chen <h...@apache.org> Closes #446 from haoch/EAGLE-559. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incuba

incubator-eagle git commit: [EAGLE-560] Retry embedded zookeeper port by port +1 when conflicts

2016-09-21 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/master 187fbdedd -> 269cdcf87 [EAGLE-560] Retry embedded zookeeper port by port +1 when conflicts https://issues.apache.org/jira/browse/EAGLE-560 Author: Hao Chen <h...@apache.org> Closes #447 from haoch/EAGLE-560. Proj

[incubator-eagle] Git Push Summary

2016-09-20 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop [deleted] 8270bd2e5

incubator-eagle git commit: [HOTFIX] Resolve eagle-server.sh

2016-09-19 Thread hao
wip-us.apache.org/repos/asf/incubator-eagle/tree/02aab65b Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/02aab65b Branch: refs/heads/master Commit: 02aab65b722fbc9bce61ee21d8fd05b8165d012f Parents: 3706dc7 Author: Hao Chen <h...@apache.org> Authored: Mon Sep 19 17:02:36 2

incubator-eagle git commit: [EAGLE-543] Fix eagle server default config, fix eagle server deve dependency

2016-09-18 Thread hao
Fix ApplicationProviderClass bug * Remove duplicated dependency * Add eagle server request log config Author: Hao Chen <h...@apache.org> Closes #436 from haoch/FixServerLoggingConfig. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/

incubator-eagle git commit: [EAGLE-548] Add eagle service host and port config in jpm web app

2016-09-18 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/master 0903ed2c9 -> 6e7236501 [EAGLE-548] Add eagle service host and port config in jpm web app https://issues.apache.org/jira/browse/EAGLE-548 Author: Hao Chen <h...@apache.org> Closes #439 from haoch/AddServiceConfig.

incubator-eagle git commit: [EAGLE-547] Resolve duplicated view path

2016-09-17 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/master ec80d1b8c -> 0903ed2c9 [EAGLE-547] Resolve duplicated view path https://issues.apache.org/jira/browse/EAGLE-547 Author: Hao Chen <h...@apache.org> Closes #438 from haoch/EAGLE-547. Project: http://git-wip-us.apache.

incubator-eagle git commit: [HOTFIX] Remove deleted dependency on eagle-jpm-app

2016-09-17 Thread hao
ree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/ec80d1b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/ec80d1b8 Branch: refs/heads/master Commit: ec80d1b8c40e1763c74e49dd3b2e47b682c9a39d Parents: 2fd7252 Author: Hao Chen <h...@apache.org> Authored: Sun Sep

incubator-eagle git commit: [HOTFIX] Remove useless dependency in eagle-server

2016-09-14 Thread hao
ree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/2fd72527 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/2fd72527 Branch: refs/heads/master Commit: 2fd72527f189ab030db60eca4cb81db23b4e0a47 Parents: 83bd4e3 Author: Hao Chen <h...@apache.org> Authored: Wed Sep

[2/2] incubator-eagle git commit: [EAGLE-536] Support application dependency

2016-09-13 Thread hao
has single Web App, so user could simply understand the application JPM as following, where right-side is tech view and left-side is product view: ~~~ JPM = JPM WEB { dependencies = [MR history/running, Spark history/running] } ~~~ Author: Hao Chen <h...@apache.org> Closes #435 from

incubator-eagle git commit: [minor] fix eagle-server assembly by add eagle-storage-hbase jar

2016-09-09 Thread hao
mit/fcaf14a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/fcaf14a4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/fcaf14a4 Branch: refs/heads/master Commit: fcaf14a4e6dcfc9f06aae51cfa7cc25a79a3ddd2 Parents: 7f41d42 Author: Hao Chen <h...@apache.org> Auth

incubator-eagle git commit: [minor] Refine default server configuration

2016-09-09 Thread hao
ttp://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/4e7c5f2b Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/4e7c5f2b Branch: refs/heads/master Commit: 4e7c5f2b7c687f4994d6e8c98bec2ce0342246d7 Parents: 4ba634d Author: Hao Chen <h...@apache.org> Authored: Fri Sep 9 19:0

incubator-eagle git commit: [EAGLE-535] Fix eagle-server.sh to support to run under windows bash like Cygwin

2016-09-09 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/master c752ed868 -> 4ba634d55 [EAGLE-535] Fix eagle-server.sh to support to run under windows bash like Cygwin https://issues.apache.org/jira/browse/EAGLE-535 Author: Hao Chen <h...@apache.org> Closes #431 from haoch/

[1/3] incubator-eagle git commit: [EAGLE-533] Fix storage configuration and remove AppJUnitRunner

2016-09-08 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/master 3db5cdbac -> c752ed868 http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/c752ed86/eagle-core/eagle-common/src/test/resources/test-service-config.conf --

incubator-eagle git commit: [minor] quick fix for checkstyle violation

2016-09-08 Thread hao
ttp://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/f45ec437 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/f45ec437 Branch: refs/heads/master Commit: f45ec4370184b8563b1d170bd924a726c58bb9d1 Parents: ecbdec8 Author: Hao Chen <h...@apache.org> Authored: Thu Sep 8 15:3

[2/2] incubator-eagle git commit: [EAGLE-532] Fix checkstyle on eagle-jpm and enable failOnViolation

2016-09-08 Thread hao
[EAGLE-532] Fix checkstyle on eagle-jpm and enable failOnViolation https://issues.apache.org/jira/browse/EAGLE-532 Author: Hao Chen <h...@apache.org> Closes #425 from haoch/EAGLE-532. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apac

[17/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-common/src/main/java/org/apache/eagle/alert/coordination/model/Tuple2StreamConverter.java -- diff --git

[13/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-coordinator/src/test/java/org/apache/alert/coordinator/mock/TestTopologyMgmtService.java -- diff --git

[07/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/main/java/org/apache/eagle/alert/engine/spout/CorrelationSpout.java -- diff --git

[05/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/nodata/TestNoDataAlert.java -- diff --git

[09/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/main/java/org/apache/eagle/alert/engine/runner/UnitTopologyRunner.java -- diff --git

[01/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop 5c4dddb9d -> 60f9642e0 http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-metadata-parent/alert-metadata-service/src/test/resources/application.conf

[14/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-coordinator/src/main/java/org/apache/eagle/alert/coordinator/provider/NodataMetadataGenerator.java -- diff --git

[08/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/main/java/org/apache/eagle/alert/engine/sorter/StreamTimeClock.java -- diff --git

[12/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/main/java/org/apache/eagle/alert/engine/evaluator/absence/AbsenceWindowProcessor.java -- diff --git

[18/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
[EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation https://issues.apache.org/jira/browse/EAGLE-530 Author: Hao Chen <h...@apache.org> Closes #424 from haoch/EAGLE-530. (cherry picked from commit a0fc870849a5fa5d54c0980b21226977eef81920) Signed-off-b

[06/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/e2e/Integration3.java -- diff --git

[10/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/60f9642e/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/main/java/org/apache/eagle/alert/engine/router/StreamRouter.java -- diff --git

[14/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-coordinator/src/main/java/org/apache/eagle/alert/coordinator/provider/NodataMetadataGenerator.java -- diff --git

[13/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-coordinator/src/test/java/org/apache/alert/coordinator/mock/TestTopologyMgmtService.java -- diff --git

[01/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/master 2958bc8b4 -> a0fc87084 http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-metadata-parent/alert-metadata-service/src/test/resources/application.conf

[05/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/nodata/TestNoDataAlert.java -- diff --git

[18/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
[EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation https://issues.apache.org/jira/browse/EAGLE-530 Author: Hao Chen <h...@apache.org> Closes #424 from haoch/EAGLE-530. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http

[04/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/sorter/MapDBTestSuite.java -- diff --git

[08/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/main/java/org/apache/eagle/alert/engine/sorter/StreamTimeClock.java -- diff --git

[06/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/e2e/Integration3.java -- diff --git

[17/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-common/src/main/java/org/apache/eagle/alert/coordination/model/Tuple2StreamConverter.java -- diff --git

[15/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-common/src/test/resources/log4j.properties -- diff --git

[02/18] incubator-eagle git commit: [EAGLE-530] Fix checkstyle problems on eagle-alert module and enable failOnViolation

2016-09-08 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a0fc8708/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/resources/e2e/ump_demo_schema.json -- diff --git

[4/8] incubator-eagle git commit: [EAGLE-520] Fix and decouple co-processor from eagle aggreation query service

2016-09-07 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/21187b55/eagle-core/eagle-query/eagle-storage-hbase/src/main/java/org/apache/eagle/storage/hbase/query/coprocessor/generated/AggregateProtos.java -- diff --git

[7/8] incubator-eagle git commit: [EAGLE-520] Fix and decouple co-processor from eagle aggreation query service

2016-09-07 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/21187b55/eagle-core/eagle-query/eagle-entity-base/src/main/java/org/apache/eagle/log/base/taggedlog/TaggedLogAPIEntity.java -- diff --git

[2/8] incubator-eagle git commit: [EAGLE-520] Fix and decouple co-processor from eagle aggreation query service

2016-09-07 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/21187b55/eagle-core/eagle-query/eagle-storage-hbase/src/test/java/org/apache/eagle/storage/hbase/aggregate/coprocessor/TestGroupAggregateTimeSeriesClient.java -- diff

[8/8] incubator-eagle git commit: [EAGLE-520] Fix and decouple co-processor from eagle aggreation query service

2016-09-07 Thread hao
, table1,table2,.. -unregister Unregister coprocessor ~~~ Author: Hao Chen <h...@apache.org> Closes #417 from haoch/EAGLE-520. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/21

[5/8] incubator-eagle git commit: [EAGLE-520] Fix and decouple co-processor from eagle aggreation query service

2016-09-07 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/21187b55/eagle-core/eagle-query/eagle-storage-hbase/src/main/java/org/apache/eagle/storage/hbase/query/coprocessor/AggregateProtocolEndPoint.java -- diff --git

[3/8] incubator-eagle git commit: [EAGLE-520] Fix and decouple co-processor from eagle aggreation query service

2016-09-07 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/21187b55/eagle-core/eagle-query/eagle-storage-hbase/src/main/java/org/apache/eagle/storage/hbase/query/coprocessor/impl/AggregateClientImpl.java -- diff --git

[6/8] incubator-eagle git commit: [EAGLE-520] Fix and decouple co-processor from eagle aggreation query service

2016-09-07 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/21187b55/eagle-core/eagle-query/eagle-storage-hbase/src/main/java/org/apache/eagle/storage/hbase/query/aggregate/GenericAggregateQuery.java -- diff --git

incubator-eagle git commit: [EAGLE-498] overwrite equals method for PolicyDefinition should not con…

2016-08-31 Thread hao
r: chitin <chitin1...@gmail.com> Authored: Thu Sep 1 11:31:19 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Thu Sep 1 11:31:19 2016 +0800 -- .../apache/eagle/alert/engine/coordinator/PolicyDefinition.j

incubator-eagle git commit: [EAGLE-515] refactor zk manager to singleton

2016-08-31 Thread hao
2 Parents: 8de69a8 Author: wujinhu <wujinhu...@126.com> Authored: Thu Sep 1 11:26:10 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Thu Sep 1 11:26:10 2016 +0800 -- .../mr/history/crawler/JHFCrawlerD

incubator-eagle git commit: [EAGLE-504] Fix JSONUtils to avoid null pointer exceptions when getting json values.

2016-08-28 Thread hao
op Commit: 3cc183017da19889cff6bb2c57ecfe41dfbc71e8 Parents: 4f4fd0c Author: pkuwm <ihuizhi...@gmail.com> Authored: Mon Aug 29 13:57:49 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Mon Aug 29 13:57:49 2016 +0800 --

incubator-eagle git commit: [EAGLE-495] Convert spark history job using application framework.

2016-08-28 Thread hao
op Commit: 4f4fd0c4f606a8bc8ab83c66510aca4226becef8 Parents: a10eeb7 Author: pkuwm <ihuizhi...@gmail.com> Authored: Mon Aug 29 10:19:09 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Mon Aug 29 10:19:09 2016 +0800 --

incubator-eagle git commit: Add test case for MapComparator function

2016-08-28 Thread hao
op Commit: a10eeb7019b8eff964316b084c0b25b68bf58b44 Parents: 000b746 Author: joe-hj <joe.h...@gmail.com> Authored: Mon Aug 29 10:16:38 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Mon Aug 29 10:16:38 2016 +0800 -

incubator-eagle git commit: [EAGLE-501] add fields and fix bugs

2016-08-25 Thread hao
: a846c40 Author: wujinhu <wujinhu...@126.com> Authored: Thu Aug 25 23:46:52 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Thu Aug 25 23:46:52 2016 +0800 -- .../environment/impl/StormExecutionRuntime.

incubator-eagle git commit: [EAGLE-500] fix process-stopping issue of mongodb unit test case

2016-08-25 Thread hao
nch: refs/heads/develop Commit: a846c401c0b9fad912578cc17b0b0e31d52e983a Parents: b5fd782 Author: anyway1021 <m...@apache.org> Authored: Thu Aug 25 17:44:37 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Thu Aug 2

incubator-eagle git commit: Updated code to support Druid Sum/Count Query

2016-08-24 Thread hao
/621ab0e1 Branch: refs/heads/branch-0.3.1 Commit: 621ab0e1470c5ef0b3b96b64f36053fe55e6c4f8 Parents: a506d54 Author: senthilkumar <senthiku...@ebay.com> Authored: Wed Aug 24 21:30:29 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Wed Aug 2

incubator-eagle git commit: [EAGLE-460] Convert MR running app with new app framework

2016-08-24 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop 0b852cbcd -> b54a63e04 [EAGLE-460] Convert MR running app with new app framework https://issues.apache.org/jira/browse/EAGLE-460 Author: Hao Chen <h...@apache.org> Closes #381 from haoch/EAGLE-460. Project: http:

[2/5] incubator-eagle git commit: [EAGLE-496] fix code style of jpm

2016-08-24 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/0b852cbc/eagle-jpm/eagle-jpm-util/src/main/java/org/apache/eagle/jpm/util/HDFSUtil.java -- diff --git

[1/5] incubator-eagle git commit: [EAGLE-496] fix code style of jpm

2016-08-24 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop 6a55b59f0 -> 0b852cbcd http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/0b852cbc/eagle-jpm/eagle-jpm-util/src/main/java/org/apache/eagle/jpm/util/resourceFetch/model/JobCounterItem.java

[5/5] incubator-eagle git commit: [EAGLE-496] fix code style of jpm

2016-08-24 Thread hao
he.org/repos/asf/incubator-eagle/tree/0b852cbc Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/0b852cbc Branch: refs/heads/develop Commit: 0b852cbcd4243e71f51ae7a42c68e1ce7571545e Parents: 6a55b59 Author: wujinhu <wujinhu...@126.com> Authored: Wed Aug 24 20:22:58 2016 +0800 Co

incubator-eagle git commit: [EAGLE-484][EAGLE-497] Add override equals method and fix code style of Oozie

2016-08-24 Thread hao
iff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/6a55b59f Branch: refs/heads/develop Commit: 6a55b59f0a53f6e832318691ac1dee5a6d0b90e7 Parents: 0bde482 Author: r7raul1984 <tangji...@yhd.com> Authored: Wed Aug 24 20:20:31 2016 +0800 Committer: Hao Chen <h...@apache.org>

[2/3] incubator-eagle git commit: [EAGLE-461] Convert MR history app with new app framework

2016-08-24 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/0bde482b/eagle-jpm/eagle-jpm-mr-history/src/main/java/org/apache/eagle/jpm/mr/history/parser/JHFMRVer2EventReader.java -- diff --git

[3/3] incubator-eagle git commit: [EAGLE-461] Convert MR history app with new app framework

2016-08-24 Thread hao
[EAGLE-461] Convert MR history app with new app framework https://issues.apache.org/jira/browse/EAGLE-461 Author: Hao Chen <h...@apache.org> Closes #380 from haoch/EAGLE-461. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/rep

[1/3] incubator-eagle git commit: [EAGLE-461] Convert MR history app with new app framework

2016-08-24 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop b52405f12 -> 0bde482be http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/0bde482b/eagle-jpm/eagle-jpm-mr-history/src/main/java/org/apache/eagle/jpm/mr/history/storm/JobHistorySpout.java

[5/6] incubator-eagle git commit: [EAGLE-482] Fix checkstyle configuration

2016-08-22 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a197eb02/eagle-core/eagle-alert-parent/eagle-alert/alert-metadata-parent/alert-metadata/pom.xml -- diff --git

[1/6] incubator-eagle git commit: [EAGLE-482] Fix checkstyle configuration

2016-08-22 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop 38beb8b2c -> a197eb027 http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a197eb02/eagle-server-assembly/pom.xml -- diff --git

[6/6] incubator-eagle git commit: [EAGLE-482] Fix checkstyle configuration

2016-08-22 Thread hao
[EAGLE-482] Fix checkstyle configuration Author: Hao Chen <h...@apache.org> Closes #371 from haoch/EAGLE-482. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/a197eb02 Tree: http://git-wip-us.apac

[3/6] incubator-eagle git commit: [EAGLE-482] Fix checkstyle configuration

2016-08-22 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a197eb02/eagle-dev/eclipse-scala-templates.xml -- diff --git a/eagle-dev/eclipse-scala-templates.xml b/eagle-dev/eclipse-scala-templates.xml index 55ce31a..99448ee

[4/6] incubator-eagle git commit: [EAGLE-482] Fix checkstyle configuration

2016-08-22 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a197eb02/eagle-core/eagle-query/eagle-entity-base/src/test/java/org/apache/eagle/log/entity/TestGenericEntityIndexStreamReader.java -- diff --git

[2/6] incubator-eagle git commit: [EAGLE-482] Fix checkstyle configuration

2016-08-22 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/a197eb02/eagle-external/eagle-kafka/pom.xml -- diff --git a/eagle-external/eagle-kafka/pom.xml b/eagle-external/eagle-kafka/pom.xml index 45dea6b..26795a8 100644 ---

incubator-eagle git commit: [EAGLE-458] Migrate eagle-jpm-spark-running using appplication framework

2016-08-18 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop 9432fcf91 -> acee5cb33 [EAGLE-458] Migrate eagle-jpm-spark-running using appplication framework https://issues.apache.org/jira/browse/EAGLE-458 Author: Hao Chen <h...@apache.org> Closes #335 from haoch/EAGLE-458.

incubator-eagle git commit: [EAGLE-455] Add JDBCMetadataQueryService, JDBCDataSourceConfig, GuiceJUnitRunner

2016-08-11 Thread hao
ine `JDBCSecurityMetadataDAO` with `JDBCMetadataQueryService` and add unit test case `JDBCSecurityMetadataDAOTest` Author: Hao Chen <h...@apache.org> Closes #331 from haoch/EAGLE-455. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/

incubator-eagle git commit: [EAGLE-404] Updating configuration format check at the front end

2016-08-11 Thread hao
/5631cac7 Branch: refs/heads/branch-0.4 Commit: 5631cac79799da576e1af0103bf5cb242d223c74 Parents: edce7a5 Author: Zhao, Qingwen <qingwz...@ebay.com> Authored: Thu Aug 11 14:49:35 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Thu Aug 1

incubator-eagle git commit: [EAGLE-453] Use META-INF/providers/${appProviderClassName}.xml as default metadata path

2016-08-10 Thread hao
xml as default metadata xml path convention, for example: META-INF/providers/org.apache.eagle.security.hbase.HBaseAuditLogAppProvider.xml as which is physically universal unique and make app developer's life simpler. Author: Hao Chen <h...@apache.org> Closes #329 from haoch/EAGLE-453. Proj

[1/2] incubator-eagle git commit: [EAGLE-442] Support ApplicationProvider to extend extensible guice modules

2016-08-10 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop c65138b8b -> 6d5907daa http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/6d5907da/eagle-server/src/main/java/org/apache/eagle/server/ServerApplication.java

incubator-eagle git commit: [EAGLE-441] AppConfig will override EnvConfig and EnvConfig is default config

2016-08-09 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop ad5becc9f -> 9b10f [EAGLE-441] AppConfig will override EnvConfig and EnvConfig is default config https://issues.apache.org/jira/browse/EAGLE-441 Author: Hao Chen <h...@apache.org> Closes #320 from haoch/

incubator-eagle git commit: [EAGLE-436] Decouple Application Class-based Configuration

2016-08-09 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop a0458ba26 -> ad5becc9f [EAGLE-436] Decouple Application Class-based Configuration https://issues.apache.org/jira/browse/EAGLE-436 Author: Hao Chen <h...@apache.org> Closes #314 from haoch/EAGLE-436. Project: http:

incubator-eagle git commit: [EAGLE-434] fix policy change listener daemon not working issue

2016-08-09 Thread hao
op Commit: 32d96b2952f578a0397e3227358cad608243daf5 Parents: 5bf2c62 Author: Xiancheng Li <xiancheng...@ebay.com> Authored: Tue Aug 9 16:55:05 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Tue Aug 9 16:55:05 2016 +0800 -- ...

incubator-eagle git commit: Load app web classes and app topology classes using configured lib dir

2016-08-08 Thread hao
f Branch: refs/heads/develop Commit: 5c0db6aff007defee467878a820845edcb70f9d9 Parents: 660bfbd Author: yonzhang <yonzhang2...@gmail.com> Authored: Mon Aug 8 17:14:56 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Mon Aug

incubator-eagle git commit: [EAGLE-418] Fix unstable unit test case org.apache.eagle.alert.cep.TestSiddhiEvaluator

2016-08-05 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop c0b902472 -> 2115d0ad5 [EAGLE-418] Fix unstable unit test case org.apache.eagle.alert.cep.TestSiddhiEvaluator Author: Hao Chen <h...@apache.org> Closes #306 from haoch/travis. Project: http://git-wip-us.apache.org/

incubator-eagle git commit: [EAGLE-417] Fix unit test failure on develop branch

2016-08-05 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/spark b4460c7a0 -> d7975b2e0 [EAGLE-417] Fix unit test failure on develop branch Author: Hao Chen <h...@apache.org> Closes #305 from haoch/EAGLE-417. (cherry picked from commit c0b90247214949410925d95de1ae562ce1299c80) S

incubator-eagle git commit: [EAGLE-417] Fix unit test failure on develop branch

2016-08-05 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop 9581b66c3 -> c0b902472 [EAGLE-417] Fix unit test failure on develop branch Author: Hao Chen <h...@apache.org> Closes #305 from haoch/EAGLE-417. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Com

incubator-eagle git commit: [EAGLE-415] Compilation failure in develop branch - Copyright missing

2016-08-04 Thread hao
om commit 9581b66c3cc0cf68ef41cbbb8d4ef83867e8febf) Signed-off-by: Hao Chen <h...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/b4460c7a Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/b4460c7a D

incubator-eagle git commit: [EAGLE-415] Compilation failure in develop branch - Copyright missing

2016-08-04 Thread hao
op Commit: 9581b66c3cc0cf68ef41cbbb8d4ef83867e8febf Parents: 1c7cb62 Author: Don Bosco Durai <bo...@apache.org> Authored: Fri Aug 5 13:28:55 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Fri Aug 5 13:28:55 2016 +0800 --

[incubator-eagle] Git Push Summary

2016-08-04 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/spark [created] 1c7cb62e5

[3/3] incubator-eagle git commit: [EAGLE-402] Refactor Application Framework to be better managed or deployed standalone

2016-08-03 Thread hao
[EAGLE-402] Refactor Application Framework to be better managed or deployed standalone https://issues.apache.org/jira/browse/EAGLE-402 Author: Hao Chen <h...@apache.org> Closes #296 from haoch/EAGLE-402. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http

[2/3] incubator-eagle git commit: [EAGLE-402] Refactor Application Framework to be better managed or deployed standalone

2016-08-03 Thread hao
http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/4ad1a418/eagle-core/eagle-app/eagle-app-base/src/main/java/org/apache/eagle/app/sink/DefaultStreamSinkDesc.java -- diff --git

[1/3] incubator-eagle git commit: [EAGLE-402] Refactor Application Framework to be better managed or deployed standalone

2016-08-03 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop 30db8ef87 -> 4ad1a4182 http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/4ad1a418/eagle-core/eagle-app/eagle-app-base/src/test/java/org/apache/eagle/app/storm/MockStormApplication.java

incubator-eagle git commit: [EAGLE-403] Fix eagle-jpm-app missing license problem

2016-08-03 Thread hao
Repository: incubator-eagle Updated Branches: refs/heads/develop 037b97ad6 -> 30db8ef87 [EAGLE-403] Fix eagle-jpm-app missing license problem Author: Hao Chen <h...@apache.org> Closes #295 from haoch/fixJpmAPPPomMissingLA. Project: http://git-wip-us.apache.org/repos/asf/incuba

<    1   2   3   4   >