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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -