bash - hadoop command stop working when used in shell script -


i have used -mv (move) command in shell script. running when tested. after runs fails results in script failure.

why happen? i'm not getting answer it.

hadoop fs -mv /user/abc/"$current_date" /user/xyz/itr2run"$run_index" 

using bourne shell run script #!/bin/sh.


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

javascript - Why Selenium can't find an element that is graphically visible -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -