Ramya Sunil created AMBARI-457:
----------------------------------
Summary: Create template for SNN checkpoint dir
Key: AMBARI-457
URL: https://issues.apache.org/jira/browse/AMBARI-457
Project: Ambari
Issue Type: Bug
Affects Versions: ambari-186
Reporter: Ramya Sunil
Assignee: Ramya Sunil
>From Suresh:
Currently these directories are not configured. Here is what is in
core-default.xml:
<property>
<name>fs.checkpoint.dir</name>
<value>${hadoop.tmp.dir}/dfs/namesecondary</value>
<description>Determines where on the local filesystem the DFS secondary
name node should store the temporary images to merge.
If this is a comma-delimited list of directories then the image is
replicated in all of the directories for redundancy.
</description>
</property>
<property>
<name>fs.checkpoint.edits.dir</name>
<value>${fs.checkpoint.dir}</value>
<description>Determines where on the local filesystem the DFS secondary
name node should store the temporary edits to merge.
If this is a comma-delimited list of directoires then teh edits is
replicated in all of the directoires for redundancy.
Default value is same as fs.checkpoint.dir
</description>
</property>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira