[jira] [Commented] (AMBARI-21619) More ResourceManager HA host group placeholders in blueprints

2017-08-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-21619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16123299#comment-16123299
 ] 

Hudson commented on AMBARI-21619:
-

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #2 (See 
[https://builds.apache.org/job/Ambari-branch-2.6/2/])
AMBARI-21619. More ResourceManager HA host group placeholders in (adoroszlai: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=78684fb7cb5058eb5ada6ab8fc8bcf664c24df9e])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java


> More ResourceManager HA host group placeholders in blueprints
> -
>
> Key: AMBARI-21619
> URL: https://issues.apache.org/jira/browse/AMBARI-21619
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.2
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
> Fix For: 2.5.3
>
> Attachments: AMBARI-21619.patch
>
>
> Some ResourceManager HA addresses are not replaced during blueprint 
> processing (cluster creation, export).  This may cause failure of starting 
> ResourceManager, or force user to enter specific host names in the blueprint 
> as a workaround.
> {noformat:title=/usr/hdp/current/hadoop-client/conf/yarn-site.xml}
> 
>   yarn.resourcemanager.address.rm1
>   %HOSTGROUP::master0%:8050
> 
> 
>   yarn.resourcemanager.address.rm2
>   %HOSTGROUP::master1%:8050
> 
> 
>   yarn.resourcemanager.admin.address.rm1
>   %HOSTGROUP::master0%:8141
> 
> 
>   yarn.resourcemanager.admin.address.rm2
>   %HOSTGROUP::master1%:8141
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm1
>   %HOSTGROUP::master0%:8025
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm2
>   %HOSTGROUP::master1%:8025
> 
> 
>   yarn.resourcemanager.scheduler.address.rm1
>   %HOSTGROUP::master0%:8030
> 
> 
>   yarn.resourcemanager.scheduler.address.rm2
>   %HOSTGROUP::master1%:8030
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-21619) More ResourceManager HA host group placeholders in blueprints

2017-08-11 Thread Doroszlai, Attila (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-21619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16123244#comment-16123244
 ] 

Doroszlai, Attila commented on AMBARI-21619:


Committed to 
[branch-2.6|http://git-wip-us.apache.org/repos/asf/ambari/commit/78684fb7cb].

> More ResourceManager HA host group placeholders in blueprints
> -
>
> Key: AMBARI-21619
> URL: https://issues.apache.org/jira/browse/AMBARI-21619
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.2
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
> Fix For: 2.5.3
>
> Attachments: AMBARI-21619.patch
>
>
> Some ResourceManager HA addresses are not replaced during blueprint 
> processing (cluster creation, export).  This may cause failure of starting 
> ResourceManager, or force user to enter specific host names in the blueprint 
> as a workaround.
> {noformat:title=/usr/hdp/current/hadoop-client/conf/yarn-site.xml}
> 
>   yarn.resourcemanager.address.rm1
>   %HOSTGROUP::master0%:8050
> 
> 
>   yarn.resourcemanager.address.rm2
>   %HOSTGROUP::master1%:8050
> 
> 
>   yarn.resourcemanager.admin.address.rm1
>   %HOSTGROUP::master0%:8141
> 
> 
>   yarn.resourcemanager.admin.address.rm2
>   %HOSTGROUP::master1%:8141
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm1
>   %HOSTGROUP::master0%:8025
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm2
>   %HOSTGROUP::master1%:8025
> 
> 
>   yarn.resourcemanager.scheduler.address.rm1
>   %HOSTGROUP::master0%:8030
> 
> 
>   yarn.resourcemanager.scheduler.address.rm2
>   %HOSTGROUP::master1%:8030
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-21619) More ResourceManager HA host group placeholders in blueprints

2017-08-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-21619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108853#comment-16108853
 ] 

Hudson commented on AMBARI-21619:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7830 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/7830/])
AMBARI-21619. More ResourceManager HA host group placeholders in (adoroszlai: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=0eee38e7cd612cb6d57352b32074beed9b115b39])
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java


> More ResourceManager HA host group placeholders in blueprints
> -
>
> Key: AMBARI-21619
> URL: https://issues.apache.org/jira/browse/AMBARI-21619
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.2
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
> Fix For: trunk, 2.5.3
>
> Attachments: AMBARI-21619.patch
>
>
> Some ResourceManager HA addresses are not replaced during blueprint 
> processing (cluster creation, export).  This may cause failure of starting 
> ResourceManager, or force user to enter specific host names in the blueprint 
> as a workaround.
> {noformat:title=/usr/hdp/current/hadoop-client/conf/yarn-site.xml}
> 
>   yarn.resourcemanager.address.rm1
>   %HOSTGROUP::master0%:8050
> 
> 
>   yarn.resourcemanager.address.rm2
>   %HOSTGROUP::master1%:8050
> 
> 
>   yarn.resourcemanager.admin.address.rm1
>   %HOSTGROUP::master0%:8141
> 
> 
>   yarn.resourcemanager.admin.address.rm2
>   %HOSTGROUP::master1%:8141
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm1
>   %HOSTGROUP::master0%:8025
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm2
>   %HOSTGROUP::master1%:8025
> 
> 
>   yarn.resourcemanager.scheduler.address.rm1
>   %HOSTGROUP::master0%:8030
> 
> 
>   yarn.resourcemanager.scheduler.address.rm2
>   %HOSTGROUP::master1%:8030
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-21619) More ResourceManager HA host group placeholders in blueprints

2017-08-01 Thread Doroszlai, Attila (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-21619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108808#comment-16108808
 ] 

Doroszlai, Attila commented on AMBARI-21619:


Committed to 
[trunk|http://git-wip-us.apache.org/repos/asf/ambari/commit/0eee38e7cd].

> More ResourceManager HA host group placeholders in blueprints
> -
>
> Key: AMBARI-21619
> URL: https://issues.apache.org/jira/browse/AMBARI-21619
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.2
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
> Fix For: trunk, 2.5.3
>
> Attachments: AMBARI-21619.patch
>
>
> Some ResourceManager HA addresses are not replaced during blueprint 
> processing (cluster creation, export).  This may cause failure of starting 
> ResourceManager, or force user to enter specific host names in the blueprint 
> as a workaround.
> {noformat:title=/usr/hdp/current/hadoop-client/conf/yarn-site.xml}
> 
>   yarn.resourcemanager.address.rm1
>   %HOSTGROUP::master0%:8050
> 
> 
>   yarn.resourcemanager.address.rm2
>   %HOSTGROUP::master1%:8050
> 
> 
>   yarn.resourcemanager.admin.address.rm1
>   %HOSTGROUP::master0%:8141
> 
> 
>   yarn.resourcemanager.admin.address.rm2
>   %HOSTGROUP::master1%:8141
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm1
>   %HOSTGROUP::master0%:8025
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm2
>   %HOSTGROUP::master1%:8025
> 
> 
>   yarn.resourcemanager.scheduler.address.rm1
>   %HOSTGROUP::master0%:8030
> 
> 
>   yarn.resourcemanager.scheduler.address.rm2
>   %HOSTGROUP::master1%:8030
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-21619) More ResourceManager HA host group placeholders in blueprints

2017-07-31 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/AMBARI-21619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108098#comment-16108098
 ] 

Hadoop QA commented on AMBARI-21619:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12879722/AMBARI-21619.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
ambari-server:

  org.apache.ambari.server.agent.TestHeartbeatHandler
  org.apache.ambari.server.state.UpgradeHelperTest

Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/11903//console

This message is automatically generated.

> More ResourceManager HA host group placeholders in blueprints
> -
>
> Key: AMBARI-21619
> URL: https://issues.apache.org/jira/browse/AMBARI-21619
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.2
>Reporter: Doroszlai, Attila
>Assignee: Doroszlai, Attila
> Fix For: trunk, 2.5.3
>
> Attachments: AMBARI-21619.patch
>
>
> Some ResourceManager HA addresses are not replaced during blueprint 
> processing (cluster creation, export).  This may cause failure of starting 
> ResourceManager, or force user to enter specific host names in the blueprint 
> as a workaround.
> {noformat:title=/usr/hdp/current/hadoop-client/conf/yarn-site.xml}
> 
>   yarn.resourcemanager.address.rm1
>   %HOSTGROUP::master0%:8050
> 
> 
>   yarn.resourcemanager.address.rm2
>   %HOSTGROUP::master1%:8050
> 
> 
>   yarn.resourcemanager.admin.address.rm1
>   %HOSTGROUP::master0%:8141
> 
> 
>   yarn.resourcemanager.admin.address.rm2
>   %HOSTGROUP::master1%:8141
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm1
>   %HOSTGROUP::master0%:8025
> 
> 
>   yarn.resourcemanager.resource-tracker.address.rm2
>   %HOSTGROUP::master1%:8025
> 
> 
>   yarn.resourcemanager.scheduler.address.rm1
>   %HOSTGROUP::master0%:8030
> 
> 
>   yarn.resourcemanager.scheduler.address.rm2
>   %HOSTGROUP::master1%:8030
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)