You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Kristopher Kane (JIRA)" <ji...@apache.org> on 2015/05/11 18:34:59 UTC

[jira] [Created] (AMBARI-11047) Ambari 2.0 is not setting hadoop.proxyuser.{hcat,hive}.hosts during a blueprint installation

Kristopher Kane created AMBARI-11047:
----------------------------------------

             Summary: Ambari 2.0 is not setting hadoop.proxyuser.{hcat,hive}.hosts during a blueprint installation
                 Key: AMBARI-11047
                 URL: https://issues.apache.org/jira/browse/AMBARI-11047
             Project: Ambari
          Issue Type: Bug
          Components: blueprints
    Affects Versions: 2.0.0
            Reporter: Kristopher Kane


During an Ambari 2.0 blueprint install, hadoop.proxyuser.{hcat,hive}.hosts are set to the Hive master service when they are set as the '*' wildcard in the blueprint. 

Here is the core-site portion of the blueprint: 

{
      "core-site" : {
        "properties_attributes" : {
          "final" : {
            "fs.defaultFS" : "true"
          }
        },
        "properties" : {
          "fs.defaultFS" : "hdfs://%HOSTGROUP::host_group_1%:8020",
          "fs.trash.interval" : "360",
          "ha.failover-controller.active-standby-elector.zk.op.retries" : "120",
          "hadoop.http.authentication.simple.anonymous.allowed" : "true",
          "hadoop.proxyuser.hcat.groups" : "*",
          "hadoop.proxyuser.hcat.hosts" : "*",
          "hadoop.proxyuser.hive.groups" : "*",
          "hadoop.proxyuser.hive.hosts" : "*",
          "hadoop.proxyuser.oozie.groups" : "*",
          "hadoop.proxyuser.oozie.hosts" : "*",
          "hadoop.security.auth_to_local" : "\n        DEFAULT",
          "hadoop.security.authentication" : "simple",
          "hadoop.security.authorization" : "false",
          "io.compression.codecs" : "org.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec,org.apache.hadoop.io.compress.SnappyCodec",
          "io.file.buffer.size" : "131072",
          "io.serializations" : "org.apache.hadoop.io.serializer.WritableSerialization",
          "ipc.client.connect.max.retries" : "50",
          "ipc.client.connection.maxidletime" : "30000",
          "ipc.client.idlethreshold" : "8000",
          "ipc.server.tcpnodelay" : "true",
          "mapreduce.jobtracker.webinterface.trusted" : "false",
          "proxyuser_group" : "users"
        }
      }
    },



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