You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Jens Scheidtmann <je...@gmail.com> on 2013/03/19 20:23:38 UTC

Re: 2.0.3-alpha in pseudodristributed mode: How to force examples to run on yarn? (SOLVED)

Ok, got it:

http://hadoop.apache.org/docs/r2.0.3-alpha/hadoop-project-dist/hadoop-common/SingleCluster.html

didn't tell to set

<property>
  <name>mapreduce.framework.name</name>
  <value>yarn</value>
</property>

This does the trick.

Jens