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
Post a Comment