> hduser@rhes564: /usr/lib/apache-tez-0.7.1-bin> hadoop jar
>./tez-examples-0.7.1.jar orderedwordcount /tmp/input/test.txt
>/tmp/out/test.log

Sure, you're missing file:/// - the defaultFS is most like
hdfs://<namenode>:<port>/

The inputs and outputs without a scheme prefix will go the defaultFS
configured in core-site.xml.

Cheers,
Gopal











Reply via email to