+common-user 

On Mar 7, 2016, at 3:42 PM, Hitesh Shah <hit...@apache.org> wrote:

> 
> On Mar 7, 2016, at 1:50 PM, José Luis Larroque <larroques...@gmail.com> wrote:
> 
>> Hi again guys, i could, finally, find what the issue was!!!
>> 
>> 
> 
>> <property>
>> <name>mapreduce.map.java.opts</name>
>> <value>256</value>
>> </property>
>> 
>> <property>
>> <name>mapreduce.reduce.java.opts</name>
>> <value>256</value>
>> </property>
>> <configuration>
>> 
>> If i suppress the last two properties ( mapreduce.map.java.opts , 
>> mapreduce.reduce.java.opts ), wordcount works!
>> 
> 
> That is because the java opts values are invalid. The value should be 
> -Xmx256m for both values instead of just 256. 
> 
> thanks
> -- Hitesh

Reply via email to