While Running the terasort
application by modifying the parameters I'm getting the following Error.
15/05/24 21:41:42 ERROR terasort.TeraSort: Input path does not exist: maprfs:/user/user01/–DXmx1024m
Command I'm running for executing the jog
$ hadoop jar /opt/mapr/hadoop/hadoop-0.20.2/hadoop-0.20.2-dev-\
examples.jar terasort –DXmx1024m –Dmapred.reduce.tasks=2 \
-Dio.sort.mb=1 /user/user01/6/TERA_IN /user/user01/6/TERA_OUT_2
If I remove these Parameters –DXmx1024m –Dmapred.reduce.tasks=2 -Dio.sort.mb=1
then everything is working fine.
I think i'm facing the below bug which is posted on jira but its for windows https://issues.apache.org/jira/browse/HADOOP-8536