You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Ramya Sunil (JIRA)" <ji...@apache.org> on 2012/05/30 19:29:23 UTC

[jira] [Created] (AMBARI-457) Create template for SNN checkpoint dir

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

        

[jira] [Updated] (AMBARI-457) Create template for SNN checkpoint dir

Posted by "Ramya Sunil (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramya Sunil updated AMBARI-457:
-------------------------------

    Attachment: AMBARI-457.patch
    
> 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
>         Attachments: AMBARI-457.patch
>
>
> 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

        

[jira] [Resolved] (AMBARI-457) Create template for SNN checkpoint dir

Posted by "Vikram Dixit K (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikram Dixit K resolved AMBARI-457.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: ambari-186

Committed. Thanks Ramya!
                
> 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
>             Fix For: ambari-186
>
>         Attachments: AMBARI-457.patch
>
>
> 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

        

[jira] [Updated] (AMBARI-457) Create template for SNN checkpoint dir

Posted by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated AMBARI-457:
-------------------------------------------

    Fix Version/s:     (was: ambari-186)
                   0.9.0
    
> 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
>             Fix For: 0.9.0
>
>         Attachments: AMBARI-457.patch
>
>
> 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

        

[jira] [Updated] (AMBARI-457) Create template for SNN checkpoint dir

Posted by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated AMBARI-457:
-------------------------------------------

    Affects Version/s:     (was: ambari-186)
                       0.9.0
    
> 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: 0.9.0
>            Reporter: Ramya Sunil
>            Assignee: Ramya Sunil
>             Fix For: 0.9.0
>
>         Attachments: AMBARI-457.patch
>
>
> 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