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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -