[jira] [Commented] (AMBARI-18546) BP format does not generate property oozie.service.JPAService.jdbc.url

2016-10-17 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18546:
-

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #156 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/156/])
AMBARI-18546. Part_2.BP format does not generate property (vbrodetskyi: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=badea260499a4d7ed9706fb1d868f6fbc5bd7971])
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java


> BP format does not generate property oozie.service.JPAService.jdbc.url
> --
>
> Key: AMBARI-18546
> URL: https://issues.apache.org/jira/browse/AMBARI-18546
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Vitaly Brodetskyi
>Assignee: Vitaly Brodetskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18546.patch, AMBARI-18546_part2.patch
>
>
> STR:
> * Install Ambari 2.4.0.1 with HDP 2.5 and Oozie (using existing MySQL DB).
> * Notice that oozie-site has config,
> {code}
> oozie.service.JPAService.jdbc.url=jdbc:mysql://$SERVER/$oozie.db.schema.name
> {code}
> E.g.,
> jdbc:mysql://c6401.ambari.apache.org/oozie
> * Export the BP,
> api/v1/clusters/c1?format=blueprint
> It doesn't generate the "oozie.service.JPAService.jdbc.url" property, so a 
> user trying to use that blueprint will run into errors.
> Further, setting the value of that property to 
> "jdbc:mysql://%HOSTGROUP::host_group_1%/oozie" does not actually replace it 
> with the hostname, and it should also dynamically replace the Oozie DB name.



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


[jira] [Commented] (AMBARI-18546) BP format does not generate property oozie.service.JPAService.jdbc.url

2016-10-17 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18546:
-

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #5809 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/5809/])
AMBARI-18546. Part_2.BP format does not generate property (vbrodetskyi: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=645b2fbe4be05a754618aa0a4790e351813b026e])
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java


> BP format does not generate property oozie.service.JPAService.jdbc.url
> --
>
> Key: AMBARI-18546
> URL: https://issues.apache.org/jira/browse/AMBARI-18546
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Vitaly Brodetskyi
>Assignee: Vitaly Brodetskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18546.patch, AMBARI-18546_part2.patch
>
>
> STR:
> * Install Ambari 2.4.0.1 with HDP 2.5 and Oozie (using existing MySQL DB).
> * Notice that oozie-site has config,
> {code}
> oozie.service.JPAService.jdbc.url=jdbc:mysql://$SERVER/$oozie.db.schema.name
> {code}
> E.g.,
> jdbc:mysql://c6401.ambari.apache.org/oozie
> * Export the BP,
> api/v1/clusters/c1?format=blueprint
> It doesn't generate the "oozie.service.JPAService.jdbc.url" property, so a 
> user trying to use that blueprint will run into errors.
> Further, setting the value of that property to 
> "jdbc:mysql://%HOSTGROUP::host_group_1%/oozie" does not actually replace it 
> with the hostname, and it should also dynamically replace the Oozie DB name.



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


[jira] [Commented] (AMBARI-18546) BP format does not generate property oozie.service.JPAService.jdbc.url

2016-10-13 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18546:


