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

Peter Slawski commented on BIGTOP-1694:
---------------------------------------

They shouldn't be removed. I've added a new line after subscription to 
File["/etc/hadoop-httpfs/conf/httpfs-site.xml"]:

{code}
-      subscribe => [Package["hadoop-httpfs"], 
File["/etc/hadoop-httpfs/conf/httpfs-site.xml"], 
File["/etc/hadoop-httpfs/conf/httpfs-env.sh"], 
File["/etc/hadoop-httpfs/conf/httpfs-signature.secret"]],
+      subscribe => [Package["hadoop-httpfs"], 
File["/etc/hadoop/conf/core-site.xml"], File["/etc/hadoop/conf/hdfs-site.xml"], 
File["/etc/hadoop-httpfs/conf/httpfs-site.xml"],
+        File["/etc/hadoop-httpfs/conf/httpfs-env.sh"], 
File["/etc/hadoop-httpfs/conf/httpfs-signature.secret"]],
{code}

> puppet: Make httpfs subscribe to core-site and hdfs-site
> --------------------------------------------------------
>
>                 Key: BIGTOP-1694
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1694
>             Project: Bigtop
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 0.8.0
>            Reporter: Peter Slawski
>            Assignee: Peter Slawski
>             Fix For: 0.9.0
>
>         Attachments: BIGTOP-1694.1.patch
>
>
> When applying puppet on a cluster, the HttpFS service can be started before 
> core-site.xml template is filled. This results in HttpFS using the default 
> value of fs.defaultFS which is 'file://'. HttpFS will then be using the local 
> file system instead of HDFS. If Hue is installed on the cluster as well, its 
> file browser will show the local file system instead of HDFS.



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

Reply via email to