Replies: 2
I was trying to perform a multi-node install with the following settings: http://tinypic.com/view.php?pic=262wdad&s=8#.UvO3M_ldUnR
It installed successfully but see the following errors in the log:
HADOOP-CMD FAILURE: e-client-hs-plugins-2.2.0.2.0.6.0-0009.jar;c:\hdp\hadoop-2.2.0.2.0.6.0-0009\share\hadoop\mapreduce\hadoop-mapreduce-client-jobclient-2.2.0.2.0.6.0-0009-tests.jar;c:\hdp\hadoop-2.2.0.2.0.6.0-0009\share\hadoop\mapreduce\hadoop-mapreduce-client-jobclient-2.2.0.2.0.6.0-0009.jar;c:\hdp\hadoop-2.2.0.2.0.6.0-0009\share\hadoop\mapreduce\hadoop-mapreduce-client-shuffle-2.2.0.2.0.6.0-0009.jar;c:\hdp\hadoop-2.2.0.2.0.6.0-0009\share\hadoop\mapreduce\hadoop-mapreduce-examples-2.2.0.2.0.6.0-0009.jar
STARTUP_MSG: build = git@github.com:hortonworks/hadoop-monarch.git -r b845729d6990bc11889a5bdefaf6d2221ef9e6d1; compiled by ‘jenkins’ on 2013-12-21T02:17Z
STARTUP_MSG: java = 1.6.0_31
************************************************************/
14/02/05 18:04:21 ERROR common.Util: Syntax error in URI c:\hdpdata\hdfs\nn. Please check hdfs configuration.
java.net.URISyntaxException: Illegal character in opaque part at index 2: c:\hdpdata\hdfs\nn
at java.net.URI$Parser.fail(URI.java:2810)
at java.net.URI$Parser.checkChars(URI.java:2983)
at java.net.URI$Parser.parse(URI.java:3020)
at java.net.URI.<init>(URI.java:577)
at org.apache.hadoop.hdfs.server.common.Util.stringAsURI(Util.java:48)
at org.apache.hadoop.hdfs.server.common.Util.stringCollectionAsURIs(Util.java:98)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getStorageDirs(FSNamesystem.java:1119)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getNamespaceDirs(FSNamesystem.java:1074)
at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:813)
at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1213)
at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:1320)
HADOOP-CMD FAILURE: 14/02/05 18:04:21 WARN common.Util: Path c:\hdpdata\hdfs\nn should be specified as a URI in configuration files. Please update hdfs configuration.
14/02/05 18:04:21 ERROR common.Util: Syntax error in URI c:\hdpdata\hdfs\nn. Please check hdfs configuration.
java.net.URISyntaxException: Illegal character in opaque part at index 2: c:\hdpdata\hdfs\nn
at java.net.URI$Parser.fail(URI.java:2810)
at java.net.URI$Parser.checkChars(URI.java:2983)
at java.net.URI$Parser.parse(URI.java:3020)
at java.net.URI.<init>(URI.java:577)
at org.apache.hadoop.hdfs.server.common.Util.stringAsURI(Util.java:48)
at org.apache.hadoop.hdfs.server.common.Util.stringCollectionAsURIs(Util.java:98)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getStorageDirs(FSNamesystem.java:1119)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getNamespaceEditsDirs(FSNamesystem.java:1164)
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getNamespaceEditsDirs(FSNamesystem.java:1133)
at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.