[jira] [Commented] (AMBARI-18551) Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is present in all cases

2016-10-07 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18551:
-

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #5777 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/5777/])
AMBARI-18551. Enhance falcon integration to call falcon-config to make 
(afernandez: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=72f1f6f635b74e4fe3f5e21fed2d3a60aa6de0ad])
* (edit) ambari-server/src/test/python/stacks/2.1/FALCON/test_falcon_server.py
* (edit) 
ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/package/scripts/falcon.py
* (edit) 
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py


> Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is 
> present in all cases
> -
>
> Key: AMBARI-18551
> URL: https://issues.apache.org/jira/browse/AMBARI-18551
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent
>Affects Versions: 2.4.2
>Reporter: Venkat Ranganathan
>Assignee: Venkat Ranganathan
> Fix For: trunk, 2.5.0
>
> Attachments: AMBARI-18551.patch
>
>
> There are scenarios where when falcon is started for the first time the 
> enhancements of AMBARI-17955 needs an explicit falcon-config.sh call to 
> create the needed WEB-INF directories so that the customer provisioned jars 
> can be placed in the right directories



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


[jira] [Commented] (AMBARI-18551) Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is present in all cases

2016-10-07 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-18551:
-

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #127 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/127/])
AMBARI-18551. Enhance falcon integration to call falcon-config to make 
(afernandez: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=9ef6a63168f0c398785eadccbbe6baa2ec859939])
* (edit) 
ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/package/scripts/falcon.py
* (edit) ambari-server/src/test/python/stacks/2.1/FALCON/test_falcon_server.py


> Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is 
> present in all cases
> -
>
> Key: AMBARI-18551
> URL: https://issues.apache.org/jira/browse/AMBARI-18551
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent
>Affects Versions: 2.4.2
>Reporter: Venkat Ranganathan
>Assignee: Venkat Ranganathan
> Fix For: trunk, 2.5.0
>
> Attachments: AMBARI-18551.patch
>
>
> There are scenarios where when falcon is started for the first time the 
> enhancements of AMBARI-17955 needs an explicit falcon-config.sh call to 
> create the needed WEB-INF directories so that the customer provisioned jars 
> can be placed in the right directories



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


[jira] [Commented] (AMBARI-18551) Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is present in all cases

2016-10-06 Thread Venkat Ranganathan (JIRA)

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

Venkat Ranganathan commented on AMBARI-18551:
-

Test failures unrelated to changes in the patch
{quote}
--
Traceback (most recent call last):
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
return func(*args, **keywargs)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/stacks/2.0.6/OOZIE/test_oozie_server.py",
 line 577, in test_stop_default
target = RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
method(RMFTestCase.env, *command_args)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/stacks/utils/../../../../main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py",
 line 100, in stop
oozie_service(action='stop', upgrade_type=upgrade_type)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-common/src/main/python/ambari_commons/os_family_impl.py",
 line 89, in thunk
return fn(*args, **kwargs)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py",
 line 173, in oozie_service
