eagle git commit: [MINOR] Refine hdfs log throughput monitor

2017-01-08 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 257a3517b -> c9c475e2a [MINOR] Refine hdfs log throughput monitor 1. refine IEagleServiceClient 2. refine hdfs log throughput monitor 3. add topology.message.timeout.secs in topology health check app config Author: Zhao, Qingwen Closes #

[2/2] eagle git commit: [EAGLE-797] add job performance analysis

2017-01-11 Thread qingwzhao
[EAGLE-797] add job performance analysis for continuous development Author: wujinhu Closes #762 from wujinhu/EAGLE-797. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/b4695801 Tree: http://git-wip-us.apache.org/repos/asf/

[1/2] eagle git commit: [EAGLE-797] add job performance analysis

2017-01-11 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 2adbbf59f -> b4695801f http://git-wip-us.apache.org/repos/asf/eagle/blob/b4695801/eagle-jpm/eagle-jpm-analyzer/src/main/resources/AnalyzerReportTemplate.vm -- diff --git a/

eagle git commit: [EAGLE-876] TopologyBaseAPIEntity comparison should consider rack info

2017-01-19 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 9c71b0ea0 -> 015d57788 [EAGLE-876] TopologyBaseAPIEntity comparison should consider rack info https://issues.apache.org/jira/browse/EAGLE-876 Author: Zhao, Qingwen Closes #785 from qingwen220/EAGLE-876. Project: http://git-wip-us.apach

[2/2] eagle git commit: [EAGLE-859] MapReduce job performance suggestion

2017-01-19 Thread qingwzhao
[EAGLE-859] MapReduce job performance suggestion https://issues.apache.org/jira/browse/EAGLE-859 Author: Zhao, Qingwen Author: Qingwen Zhao Closes #784 from qingwen220/EAGLE-859. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/c

[1/2] eagle git commit: [EAGLE-859] MapReduce job performance suggestion

2017-01-19 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 015d57788 -> eae6e8f11 http://git-wip-us.apache.org/repos/asf/eagle/blob/eae6e8f1/eagle-jpm/eagle-jpm-analyzer/src/main/java/org/apache/eagle/jpm/analyzer/publisher/Result.java

eagle git commit: [MINOR] fix small bugs in MR job performance monitoring

2017-01-22 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master eae6e8f11 -> 9381c2d17 [MINOR] fix small bugs in MR job performance monitoring Author: Zhao, Qingwen Closes #789 from qingwen220/minor. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repo

eagle git commit: [EAGLE-883] fix RunningQueueAPIEntity.java misconfiguration

2017-01-23 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 9381c2d17 -> dbec60fc1 [EAGLE-883] fix RunningQueueAPIEntity.java misconfiguration https://issues.apache.org/jira/browse/EAGLE-883 Author: Zhao, Qingwen Closes #790 from qingwen220/EAGLE-883. Project: http://git-wip-us.apache.org/repos

eagle git commit: [MINOR] Change default-rack to /default-rack

2017-01-24 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master dbec60fc1 -> 031835c77 [MINOR] Change default-rack to /default-rack - Change default-rack to /default-rack Author: r7raul1984 Closes #787 from r7raul1984/DEFAULT-RACK. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit:

eagle git commit: [EAGLE-882] Stream leaf RunningQueueAPIEntity into Kafka for queue monitoring

2017-01-24 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 031835c77 -> 5e4c937e3 [EAGLE-882] Stream leaf RunningQueueAPIEntity into Kafka for queue monitoring https://issues.apache.org/jira/browse/EAGLE-882 Author: Zhao, Qingwen Closes #793 from qingwen220/EAGLE-882. Project: http://git-wip-u

eagle git commit: [EAGLE-889] Add a restful API for Hadoop running queue to query top N users or jobs

2017-02-15 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 4ed406abc -> 077e27b23 [EAGLE-889] Add a restful API for Hadoop running queue to query top N users or jobs https://issues.apache.org/jira/browse/EAGLE-889 Sample 1: query the top N users/jobs of memory usage under queue1 on site1 at time

eagle git commit: [EAGLE-915] Fetch accepted MR jobs to assist queue analysis

2017-02-20 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master a27289fd3 -> 4a5c4a43c [EAGLE-915] Fetch accepted MR jobs to assist queue analysis https://issues.apache.org/jira/browse/EAGLE-915 Author: Zhao, Qingwen Closes #826 from qingwen220/EAGLE-915. Project: http://git-wip-us.apache.org/repos

eagle git commit: [EAGLE-919] Fix null pointer exception in JobSuggestionListener

2017-02-22 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 94b597b77 -> e220ae1fe [EAGLE-919] Fix null pointer exception in JobSuggestionListener https://issues.apache.org/jira/browse/EAGLE-919 Author: Zhao, Qingwen Closes #833 from qingwen220/EAGLE-919. Project: http://git-wip-us.apache.org/r

eagle git commit: [EAGLE-926] Alert engine fails to support more than one stream consumption from an application

2017-02-23 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 3011fdf84 -> 75586658b [EAGLE-926] Alert engine fails to support more than one stream consumption from an application https://issues.apache.org/jira/browse/EAGLE-926 Author: Zhao, Qingwen Closes #841 from qingwen220/EAGLE-926. Project

eagle git commit: [EAGLE-947] Publishers with same policy but different schema could produce duplicate alerts

2017-03-14 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 7e41ed0b9 -> 906692058 [EAGLE-947] Publishers with same policy but different schema could produce duplicate alerts Assume that we have policy1 which have 2 kinds of output streams, one is stream1 and another is stream2. If publisher1 is c

[1/2] eagle git commit: [EAGLE-946] Refactor MRRunningJobApp & HadoopQueueApp

2017-03-15 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 93f83f4a9 -> 3fe637eb5 http://git-wip-us.apache.org/repos/asf/eagle/blob/3fe637eb/eagle-jpm/eagle-jpm-util/src/main/java/org/apache/eagle/jpm/util/resourcefetch/RMResourceFetcher.java -

[2/2] eagle git commit: [EAGLE-946] Refactor MRRunningJobApp & HadoopQueueApp

2017-03-15 Thread qingwzhao
[EAGLE-946] Refactor MRRunningJobApp & HadoopQueueApp https://issues.apache.org/jira/browse/EAGLE-946 Since upgrading to HDP 2.7, the api of fetching the running app list in one request become very heavy. To tackle this issue, a new algorithm is introduced: `if requests# <=1, fetch all running

eagle git commit: [EAGLE-940] HDFS traffic monitor by the namenode jmx data

2017-03-15 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master ab5bf1076 -> 0071c79ab [EAGLE-940] HDFS traffic monitor by the namenode jmx data https://issues.apache.org/jira/browse/EAGLE-940 Author: Zhao, Qingwen Closes #862 from qingwen220/EAGLE-940. Project: http://git-wip-us.apache.org/repos/a

eagle git commit: [EAGLE-959] Add a configuration to limit the total number of apps to be returned in SparkHistoryJobApp

2017-03-15 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 0071c79ab -> 33ad0a58b [EAGLE-959] Add a configuration to limit the total number of apps to be returned in SparkHistoryJobApp https://issues.apache.org/jira/browse/EAGLE-959 Author: Zhao, Qingwen Closes #875 from qingwen220/EAGLE-959.

eagle git commit: MINOR: fix bugs in HadoopYarnResourceUtils

2017-03-20 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 95a506b44 -> 0cda01b58 MINOR: fix bugs in HadoopYarnResourceUtils Author: Zhao, Qingwen Closes #888 from qingwen220/minor. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/c

eagle git commit: [EAGLE-977] Duplicated entities are generated by TopologyHealthCheckApp

2017-03-28 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 4e228a8de -> 8e76d34ea [EAGLE-977] Duplicated entities are generated by TopologyHealthCheckApp https://issues.apache.org/jira/browse/EAGLE-977 * change FIXED_WRITE_TIMESTAMP into a constant value Author: Zhao, Qingwen Closes #893 from q

eagle git commit: [EAGLE-978] change max(absoluteUsedCapacity) to avg() in queueCtrl.js

2017-03-28 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 8e76d34ea -> a64b622cc [EAGLE-978] change max(absoluteUsedCapacity) to avg() in queueCtrl.js https://issues.apache.org/jira/browse/EAGLE-964 https://issues.apache.org/jira/browse/EAGLE-978 * change max(absoluteUsedCapacity) to avg() in que

eagle git commit: [EAGLE-971] fix a bug that duplicated queues are generated under a monitored stream

2017-03-28 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master a64b622cc -> c01a258b6 [EAGLE-971] fix a bug that duplicated queues are generated under a monitored stream https://issues.apache.org/jira/browse/EAGLE-971 New policies for alert spec generation 1. each alert bolt has no more than 'coordin

eagle git commit: [EAGLE-989] Fix a bug in Resource Manager HA checker

2017-04-04 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 0c52711b8 -> 29b797614 [EAGLE-989] Fix a bug in Resource Manager HA checker https://issues.apache.org/jira/browse/EAGLE-989 Author: Qingwen Zhao Author: Zhao, Qingwen Closes #900 from qingwen220/EAGLE-989. Project: http://git-wip-us.a

eagle git commit: [EAGLE-999] JobConfigSerDeser fails to serialize/deserialize data with long string

2017-04-11 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 20b4bea3e -> 7c0d83f3c [EAGLE-999] JobConfigSerDeser fails to serialize/deserialize data with long string https://issues.apache.org/jira/browse/EAGLE-999 Author: Zhao, Qingwen Closes #909 from qingwen220/EAGLE-999. Project: http://git

eagle git commit: [MINOR] add copyright of mkdocs to LICENSE

2017-04-11 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 7c0d83f3c -> b5d729bd7 [MINOR] add copyright of mkdocs to LICENSE [Minor] add copyright of mkdocs to LICENSE Author: anyway1021 Closes #906 from anyway1021/add-mkdocs-copyright. Project: http://git-wip-us.apache.org/repos/asf/eagle/rep

eagle git commit: MINOR: refine app config

2017-04-12 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master b5d729bd7 -> 4ff4d628f MINOR: refine app config Author: Zhao, Qingwen Closes #910 from qingwen220/master. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/4ff4d628 Tr

eagle git commit: [EAGLE-1007] Fix memory leak in ExecutionRuntimeManager

2017-04-17 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master d20f2e116 -> fc7281d71 [EAGLE-1007] Fix memory leak in ExecutionRuntimeManager https://issues.apache.org/jira/browse/EAGLE-1007 Author: Zhao, Qingwen Closes #917 from qingwen220/EAGLE-1007. Project: http://git-wip-us.apache.org/repos/a

eagle git commit: [EAGLE-1008] java.lang.NullPointerException in JHFEventReaderBase.close

2017-04-18 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master cc5d23bae -> 3b66c0d3c [EAGLE-1008] java.lang.NullPointerException in JHFEventReaderBase.close https://issues.apache.org/jira/browse/EAGLE-1008 Author: Zhao, Qingwen Closes #919 from qingwen220/minor. Project: http://git-wip-us.apache.

eagle git commit: [MINOR] Add license and exclude file end with sdl.

2017-04-18 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 3b66c0d3c -> 8b402e7cd [MINOR] Add license and exclude file end with sdl. Add license and exclude file end with sdl. Author: chitin Closes #921 from chitin/fix998. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http

eagle git commit: MINOR: rename 'HbaseServiceInstance' as 'HBaseServiceInstance'

2017-04-18 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 8b402e7cd -> b4d071139 MINOR: rename 'HbaseServiceInstance' as 'HBaseServiceInstance' Author: Zhao, Qingwen Author: Qingwen Zhao Closes #923 from qingwen220/minor. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http

eagle git commit: [EAGLE-1009] Fix `return` inside `finally` block may result in losing exception

2017-04-19 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master b4d071139 -> e3afe444f [EAGLE-1009] Fix `return` inside `finally` block may result in losing exception `return` inside `finally` block will result in losing exception: * If the finally block completes abruptly for reason S, then the try st

eagle git commit: Add license on service.sdl

2017-04-19 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master e3afe444f -> 84d40ae6f Add license on service.sdl Add license on service.sdl, avoid using exclude. Author: chitin Closes #924 from chitin/master3. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apa

eagle git commit: [EAGLE-1015] add an interface to add storm configuration in an application

2017-05-04 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master eaad6cf74 -> 47f00f159 [EAGLE-1015] add an interface to add storm configuration in an application https://issues.apache.org/jira/browse/EAGLE-1015 Support to add storm config value of type number or string in an application. However, to m

eagle git commit: [EAGLE-993] add duplicate removal settings in policy definition

2017-05-04 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 47f00f159 -> 8da06636b [EAGLE-993] add duplicate removal settings in policy definition https://issues.apache.org/jira/browse/EAGLE-993 Author: Zhao, Qingwen Closes #926 from qingwen220/EAGLE-993. Project: http://git-wip-us.apache.org/r

eagle git commit: [EAGLE-1022] Fix runtime exception when parsing spark.yarn.executor.memoryOverhead

2017-05-18 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 342df9974 -> 7d39863f4 [EAGLE-1022] Fix runtime exception when parsing spark.yarn.executor.memoryOverhead https://issues.apache.org/jira/browse/EAGLE-1022 Author: Zhao, Qingwen Closes #934 from qingwen220/EAGLE-1022. Project: http://g

eagle git commit: [EAGLE-1022] Fix runtime exception when parsing spark.yarn.executor.memoryOverhead

2017-05-18 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/branch-0.5 7111b7656 -> 3e62a756c [EAGLE-1022] Fix runtime exception when parsing spark.yarn.executor.memoryOverhead https://issues.apache.org/jira/browse/EAGLE-1022 Author: Zhao, Qingwen Closes #934 from qingwen220/EAGLE-1022. (cherry picked

eagle git commit: [EAGLE-1016] fix keyword "group" conflict in JDBC storage

2017-05-18 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 7d39863f4 -> af9b056dc [EAGLE-1016] fix keyword "group" conflict in JDBC storage https://issues.apache.org/jira/browse/EAGLE-1016 If you meet the same issue after applying this patch, please drop the old table first. Author: Zhao, Qingwe

eagle git commit: [EAGLE-1024] Monitor jobs with high RPC throughput

2017-05-19 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master af9b056dc -> 43bd197d6 [EAGLE-1024] Monitor jobs with high RPC throughput https://issues.apache.org/jira/browse/EAGLE-1024 * add job RPC data in MAP_REDUCE_JOB_STREAM * refactor org.apache.eagle.jpm.analyzer.publisher.EmailPublisher * supp

eagle git commit: [EAGLE-1023] Update jmx metric collector scripts

2017-05-24 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 43bd197d6 -> e8a58b66f [EAGLE-1023] Update jmx metric collector scripts https://issues.apache.org/jira/browse/EAGLE-1023 * fix multi-thread bug in fnmatch * add HBase ha check script * change url connection timeout from 30s to 60s * add ne

eagle git commit: [EAGLE-1023] Update jmx metric collector scripts

2017-05-24 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/branch-0.5 3e62a756c -> cf3e0b21d [EAGLE-1023] Update jmx metric collector scripts https://issues.apache.org/jira/browse/EAGLE-1023 * fix multi-thread bug in fnmatch * add HBase ha check script * change url connection timeout from 30s to 60s * ad

eagle git commit: MINOR: enrich MAP_REDUCE_JOB_STREAM

2017-05-27 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master e8a58b66f -> f02b6df19 MINOR: enrich MAP_REDUCE_JOB_STREAM Add 5 fields in MAP_REDUCE_JOB_STREAM * numTotalMaps * numTotalReduces * duration * avgMapTime * avgReduceTime Author: Zhao, Qingwen Closes #940 from qingwen220/minor. Project:

eagle git commit: [EAGLE-1029] fix bug in generateGroupbyMonitorMetadata

2017-05-27 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master f02b6df19 -> 1fb60cc76 [EAGLE-1029] fix bug in generateGroupbyMonitorMetadata https://issues.apache.org/jira/browse/EAGLE-1029 Author: Zhao, Qingwen Closes #939 from qingwen220/EAGLE-1029. Project: http://git-wip-us.apache.org/repos/as

