You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2015/12/23 15:00:50 UTC

[jira] [Created] (AMBARI-14484) JDK was installed with incorrect permissions on agent host

Dmytro Sen created AMBARI-14484:
-----------------------------------

             Summary: JDK was installed with incorrect permissions on agent host
                 Key: AMBARI-14484
                 URL: https://issues.apache.org/jira/browse/AMBARI-14484
             Project: Ambari
          Issue Type: Bug
    Affects Versions: 2.2.0
            Reporter: Dmytro Sen
            Assignee: Dmytro Sen
            Priority: Critical
             Fix For: 2.2.1


Steps:
# Deployed cluster via blueprints.
# Uninstalled cluster (ambari reset+hosts cleanup).
# Cluster was deployed with default 1.8.0 JDK and following users via UI:

JDK on hosts was installed with following permissions by ambari:
{code}
ll /usr/jdk64/jdk1.8.0_60/bin/jps
-rwxr-x---. 1 agentslava cstm-hadoop 7925 Aug  4 19:29 /usr/jdk64/jdk1.8.0_60/bin/jps
{code}
But some services have not access to this JDK:
{code}
groups cstm-storm
cstm-storm : hadoop
{code}
[root@os-r6-qjxppu-ambari-rare-19-4 ~]# groups cstm-hdfs
cstm-hdfs : hadoop cstm-hdfs
{code}



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