Harsh J created BIGTOP-572:
------------------------------
Summary: Fix HDFS directory values in pseudo-conf hdfs-site.xml
for NN/DN
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
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