Ottomata has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/360367 )

Change subject: Change hive-site.xml group ownership to 'hive'
......................................................................

Change hive-site.xml group ownership to 'hive'

This ensures that the hdfs user can read the hive-site.xml file,
even on the metastore host where permissions are more restrictive.

Change-Id: I6b7fd92a649d47bc3a8fddeb66baf9401ad04e1f
---
M manifests/hive.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/cdh 
refs/changes/67/360367/1

diff --git a/manifests/hive.pp b/manifests/hive.pp
index 26cf942..1f187e9 100644
--- a/manifests/hive.pp
+++ b/manifests/hive.pp
@@ -121,7 +121,7 @@
         content => template($hive_site_template),
         mode    => $hive_site_mode,
         owner   => 'hive',
-        group   => 'hive',
+        group   => 'hdfs',
         require => Package['hive'],
     }
     file { "${config_directory}/hive-log4j.properties":

-- 
To view, visit https://gerrit.wikimedia.org/r/360367
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b7fd92a649d47bc3a8fddeb66baf9401ad04e1f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/cdh
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to