[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-11-14 Thread Di Li (JIRA)

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

Di Li commented on AMBARI-18355:


errors in Jenkins trunk build for Ambari Server also exist in the previous 
build. The errors are from Python scripts that are not related to the changes 
from this JIRA.


==
FAIL: test_update_directory_archive 
(TestResourceFilesKeeper.TestResourceFilesKeeper)
--
Traceback (most recent call last):
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
return func(*args, **keywargs)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/TestResourceFilesKeeper.py",
 line 191, in test_update_directory_archive
self.assertTrue(write_hash_sum_mock.called)
AssertionError: False is not true

--
Ran 269 tests in 6.956s

FAILED (failures=1)
--
Failed tests:
FAIL: test_update_directory_archive 
(TestResourceFilesKeeper.TestResourceFilesKeeper)
--
Traceback (most recent call last):
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
return func(*args, **keywargs)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/TestResourceFilesKeeper.py",
 line 191, in test_update_directory_archive
self.assertTrue(write_hash_sum_mock.called)
AssertionError: False is not true

--
Total run:1161
Total errors:0
Total failures:1
ERROR
INFO: AMBARI_SERVER_LIB is not set, using default /usr/lib/ambari-server
INFO: Return code from stack upgrade command, retcode = 0

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v6.patch, 
> AMBARI-18355_v7.patch, AMBARI-18355_v8.patch, Adding Conditional 
> Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-11-14 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18355:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6009 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/6009/])
AMBARI-18355: Conditional dependencies in stack defition to handle (dili: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=bc7a29f54046978b79f659d94a17f6335f693191])
* (edit) 
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/DependencyInfo.java
* (add) 
ambari-server/src/main/java/org/apache/ambari/server/state/DependencyConditionInfo.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/topology/BlueprintValidatorImpl.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/topology/BlueprintValidatorImplTest.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/topology/BlueprintImplTest.java


> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v6.patch, 
> AMBARI-18355_v7.patch, AMBARI-18355_v8.patch, Adding Conditional 
> Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-11-14 Thread Di Li (JIRA)

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

Di Li commented on AMBARI-18355:


pushed to trunk as 
https://git-wip-us.apache.org/repos/asf?p=ambari.git;a=commit;h=bc7a29f54046978b79f659d94a17f6335f693191

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v6.patch, 
> AMBARI-18355_v7.patch, AMBARI-18355_v8.patch, Adding Conditional 
> Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-11-01 Thread Amruta Borkar (JIRA)

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

Amruta Borkar commented on AMBARI-18355:


The test case doesn't seem to be failing due to this patch.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v6.patch, 
> AMBARI-18355_v7.patch, AMBARI-18355_v8.patch, Adding Conditional 
> Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-10-31 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18355:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12836253/AMBARI-18355_v8.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 2 new 
or modified test files.

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

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

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

  org.apache.ambari.server.agent.TestHeartbeatHandler

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9070//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/9070//console

This message is automatically generated.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v6.patch, 
> AMBARI-18355_v7.patch, AMBARI-18355_v8.patch, Adding Conditional 
> Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-10-12 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18355:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12832980/AMBARI-18355_v7.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 2 new 
or modified test files.

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

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

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8856//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8856//console

This message is automatically generated.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v4.patch, 
> AMBARI-18355_v5.patch, AMBARI-18355_v6.patch, AMBARI-18355_v7.patch, Adding 
> Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-10-11 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18355:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12832733/AMBARI-18355_v6.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 2 new 
or modified test files.

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

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

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

  org.apache.ambari.server.agent.TestHeartbeatHandler

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8848//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8848//console

This message is automatically generated.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v4.patch, 
> AMBARI-18355_v5.patch, AMBARI-18355_v6.patch, Adding Conditional 
> Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-10-07 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18355:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #5775 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/5775/])
Revert "AMBARI-18355: Introduce conditional dependencies in stack (jhurley: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=e0d4a8713ed0ffe86acd18bd798c317d5e51a61c])
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/topology/BlueprintValidatorImplTest.java
* (delete) 
ambari-server/src/main/java/org/apache/ambari/server/state/DependencyConditionInfo.java
* (edit) 
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/state/DependencyInfo.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/topology/BlueprintValidatorImpl.java


> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v1.patch, 
> AMBARI-18355_v2.patch, AMBARI-18355_v3.patch, AMBARI-18355_v4.patch, 
> AMBARI-18355_v5.patch, Adding Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-10-07 Thread Nate Cole (JIRA)

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

Nate Cole commented on AMBARI-18355:


This code is breaking tests, and has been reverted from trunk.  Please fix the 
tests, and also fix the formatting.  Ambari is standardized on two space tabs.  
DependencyConditionInfo is a undocumented and unformatted class.  In addition, 
you shouldn't be making subclasses as internal classes of the parent abstract 
class.

Di Li, when you commit code on behalf of someone else, you must make the 
message like so: "AMBARI-X. Some message (Joe Smith via dili)"

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v1.patch, 
> AMBARI-18355_v2.patch, AMBARI-18355_v3.patch, AMBARI-18355_v4.patch, 
> AMBARI-18355_v5.patch, Adding Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-10-07 Thread Jonathan Hurley (JIRA)

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

