hadoop - Runing map reduce job by unix -


i need run bellow map reduce command unix shell script.

mr_command="streamsonly_rm.jar -conf streamsonly_rm.xml \"$input_dir1/*/$ippattern1\" $temp_output $output_dir" 

a echo command results following.

echo "hadoop jar $mr_command"  hadoop jar streamsonly_rm.jar -conf streamsonly_rm.xml "streams0//{20130518,20130517}/*/part*" /temp/ /output 

when fire command working fine in unix script

hadoop jar $mr_command 

gives exception java.uri.net exception invalid path exception streams0//20130518//part%22


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -