Repository: incubator-eagle Updated Branches: refs/heads/master 66baf258c -> d4be077b8
adjust description of dataSourceConfig.rMEndPoints in hadoop-queue-monitoring Trivial modification, didn't open jira ticket for it. Author: anyway1021 <m...@apache.org> Closes #594 from anyway1021/adjust-desc. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/d4be077b Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/d4be077b Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/d4be077b Branch: refs/heads/master Commit: d4be077b892b62ac614908fb8f129d56efb2b191 Parents: 66baf25 Author: anyway1021 <m...@apache.org> Authored: Mon Nov 7 14:53:58 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Mon Nov 7 14:53:58 2016 +0800 ---------------------------------------------------------------------- ...g.apache.eagle.hadoop.queue.HadoopQueueRunningAppProvider.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/d4be077b/eagle-jpm/eagle-hadoop-queue/src/main/resources/META-INF/providers/org.apache.eagle.hadoop.queue.HadoopQueueRunningAppProvider.xml ---------------------------------------------------------------------- diff --git a/eagle-jpm/eagle-hadoop-queue/src/main/resources/META-INF/providers/org.apache.eagle.hadoop.queue.HadoopQueueRunningAppProvider.xml b/eagle-jpm/eagle-hadoop-queue/src/main/resources/META-INF/providers/org.apache.eagle.hadoop.queue.HadoopQueueRunningAppProvider.xml index a9ef355..7d614dc 100644 --- a/eagle-jpm/eagle-hadoop-queue/src/main/resources/META-INF/providers/org.apache.eagle.hadoop.queue.HadoopQueueRunningAppProvider.xml +++ b/eagle-jpm/eagle-hadoop-queue/src/main/resources/META-INF/providers/org.apache.eagle.hadoop.queue.HadoopQueueRunningAppProvider.xml @@ -24,8 +24,8 @@ <!-- org.apache.eagle.hadoop.queue.HadoopQueueRunningAppConfig --> <property> <name>dataSourceConfig.rMEndPoints</name> - <displayName>Resource Manager End Point</displayName> - <description>end point of resource manager, e.g. http://sandbox.hortonworks.com:8088/</description> + <displayName>Resource Manager End Points</displayName> + <description>end points of resource manager, comma-separated for multiple</description> <value>http://sandbox.hortonworks.com:8088/</value> <required>true</required> </property>