[jira] [Commented] (AMBARI-14718) on region server restart ambari is setting /tmp to hbase:hadoop

2016-01-20 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-14718:
-

FAILURE: Integrated in Ambari-trunk-Commit #4201 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/4201/])
Revert "AMBARI-14718. on region server restart ambari is setting /tmp to 
(mahadev: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=862336189317b6dab6e86377049532d5264f0636])
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
AMBARI-14718. on region server restart ambari is setting /tmp to (aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2c80cab2fef0167da13ec1836c5ba98fdc897c0b])
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py


> on region server restart ambari is setting /tmp to hbase:hadoop
> ---
>
> Key: AMBARI-14718
> URL: https://issues.apache.org/jira/browse/AMBARI-14718
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.2.1
>
> Attachments: AMBARI-14718.patch
>
>
> On my hcube cluster what i am seeing is /tmp gets owned by hbase:hadoop. This
> is causing services like sssd to fail as /tmp is not owned by root. sssd is a
> service that we recommend users setup if they want to sync up with AD. With
> this service failing users are unable to login using AD credentials.
> Here is the corresponding log
> 
> 
>   owner = params.hbase_user,
>   group = params.user_group,
> 04:33:56,101 - Directory['/tmp'] {'owner': 'hbase', 'group': 'hadoop', 
> 'mode': 0777, 'recursive': True}
> 2016-01-19 04:33:56,101 - Changing owner for /tmp from 0 to hbase
> 2016-01-19 04:33:56,101 - Changing group for /tmp from 0 to hadoop
> 2016-01-19 04:33:56,102 - Changing permission for /tmp from 1777 to 777
> 2016-01-19 04:33:56,102 - Directory['/tmp'] {'recursive': True, 
> 'cd_access': 'a'}
> 2016-01-19 04:33:56,102 - Execute[('chmod', '1777', u'/tmp')] {'sudo': 
> True}
> 2016-01-19 04:33:56,110 - XmlConfig['hbase-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,126 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hbase-site.xml
> 2016-01-19 04:33:56,127 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hbase-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,174 - XmlConfig['core-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,185 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/core-site.xml
> 2016-01-19 04:33:56,185 - 
> File['/usr/hdp/current/hbase-regionserver/conf/core-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,210 - XmlConfig['hdfs-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,221 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml
> 2016-01-19 04:33:56,222 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml'] {'owner': 'hb
> 
> This is the cluster this happened on
>  and ssh key for user root is
> attached



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


[jira] [Commented] (AMBARI-14718) on region server restart ambari is setting /tmp to hbase:hadoop

2016-01-20 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-14718:
-

FAILURE: Integrated in Ambari-branch-2.2 #224 (See 
[https://builds.apache.org/job/Ambari-branch-2.2/224/])
AMBARI-14718. on region server restart ambari is setting /tmp to (aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8926b86b00f56b252675b43f232c04f602c19d04])
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py


> on region server restart ambari is setting /tmp to hbase:hadoop
> ---
>
> Key: AMBARI-14718
> URL: https://issues.apache.org/jira/browse/AMBARI-14718
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.2.1
>
> Attachments: AMBARI-14718.patch
>
>
> On my hcube cluster what i am seeing is /tmp gets owned by hbase:hadoop. This
> is causing services like sssd to fail as /tmp is not owned by root. sssd is a
> service that we recommend users setup if they want to sync up with AD. With
> this service failing users are unable to login using AD credentials.
> Here is the corresponding log
> 
> 
>   owner = params.hbase_user,
>   group = params.user_group,
> 04:33:56,101 - Directory['/tmp'] {'owner': 'hbase', 'group': 'hadoop', 
> 'mode': 0777, 'recursive': True}
> 2016-01-19 04:33:56,101 - Changing owner for /tmp from 0 to hbase
> 2016-01-19 04:33:56,101 - Changing group for /tmp from 0 to hadoop
> 2016-01-19 04:33:56,102 - Changing permission for /tmp from 1777 to 777
> 2016-01-19 04:33:56,102 - Directory['/tmp'] {'recursive': True, 
> 'cd_access': 'a'}
> 2016-01-19 04:33:56,102 - Execute[('chmod', '1777', u'/tmp')] {'sudo': 
> True}
> 2016-01-19 04:33:56,110 - XmlConfig['hbase-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,126 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hbase-site.xml
> 2016-01-19 04:33:56,127 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hbase-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,174 - XmlConfig['core-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,185 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/core-site.xml
> 2016-01-19 04:33:56,185 - 
> File['/usr/hdp/current/hbase-regionserver/conf/core-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,210 - XmlConfig['hdfs-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,221 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml
> 2016-01-19 04:33:56,222 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml'] {'owner': 'hb
> 
> This is the cluster this happened on
>  and ssh key for user root is
> attached



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


[jira] [Commented] (AMBARI-14718) on region server restart ambari is setting /tmp to hbase:hadoop

2016-01-20 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-14718:
-

FAILURE: Integrated in Ambari-branch-2.2 #223 (See 
[https://builds.apache.org/job/Ambari-branch-2.2/223/])
Revert "AMBARI-14718. on region server restart ambari is setting /tmp to 
(mahadev: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=362d4850eb18a56d8d38ce0e598c050b73fda5ac])
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py


> on region server restart ambari is setting /tmp to hbase:hadoop
> ---
>
> Key: AMBARI-14718
> URL: https://issues.apache.org/jira/browse/AMBARI-14718
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.2.1
>
> Attachments: AMBARI-14718.patch
>
>
> On my hcube cluster what i am seeing is /tmp gets owned by hbase:hadoop. This
> is causing services like sssd to fail as /tmp is not owned by root. sssd is a
> service that we recommend users setup if they want to sync up with AD. With
> this service failing users are unable to login using AD credentials.
> Here is the corresponding log
> 
> 
>   owner = params.hbase_user,
>   group = params.user_group,
> 04:33:56,101 - Directory['/tmp'] {'owner': 'hbase', 'group': 'hadoop', 
> 'mode': 0777, 'recursive': True}
> 2016-01-19 04:33:56,101 - Changing owner for /tmp from 0 to hbase
> 2016-01-19 04:33:56,101 - Changing group for /tmp from 0 to hadoop
> 2016-01-19 04:33:56,102 - Changing permission for /tmp from 1777 to 777
> 2016-01-19 04:33:56,102 - Directory['/tmp'] {'recursive': True, 
> 'cd_access': 'a'}
> 2016-01-19 04:33:56,102 - Execute[('chmod', '1777', u'/tmp')] {'sudo': 
> True}
> 2016-01-19 04:33:56,110 - XmlConfig['hbase-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,126 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hbase-site.xml
> 2016-01-19 04:33:56,127 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hbase-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,174 - XmlConfig['core-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,185 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/core-site.xml
> 2016-01-19 04:33:56,185 - 
> File['/usr/hdp/current/hbase-regionserver/conf/core-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,210 - XmlConfig['hdfs-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,221 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml
> 2016-01-19 04:33:56,222 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml'] {'owner': 'hb
> 
> This is the cluster this happened on
>  and ssh key for user root is
> attached



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


[jira] [Commented] (AMBARI-14718) on region server restart ambari is setting /tmp to hbase:hadoop

2016-01-20 Thread Mahadev konar (JIRA)

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

Mahadev konar commented on AMBARI-14718:


Reopening since the patch is reverted - looks like this is causing HBase issues.

> on region server restart ambari is setting /tmp to hbase:hadoop
> ---
>
> Key: AMBARI-14718
> URL: https://issues.apache.org/jira/browse/AMBARI-14718
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.2.1
>
> Attachments: AMBARI-14718.patch
>
>
> On my hcube cluster what i am seeing is /tmp gets owned by hbase:hadoop. This
> is causing services like sssd to fail as /tmp is not owned by root. sssd is a
> service that we recommend users setup if they want to sync up with AD. With
> this service failing users are unable to login using AD credentials.
> Here is the corresponding log
> 
> 
>   owner = params.hbase_user,
>   group = params.user_group,
> 04:33:56,101 - Directory['/tmp'] {'owner': 'hbase', 'group': 'hadoop', 
> 'mode': 0777, 'recursive': True}
> 2016-01-19 04:33:56,101 - Changing owner for /tmp from 0 to hbase
> 2016-01-19 04:33:56,101 - Changing group for /tmp from 0 to hadoop
> 2016-01-19 04:33:56,102 - Changing permission for /tmp from 1777 to 777
> 2016-01-19 04:33:56,102 - Directory['/tmp'] {'recursive': True, 
> 'cd_access': 'a'}
> 2016-01-19 04:33:56,102 - Execute[('chmod', '1777', u'/tmp')] {'sudo': 
> True}
> 2016-01-19 04:33:56,110 - XmlConfig['hbase-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,126 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hbase-site.xml
> 2016-01-19 04:33:56,127 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hbase-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,174 - XmlConfig['core-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,185 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/core-site.xml
> 2016-01-19 04:33:56,185 - 
> File['/usr/hdp/current/hbase-regionserver/conf/core-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,210 - XmlConfig['hdfs-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,221 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml
> 2016-01-19 04:33:56,222 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml'] {'owner': 'hb
> 
> This is the cluster this happened on
>  and ssh key for user root is
> attached



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


[jira] [Commented] (AMBARI-14718) on region server restart ambari is setting /tmp to hbase:hadoop

2016-01-19 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-14718:
-

FAILURE: Integrated in Ambari-branch-2.2 #220 (See 
[https://builds.apache.org/job/Ambari-branch-2.2/220/])
AMBARI-14718. on region server restart ambari is setting /tmp to (aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=bd4892b33a8a9e641d9cafd7a33376ad5ff748e2])
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py


> on region server restart ambari is setting /tmp to hbase:hadoop
> ---
>
> Key: AMBARI-14718
> URL: https://issues.apache.org/jira/browse/AMBARI-14718
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.2.1
>
> Attachments: AMBARI-14718.patch
>
>
> On my hcube cluster what i am seeing is /tmp gets owned by hbase:hadoop. This
> is causing services like sssd to fail as /tmp is not owned by root. sssd is a
> service that we recommend users setup if they want to sync up with AD. With
> this service failing users are unable to login using AD credentials.
> Here is the corresponding log
> 
> 
>   owner = params.hbase_user,
>   group = params.user_group,
> 04:33:56,101 - Directory['/tmp'] {'owner': 'hbase', 'group': 'hadoop', 
> 'mode': 0777, 'recursive': True}
> 2016-01-19 04:33:56,101 - Changing owner for /tmp from 0 to hbase
> 2016-01-19 04:33:56,101 - Changing group for /tmp from 0 to hadoop
> 2016-01-19 04:33:56,102 - Changing permission for /tmp from 1777 to 777
> 2016-01-19 04:33:56,102 - Directory['/tmp'] {'recursive': True, 
> 'cd_access': 'a'}
> 2016-01-19 04:33:56,102 - Execute[('chmod', '1777', u'/tmp')] {'sudo': 
> True}
> 2016-01-19 04:33:56,110 - XmlConfig['hbase-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,126 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hbase-site.xml
> 2016-01-19 04:33:56,127 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hbase-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,174 - XmlConfig['core-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,185 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/core-site.xml
> 2016-01-19 04:33:56,185 - 
> File['/usr/hdp/current/hbase-regionserver/conf/core-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,210 - XmlConfig['hdfs-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,221 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml
> 2016-01-19 04:33:56,222 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml'] {'owner': 'hb
> 
> This is the cluster this happened on
>  and ssh key for user root is
> attached



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


[jira] [Commented] (AMBARI-14718) on region server restart ambari is setting /tmp to hbase:hadoop

2016-01-19 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-14718:
-

SUCCESS: Integrated in Ambari-trunk-Commit #4196 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/4196/])
AMBARI-14718. on region server restart ambari is setting /tmp to (aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1c2c6a9f6678931936585761a242651b8a6871ce])
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/params_linux.py
* 
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py


> on region server restart ambari is setting /tmp to hbase:hadoop
> ---
>
> Key: AMBARI-14718
> URL: https://issues.apache.org/jira/browse/AMBARI-14718
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.2.1
>
> Attachments: AMBARI-14718.patch
>
>
> On my hcube cluster what i am seeing is /tmp gets owned by hbase:hadoop. This
> is causing services like sssd to fail as /tmp is not owned by root. sssd is a
> service that we recommend users setup if they want to sync up with AD. With
> this service failing users are unable to login using AD credentials.
> Here is the corresponding log
> 
> 
>   owner = params.hbase_user,
>   group = params.user_group,
> 04:33:56,101 - Directory['/tmp'] {'owner': 'hbase', 'group': 'hadoop', 
> 'mode': 0777, 'recursive': True}
> 2016-01-19 04:33:56,101 - Changing owner for /tmp from 0 to hbase
> 2016-01-19 04:33:56,101 - Changing group for /tmp from 0 to hadoop
> 2016-01-19 04:33:56,102 - Changing permission for /tmp from 1777 to 777
> 2016-01-19 04:33:56,102 - Directory['/tmp'] {'recursive': True, 
> 'cd_access': 'a'}
> 2016-01-19 04:33:56,102 - Execute[('chmod', '1777', u'/tmp')] {'sudo': 
> True}
> 2016-01-19 04:33:56,110 - XmlConfig['hbase-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,126 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hbase-site.xml
> 2016-01-19 04:33:56,127 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hbase-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,174 - XmlConfig['core-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,185 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/core-site.xml
> 2016-01-19 04:33:56,185 - 
> File['/usr/hdp/current/hbase-regionserver/conf/core-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,210 - XmlConfig['hdfs-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,221 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml
> 2016-01-19 04:33:56,222 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml'] {'owner': 'hb
> 
> This is the cluster this happened on
>  and ssh key for user root is
> attached



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


[jira] [Commented] (AMBARI-14718) on region server restart ambari is setting /tmp to hbase:hadoop

2016-01-19 Thread Andrew Onischuk (JIRA)

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

Andrew Onischuk commented on AMBARI-14718:
--

Committed to trunk

> on region server restart ambari is setting /tmp to hbase:hadoop
> ---
>
> Key: AMBARI-14718
> URL: https://issues.apache.org/jira/browse/AMBARI-14718
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
> Fix For: 2.2.1
>
> Attachments: AMBARI-14718.patch
>
>
> On my hcube cluster what i am seeing is /tmp gets owned by hbase:hadoop. This
> is causing services like sssd to fail as /tmp is not owned by root. sssd is a
> service that we recommend users setup if they want to sync up with AD. With
> this service failing users are unable to login using AD credentials.
> Here is the corresponding log
> 
> 
>   owner = params.hbase_user,
>   group = params.user_group,
> 04:33:56,101 - Directory['/tmp'] {'owner': 'hbase', 'group': 'hadoop', 
> 'mode': 0777, 'recursive': True}
> 2016-01-19 04:33:56,101 - Changing owner for /tmp from 0 to hbase
> 2016-01-19 04:33:56,101 - Changing group for /tmp from 0 to hadoop
> 2016-01-19 04:33:56,102 - Changing permission for /tmp from 1777 to 777
> 2016-01-19 04:33:56,102 - Directory['/tmp'] {'recursive': True, 
> 'cd_access': 'a'}
> 2016-01-19 04:33:56,102 - Execute[('chmod', '1777', u'/tmp')] {'sudo': 
> True}
> 2016-01-19 04:33:56,110 - XmlConfig['hbase-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,126 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hbase-site.xml
> 2016-01-19 04:33:56,127 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hbase-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,174 - XmlConfig['core-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,185 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/core-site.xml
> 2016-01-19 04:33:56,185 - 
> File['/usr/hdp/current/hbase-regionserver/conf/core-site.xml'] {'owner': 
> 'hbase', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': None, 
> 'encoding': 'UTF-8'}
> 2016-01-19 04:33:56,210 - XmlConfig['hdfs-site.xml'] {'owner': 'hbase', 
> 'group': 'hadoop', 'conf_dir': '/usr/hdp/current/hbase-regionserver/conf', 
> 'configuration_attributes': {}, 'configurations': ...}
> 2016-01-19 04:33:56,221 - Generating config: 
> /usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml
> 2016-01-19 04:33:56,222 - 
> File['/usr/hdp/current/hbase-regionserver/conf/hdfs-site.xml'] {'owner': 'hb
> 
> This is the cluster this happened on
>  and ssh key for user root is
> attached



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