English 中文(简体)
Mkdirs没有制造 had。
原标题:Mkdirs failed to create hadoop.tmp.dir

我已从Apache Hadoop0.2升至最稳定的释放;0.20.203。 在这样做的同时,我还适当更新了所有组合文件。 然而,在试图通过联合调查组的档案从事一项工作时,我遇到了以下错误:

$ hadoop jar myjar.jar
$ Mkdirs failed to create /mnt/mydisk/hadoop/tmp

www.un.org/chinese/ga/president 如核心站点所述:

..
<property>
  <name>hadoop.tmp.dir</name>
  <value>/mnt/mydisk/hadoop/tmp</value>
</property>
..

我已经检查了该名录的存在,对用户的许可是正确的。 我也试图删除该名录,以便Hadoop本身能够制作该目录。 但这无助于。

用0.20.2版的原样子执行Hadoop工作。 然而,在更新后,一些事情被打破。 谁能帮助我追踪问题?

问题回答

暂无回答




相关问题
Hadoop - namenode is not starting up

I am trying to run hadoop as a root user, i executed namenode format command hadoop namenode -format when the Hadoop file system is running. After this, when i try to start the name node server, it ...

What default reducers are available in Elastic MapReduce?

I hope I m asking this in the right way. I m learning my way around Elastic MapReduce and I ve seen numerous references to the "Aggregate" reducer that can be used with "Streaming" job flows. In ...

Establishing Eclipse project environment for HadoopDB

I have checked-out a project from SourceForge named HadoopDB. It uses some class in another project named Hive. I have used Eclipse Java build path setting to link source to the Hive project root ...

Hadoop: intervals and JOIN

I m very new to Hadoop and I m currently trying to join two sources of data where the key is an interval (say [date-begin/date-end]). For example: input1: 20091001-20091002 A 20091011-20091104 ...

hadoop- determine if a file is being written to

Is there a way to determine if a file in hadoop is being written to? eg- I have a process that puts logs into hdfs. I have another process that monitors for the existence of new logs in hdfs, but I ...

Building Apache Hive - impossible to resolve dependencies

I am trying out the Apache Hive as per http://wiki.apache.org/hadoop/Hive/GettingStarted and am getting this error from Ivy: Downloaded file size doesn t match expected Content Length for http://...

热门标签