Jonathan Hurley commented on AMBARI-18355:
--

-1

Reverted since this is failing tests and failing the build:
{code}
agentRegistration(org.apache.ambari.server.agent.AgentResourceTest)  Time 
elapsed: 3.596 sec  <<< ERROR!
com.sun.jersey.api.client.ClientHandlerException: 
org.codehaus.jackson.map.JsonMappingException: Default constructor for 
org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentRegistration(AgentResourceTest.java:165)
Caused by: org.codehaus.jackson.map.JsonMappingException: Default constructor 
for org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentRegistration(AgentResourceTest.java:165)
Caused by: java.lang.IllegalArgumentException: Default constructor for 
org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentRegistration(AgentResourceTest.java:165)

agentHeartBeat(org.apache.ambari.server.agent.AgentResourceTest)  Time elapsed: 
0.59 sec  <<< ERROR!
com.sun.jersey.api.client.ClientHandlerException: 
org.codehaus.jackson.map.JsonMappingException: Default constructor for 
org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentHeartBeat(AgentResourceTest.java:178)
Caused by: org.codehaus.jackson.map.JsonMappingException: Default constructor 
for org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentHeartBeat(AgentResourceTest.java:178)
Caused by: java.lang.IllegalArgumentException: Default constructor for 
org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentHeartBeat(AgentResourceTest.java:178)

agentHeartBeatWithEnv(org.apache.ambari.server.agent.AgentResourceTest)  Time 
elapsed: 0.481 sec  <<< ERROR!
com.sun.jersey.api.client.ClientHandlerException: 
org.codehaus.jackson.map.JsonMappingException: Default constructor for 
org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentHeartBeatWithEnv(AgentResourceTest.java:192)
Caused by: org.codehaus.jackson.map.JsonMappingException: Default constructor 
for org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentHeartBeatWithEnv(AgentResourceTest.java:192)
Caused by: java.lang.IllegalArgumentException: Default constructor for 
org.apache.ambari.server.state.DependencyConditionAdapter is not accessible 
(non-public?): not allowed to try modify access via Reflection: can not 
instantiate type
at 
org.apache.ambari.server.agent.AgentResourceTest.agentHeartBeatWithEnv(AgentResourceTest.java:192)
{code}

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v1.patch, 
> AMBARI-18355_v2.patch, AMBARI-18355_v3.patch, AMBARI-18355_v4.patch, 
> AMBARI-18355_v5.patch, Adding Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-10-07 Thread Di Li (JIRA)

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

Di Li commented on AMBARI-18355:


pushed to trunk as 
https://git-wip-us.apache.org/repos/asf?p=ambari.git;a=commit;h=f6124a056d2a8ed16bec917775b9d3554ab5d74d

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v1.patch, 
> AMBARI-18355_v2.patch, AMBARI-18355_v3.patch, AMBARI-18355_v4.patch, 
> AMBARI-18355_v5.patch, Adding Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-09-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18355:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12831026/AMBARI-18355_v4.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 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

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

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

  org.apache.ambari.server.agent.AgentResourceTest

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8775//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8775//console

This message is automatically generated.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v1.patch, 
> AMBARI-18355_v2.patch, AMBARI-18355_v3.patch, AMBARI-18355_v4.patch, Adding 
> Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-09-27 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18355:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12829461/AMBARI-18355_v3.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 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

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

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

  org.apache.ambari.server.agent.AgentResourceTest
  org.apache.ambari.server.metadata.AgentAlertDefinitionsTest
  org.apache.ambari.server.checks.UpgradeCheckOrderTest
  
org.apache.ambari.server.serveraction.upgrades.UpgradeActionTest
  org.apache.ambari.server.api.services.AmbariMetaInfoTest

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8730//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8730//console

This message is automatically generated.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v1.patch, 
> AMBARI-18355_v2.patch, AMBARI-18355_v3.patch, Adding Conditional 
> Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-09-13 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18355:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12828336/AMBARI-18355_v2.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 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

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

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8657//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8657//console

This message is automatically generated.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v1.patch, 
> AMBARI-18355_v2.patch, Adding Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-09-12 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18355:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12828076/AMBARI-18355_v1.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 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

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

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8636//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8636//console

This message is automatically generated.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, AMBARI-18355_v1.patch, Adding 
> Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AMBARI-18355) Introduce conditional dependencies in stack defition to handle blueprint validation gracefully

2016-09-12 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18355:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12827947/AMBARI-18355.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 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

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

{color:red}-1 core tests{color}.  The test build failed in ambari-server 

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8632//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8632//console

This message is automatically generated.

> Introduce conditional dependencies in stack defition to handle blueprint 
> validation gracefully
> --
>
> Key: AMBARI-18355
> URL: https://issues.apache.org/jira/browse/AMBARI-18355
> Project: Ambari
>  Issue Type: Improvement
>  Components: ambari-server
>Affects Versions: trunk
>Reporter: Amruta Borkar
>Assignee: Amruta Borkar
> Fix For: trunk
>
> Attachments: AMBARI-18355.patch, Adding Conditional Dependencies.pdf
>
>
> Currently stack definitions do not list conditional dependencies, adding 
> those to the stack definitions would make it easy to validate errors in case 
> of blueprint deployment. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)