eagle git commit: [EAGLE-1029] fix bug in generateGroupbyMonitorMetadata

2017-05-27 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/branch-0.5 cf3e0b21d -> d6d859fbd [EAGLE-1029] fix bug in generateGroupbyMonitorMetadata https://issues.apache.org/jira/browse/EAGLE-1029 Author: Zhao, Qingwen Closes #939 from qingwen220/EAGLE-1029. (cherry picked from commit 1fb60cc762da2462

eagle git commit: [EAGLE-1032] Add policy duplication settings in the policy definition page

2017-06-06 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 1fb60cc76 -> a37d2e1bc [EAGLE-1032] Add policy duplication settings in the policy definition page https://issues.apache.org/jira/browse/EAGLE-1032 Add policy duplication settings in the policy definition page. 1. FieldName: dedupIntervalMi

eagle git commit: [EAGLE-1037] Add alertDeduplication configurations on Eagle UI

2017-06-07 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master a37d2e1bc -> 1db33df5a [EAGLE-1037] Add alertDeduplication configurations on Eagle UI https://issues.apache.org/jira/browse/EAGLE-1037 Add alertDeduplication configurations on Eagle UI. Here is the sample policy ```json { "name": "cap

eagle git commit: [EAGLE-1038] Support alertDuplication customization for each policy

2017-06-07 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 1db33df5a -> e2fbb8613 [EAGLE-1038] Support alertDuplication customization for each policy https://issues.apache.org/jira/browse/EAGLE-1038 * support duplication check for each outputStream of a policy * compatible with the duplication che

eagle git commit: [MINOR] update eagle-assembly/src/main/doc/README.md

2017-06-08 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master e2fbb8613 -> e963abeda [MINOR] update eagle-assembly/src/main/doc/README.md * Update eagle-assembly/src/main/doc/README.md * Fix a bug in MRHistoryJobApplicationProvider.xml Author: Zhao, Qingwen Closes #946 from qingwen220/minor. Proj

eagle git commit: [EAGLE-1049] Support metric filter in the metric preview page

2017-06-20 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 737cf467f -> dd61a490e [EAGLE-1049] Support metric filter in the metric preview page https://issues.apache.org/jira/browse/EAGLE-1049 Support metric filter in the metric preview page Author: zombieJ Closes #953 from zombieJ/EAGLE-1049.

eagle git commit: [EAGLE-1047] View all alert publishers on Eagle UI

2017-06-20 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master dd61a490e -> 62d5530f7 [EAGLE-1047] View all alert publishers on Eagle UI https://issues.apache.org/jira/browse/EAGLE-1047 Users can view all the publisher configurations Author: zombieJ Closes #954 from zombieJ/EAGLE-1047. Project: h

eagle git commit: [EAGLE-1044] Support policy Import using a policy prototype

2017-06-20 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 62d5530f7 -> 092ddbe48 [EAGLE-1044] Support policy Import using a policy prototype https://issues.apache.org/jira/browse/EAGLE-1044' Provided APIs: * load policies to new site "sandbox" from policy prototypes by `POST /rest/policyProto/l

eagle git commit: [EAGLE-1048] Delete an alert publisher on Eagle UI

2017-06-20 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 092ddbe48 -> ffbcfb372 [EAGLE-1048] Delete an alert publisher on Eagle UI https://issues.apache.org/jira/browse/EAGLE-1048 Administer can delete an alert publisher on Eagle UI Request: DELETE /publishments/\{name\} Response: ``` OpResul

eagle git commit: [EAGLE-1054] Publisher delete don't close the dialog

2017-06-20 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master ffbcfb372 -> a4f953516 [EAGLE-1054] Publisher delete don't close the dialog https://issues.apache.org/jira/browse/EAGLE-1054 When user delete the publisher. The dialog not closed. Author: zombieJ Closes #956 from zombieJ/EAGLE-1054. P

eagle git commit: [EAGLE-1053] Support typeahead in Eagle UI