{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12833202/AMBARI-18546_part2.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/8872//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/8872//console

This message is automatically generated.

> BP format does not generate property oozie.service.JPAService.jdbc.url
> --
>
> Key: AMBARI-18546
> URL: https://issues.apache.org/jira/browse/AMBARI-18546
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Vitaly Brodetskyi
>Assignee: Vitaly Brodetskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18546.patch, AMBARI-18546_part2.patch
>
>
> STR:
> * Install Ambari 2.4.0.1 with HDP 2.5 and Oozie (using existing MySQL DB).
> * Notice that oozie-site has config,
> {code}
> oozie.service.JPAService.jdbc.url=jdbc:mysql://$SERVER/$oozie.db.schema.name
> {code}
> E.g.,
> jdbc:mysql://c6401.ambari.apache.org/oozie
> * Export the BP,
> api/v1/clusters/c1?format=blueprint
> It doesn't generate the "oozie.service.JPAService.jdbc.url" property, so a 
> user trying to use that blueprint will run into errors.
> Further, setting the value of that property to 
> "jdbc:mysql://%HOSTGROUP::host_group_1%/oozie" does not actually replace it 
> with the hostname, and it should also dynamically replace the Oozie DB name.



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


[jira] [Commented] (AMBARI-18546) BP format does not generate property oozie.service.JPAService.jdbc.url

2016-10-10 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18546:
-

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #5778 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/5778/])
AMBARI-18546. BP format does not generate property (vbrodetskyi: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=58afcf93d8445c3b1ffacdd33c1cb12a8e8414cb])
* (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


> BP format does not generate property oozie.service.JPAService.jdbc.url
> --
>
> Key: AMBARI-18546
> URL: https://issues.apache.org/jira/browse/AMBARI-18546
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Vitaly Brodetskyi
>Assignee: Vitaly Brodetskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18546.patch
>
>
> STR:
> * Install Ambari 2.4.0.1 with HDP 2.5 and Oozie (using existing MySQL DB).
> * Notice that oozie-site has config,
> {code}
> oozie.service.JPAService.jdbc.url=jdbc:mysql://$SERVER/$oozie.db.schema.name
> {code}
> E.g.,
> jdbc:mysql://c6401.ambari.apache.org/oozie
> * Export the BP,
> api/v1/clusters/c1?format=blueprint
> It doesn't generate the "oozie.service.JPAService.jdbc.url" property, so a 
> user trying to use that blueprint will run into errors.
> Further, setting the value of that property to 
> "jdbc:mysql://%HOSTGROUP::host_group_1%/oozie" does not actually replace it 
> with the hostname, and it should also dynamically replace the Oozie DB name.



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


[jira] [Commented] (AMBARI-18546) BP format does not generate property oozie.service.JPAService.jdbc.url

2016-10-10 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18546:
-

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #128 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/128/])
AMBARI-18546. BP format does not generate property (vbrodetskyi: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=46a528ffbb5e806c10815b7e1555b9a811326c86])
* (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


> BP format does not generate property oozie.service.JPAService.jdbc.url
> --
>
> Key: AMBARI-18546
> URL: https://issues.apache.org/jira/browse/AMBARI-18546
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Vitaly Brodetskyi
>Assignee: Vitaly Brodetskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18546.patch
>
>
> STR:
> * Install Ambari 2.4.0.1 with HDP 2.5 and Oozie (using existing MySQL DB).
> * Notice that oozie-site has config,
> {code}
> oozie.service.JPAService.jdbc.url=jdbc:mysql://$SERVER/$oozie.db.schema.name
> {code}
> E.g.,
> jdbc:mysql://c6401.ambari.apache.org/oozie
> * Export the BP,
> api/v1/clusters/c1?format=blueprint
> It doesn't generate the "oozie.service.JPAService.jdbc.url" property, so a 
> user trying to use that blueprint will run into errors.
> Further, setting the value of that property to 
> "jdbc:mysql://%HOSTGROUP::host_group_1%/oozie" does not actually replace it 
> with the hostname, and it should also dynamically replace the Oozie DB name.



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


[jira] [Commented] (AMBARI-18546) BP format does not generate property oozie.service.JPAService.jdbc.url

2016-10-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18546:


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

{color:red}-1 patch{color}.  The patch command could not apply the patch.

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

This message is automatically generated.

> BP format does not generate property oozie.service.JPAService.jdbc.url
> --
>
> Key: AMBARI-18546
> URL: https://issues.apache.org/jira/browse/AMBARI-18546
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Vitaly Brodetskyi
>Assignee: Vitaly Brodetskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18546.patch
>
>
> STR:
> * Install Ambari 2.4.0.1 with HDP 2.5 and Oozie (using existing MySQL DB).
> * Notice that oozie-site has config,
> {code}
> oozie.service.JPAService.jdbc.url=jdbc:mysql://$SERVER/$oozie.db.schema.name
> {code}
> E.g.,
> jdbc:mysql://c6401.ambari.apache.org/oozie
> * Export the BP,
> api/v1/clusters/c1?format=blueprint
> It doesn't generate the "oozie.service.JPAService.jdbc.url" property, so a 
> user trying to use that blueprint will run into errors.
> Further, setting the value of that property to 
> "jdbc:mysql://%HOSTGROUP::host_group_1%/oozie" does not actually replace it 
> with the hostname, and it should also dynamically replace the Oozie DB name.



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


[jira] [Commented] (AMBARI-18546) BP format does not generate property oozie.service.JPAService.jdbc.url

2016-10-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18546:


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

{color:red}-1 patch{color}.  The patch command could not apply the patch.

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

This message is automatically generated.

> BP format does not generate property oozie.service.JPAService.jdbc.url
> --
>
> Key: AMBARI-18546
> URL: https://issues.apache.org/jira/browse/AMBARI-18546
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.4.0
>Reporter: Vitaly Brodetskyi
>Assignee: Vitaly Brodetskyi
>Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18546.patch
>
>
> STR:
> * Install Ambari 2.4.0.1 with HDP 2.5 and Oozie (using existing MySQL DB).
> * Notice that oozie-site has config,
> {code}
> oozie.service.JPAService.jdbc.url=jdbc:mysql://$SERVER/$oozie.db.schema.name
> {code}
> E.g.,
> jdbc:mysql://c6401.ambari.apache.org/oozie
> * Export the BP,
> api/v1/clusters/c1?format=blueprint
> It doesn't generate the "oozie.service.JPAService.jdbc.url" property, so a 
> user trying to use that blueprint will run into errors.
> Further, setting the value of that property to 
> "jdbc:mysql://%HOSTGROUP::host_group_1%/oozie" does not actually replace it 
> with the hostname, and it should also dynamically replace the Oozie DB name.



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