[
https://issues.apache.org/jira/browse/AMBARI-18567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15566159#comment-15566159
]
Hadoop QA commented on AMBARI-18567:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12832639/AMBARI-18567.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/8843//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/8843//console
This message is automatically generated.
> Cannot start Oozie if WebHDFS is disabled
> -----------------------------------------
>
> Key: AMBARI-18567
> URL: https://issues.apache.org/jira/browse/AMBARI-18567
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Doroszlai, Attila
> Assignee: Doroszlai, Attila
> Fix For: 2.4.2
>
> Attachments: AMBARI-18567.patch
>
>
> If WebHDFS is disabled, Oozie cannot be started due to missing import in
> service script.
> {noformat}
> File
> "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_service.py",
> line 145, in oozie_service
> hdfs_share_dir_exists = shell.call(format("{kinit_if_needed} hadoop
> --config {hadoop_conf_dir} dfs -ls {hdfs_share_dir} | awk 'BEGIN {{count=0;}}
> /share/ {{count++}} END {{if (count > 0) {{exit 0}} else {{exit 1}}}}'"),
> NameError: global name 'shell' is not defined
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)