2017-06-20 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master a4f953516 -> a51bf5e1a [EAGLE-1053] Support typeahead in Eagle UI https://issues.apache.org/jira/browse/EAGLE-1053 Support typeahead in Eagle UI (metric preview page) Author: zombieJ Closes #957 from zombieJ/EAGLE-1053. Project: http:

eagle git commit: [EAGLE-1056] fix a link bug in the email template

2017-06-26 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master a51bf5e1a -> aa136afa9 [EAGLE-1056] fix a link bug in the email template https://issues.apache.org/jira/browse/EAGLE-1056 Author: Zhao, Qingwen Closes #960 from qingwen220/EAGLE-1056. Project: http://git-wip-us.apache.org/repos/asf/eag

eagle git commit: [EAGLE-1056] fix a link bug in the email template

2017-06-26 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/branch-0.5 d6d859fbd -> 9a844290b [EAGLE-1056] fix a link bug in the email template https://issues.apache.org/jira/browse/EAGLE-1056 Author: Zhao, Qingwen Closes #960 from qingwen220/EAGLE-1056. (cherry picked from commit aa136afa9e99381835356

eagle git commit: [EAGLE-1055] update policy proto APIs

2017-07-10 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 8c738eada -> d0f07ae3e [EAGLE-1055] update policy proto APIs https://issues.apache.org/jira/browse/EAGLE-1055 Author: Zhao, Qingwen Closes #958 from qingwen220/EAGLE-1055. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Comm

eagle git commit: [MINOR] fix compile error

2017-07-10 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master d0f07ae3e -> 16c037b08 [MINOR] fix compile error Author: Zhao, Qingwen Closes #962 from qingwen220/minor. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/16c037b0 Tr

eagle git commit: [EAGLE-1046] Eagle supports policies import to a new site from a policy prototype

2017-07-12 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 16c037b08 -> f20bf0eb3 [EAGLE-1046] Eagle supports policies import to a new site from a policy prototype https://issues.apache.org/jira/browse/EAGLE-1046 add prototype management page support policy create with proto Author: zombieJ Aut

eagle git commit: [EAGLE-1059] fix a bug in PolicyResource.java

2017-08-06 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master f20bf0eb3 -> ba79b5485 [EAGLE-1059] fix a bug in PolicyResource.java https://issues.apache.org/jira/browse/EAGLE-1059 Author: Zhao, Qingwen Closes #965 from qingwen220/EAGLE-1059. Project: http://git-wip-us.apache.org/repos/asf/eagle/r

eagle git commit: [MINOR] Update links in merge-eagle-pr.py

2016-12-28 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 231560ad3 -> 91a63d583 [MINOR] Update links in merge-eagle-pr.py Author: Zhao, Qingwen Closes #760 Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/91a63d58 Tree: http

eagle git commit: [MINOR] modify eagle-dev/merge-eagle-pr.py, changing urls from incubator-eagle…

2016-12-28 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 91a63d583 -> 62f8c78d3 [MINOR] modify eagle-dev/merge-eagle-pr.py, changing urls from incubator-eagle… modify eagle-dev/merge-eagle-pr.py, changing urls from incubator-eagle to eagle Author: anyway1021 Closes #759 from anyway1021/auto

eagle git commit: [EAGLE-846] HDFS audit log traffic monitoring

2016-12-28 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 62f8c78d3 -> 77fbff720 [EAGLE-846] HDFS audit log traffic monitoring https://issues.apache.org/jira/browse/EAGLE-846 Author: Zhao, Qingwen Author: Qingwen Zhao Closes #756 from qingwen220/EAGLE-846. Project: http://git-wip-us.apache.o

eagle git commit: [MINOR] update SparkHistoryJobApp & TopologyCheckApp configs

2016-12-28 Thread qingwzhao
Repository: eagle Updated Branches: refs/heads/master 77fbff720 -> ab50e62ac [MINOR] update SparkHistoryJobApp & TopologyCheckApp configs 1. add `service.flushLimit` in SparkHistoryJobApp config 2. update TopologyCheckAppConfig.java Author: Zhao, Qingwen Closes #761 from qingwen220/minor.