You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Harsh J (JIRA)" <ji...@apache.org> on 2012/05/03 15:28:50 UTC

[jira] [Updated] (BIGTOP-572) Fix HDFS directory values in pseudo-conf hdfs-site.xml for 0.23+ NN/DN/SNN

     [ https://issues.apache.org/jira/browse/BIGTOP-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J updated BIGTOP-572:
---------------------------

    Summary: Fix HDFS directory values in pseudo-conf hdfs-site.xml for 0.23+ NN/DN/SNN  (was: Fix HDFS directory values in pseudo-conf hdfs-site.xml for NN/DN)
    
> Fix HDFS directory values in pseudo-conf hdfs-site.xml for 0.23+ NN/DN/SNN
> --------------------------------------------------------------------------
>
>                 Key: BIGTOP-572
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-572
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 0.4.0
>            Reporter: Harsh J
>            Priority: Minor
>              Labels: HDFS
>         Attachments: BIGTOP-572.patch
>
>
> With base pseudo-distributed config packages installed (Which I HUGELY love! Thank you for making starting with hadoop so easy for beginners!) we get:
> NN log:
> 12/05/03 17:08:40 WARN common.Util: Path /var/lib/hadoop-hdfs/cache/hdfs/dfs/name should be specified as a URI in configuration files. Please update hdfs configuration.
> 12/05/03 17:08:40 WARN common.Util: Path /var/lib/hadoop-hdfs/cache/hdfs/dfs/name should be specified as a URI in configuration files. Please update hdfs configuration.
> DN log:
> 2012-05-03 18:39:01,463 WARN org.apache.hadoop.hdfs.server.common.Util: Path /var/lib/hadoop-hdfs/cache/hdfs/dfs/data should be specified as a URI in configuration files. Please update hdfs configuration.
> SNN log:
> 2012-05-03 18:43:56,624 WARN org.apache.hadoop.hdfs.server.common.Util: Path /var/lib/hadoop-hdfs/cache/hdfs/dfs/namesecondary should be specified as a URI in configuration files. Please update hdfs configuration.
> 2012-05-03 18:43:56,625 WARN org.apache.hadoop.hdfs.server.common.Util: Path /var/lib/hadoop-hdfs/cache/hdfs/dfs/namesecondary should be specified as a URI in configuration files. Please update hdfs configuration.
> We can fix all this up by file:///-prefixing the various HDFS directory properties. Happier admins, lesser confusion.

--
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