Directory(params.oozie_tmp_dir,
NameError: global name 'Directory' is not defined

ERROR: test_stop_secured (test_oozie_server.TestOozieServer)
--
Traceback (most recent call last):
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-common/src/test/python/mock/mock.py",
 line 1199, in patched
return func(*args, **keywargs)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/stacks/2.0.6/OOZIE/test_oozie_server.py",
 line 711, in test_stop_secured
target = RMFTestCase.TARGET_COMMON_SERVICES
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/stacks/utils/RMFTestCase.py",
 line 155, in executeScript
method(RMFTestCase.env, *command_args)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/test/python/stacks/utils/../../../../main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server.py",
 line 100, in stop
oozie_service(action='stop', upgrade_type=upgrade_type)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-common/src/main/python/ambari_commons/os_family_impl.py",
 line 89, in thunk
return fn(*args, **kwargs)
  File 
"/home/jenkins/jenkins-slave/workspace/Ambari-trunk-test-patch/ambari/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py",
 line 173, in oozie_service
Directory(params.oozie_tmp_dir,
NameError: global name 'Directory' is not defined
{quote}


> Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is 
> present in all cases
> -
>
> Key: AMBARI-18551
> URL: https://issues.apache.org/jira/browse/AMBARI-18551
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent
>Affects Versions: 2.4.2
>Reporter: Venkat Ranganathan
>Assignee: Venkat Ranganathan
> Fix For: trunk
>
> Attachments: AMBARI-18551.patch
>
>
> There are scenarios where when falcon is started for the first time the 
> enhancements of AMBARI-17955 needs an explicit falcon-config.sh call to 
> create the needed WEB-INF directories so that the customer provisioned jars 
> can be placed in the right directories



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


[jira] [Commented] (AMBARI-18551) Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is present in all cases

2016-10-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-18551:


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

This message is automatically generated.

> Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is 
> present in all cases
> -
>
> Key: AMBARI-18551
> URL: https://issues.apache.org/jira/browse/AMBARI-18551
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent
>Affects Versions: 2.4.2
>Reporter: Venkat Ranganathan
>Assignee: Venkat Ranganathan
> Fix For: trunk
>
> Attachments: AMBARI-18551.patch
>
>
> There are scenarios where when falcon is started for the first time the 
> enhancements of AMBARI-17955 needs an explicit falcon-config.sh call to 
> create the needed WEB-INF directories so that the customer provisioned jars 
> can be placed in the right directories



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


[jira] [Commented] (AMBARI-18551) Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is present in all cases

2016-10-06 Thread Venkat Ranganathan (JIRA)

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

Venkat Ranganathan commented on AMBARI-18551:
-

[~afernandez]  yes.   It also applies to 2.5.

Thanks

> Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is 
> present in all cases
> -
>
> Key: AMBARI-18551
> URL: https://issues.apache.org/jira/browse/AMBARI-18551
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent
>Affects Versions: 2.4.2
>Reporter: Venkat Ranganathan
>Assignee: Venkat Ranganathan
> Fix For: trunk
>
> Attachments: AMBARI-18551.patch
>
>
> There are scenarios where when falcon is started for the first time the 
> enhancements of AMBARI-17955 needs an explicit falcon-config.sh call to 
> create the needed WEB-INF directories so that the customer provisioned jars 
> can be placed in the right directories



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


[jira] [Commented] (AMBARI-18551) Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is present in all cases

2016-10-06 Thread Alejandro Fernandez (JIRA)

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

Alejandro Fernandez commented on AMBARI-18551:
--

+1, is this also intended for Ambari 2.5?

> Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is 
> present in all cases
> -
>
> Key: AMBARI-18551
> URL: https://issues.apache.org/jira/browse/AMBARI-18551
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent
>Affects Versions: 2.4.2
>Reporter: Venkat Ranganathan
>Assignee: Venkat Ranganathan
> Fix For: trunk
>
> Attachments: AMBARI-18551.patch
>
>
> There are scenarios where when falcon is started for the first time the 
> enhancements of AMBARI-17955 needs an explicit falcon-config.sh call to 
> create the needed WEB-INF directories so that the customer provisioned jars 
> can be placed in the right directories



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


[jira] [Commented] (AMBARI-18551) Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is present in all cases

2016-10-06 Thread Venkat Ranganathan (JIRA)

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

Venkat Ranganathan commented on AMBARI-18551:
-

[~afernandez]/[~sumitmohanty]  Can you please take a look?

> Enhance falcon integration to call falcon-config to make sure WEB-INF/lib is 
> present in all cases
> -
>
> Key: AMBARI-18551
> URL: https://issues.apache.org/jira/browse/AMBARI-18551
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent
>Affects Versions: 2.4.2
>Reporter: Venkat Ranganathan
>Assignee: Venkat Ranganathan
> Fix For: trunk
>
> Attachments: AMBARI-18551.patch
>
>
> There are scenarios where when falcon is started for the first time the 
> enhancements of AMBARI-17955 needs an explicit falcon-config.sh call to 
> create the needed WEB-INF directories so that the customer provisioned jars 
> can be placed in the right directories



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