mapreduce - java.io.IOException: error=2, No such file or directory eroor in Hadoop streaming -


please "-file" option issue of hadoop streaming (mentioned in link below). update, know jar there, trying after tried hadoop-streaming different class file failed, identify if there wrong class file or way using it. if need stderr file please let me know.

problem hadoop streaming -file option java class files.

you can't use -file send on jars hadoop doesn't support multiple jars (that not in classpath), check streaming docs:

at least late version 0.14, hadoop not support multiple jar files. so, when specifying own custom classes have pack them along streaming jar , use custom jar instead of default hadoop streaming jar.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -