You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2015/10/29 23:04:27 UTC

[jira] [Created] (AMBARI-13645) HAWQ service requires additional HDFS config properties to be defined

Jayush Luniya created AMBARI-13645:
--------------------------------------

             Summary: HAWQ service requires additional HDFS config properties to be defined
                 Key: AMBARI-13645
                 URL: https://issues.apache.org/jira/browse/AMBARI-13645
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.1.2
            Reporter: Jayush Luniya
            Assignee: Jayush Luniya
            Priority: Critical
             Fix For: 2.1.3


Following are additional properties that need to be added for HAWQ.

Advanced hdfs-site Properties:
PROPERTY	 SETTING
dfs.allow.truncate	 true
dfs.support.append	 true
dfs.client.read.shortcircuit	 true
dfs.block.local-path-access.user	 gpadmin
dfs.datanode.data.dir.perm	 750
dfs.datanode.max.transfer.threads	 40960
dfs.datanode.handler.count	 60
dfs.namenode.accesstime.precision	 -1



Advanced core-site Properties:
PROPERTY	 SETTING
ipc.client.connection.maxidletime	 3600000
ipc.client.connect.timeout	 300000
ipc.server.listen.queue.size	 3300



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