Sha256: 7cf21ce7a057816ee4c59dec79cbea7bfae72d6379a6b35578e8fc564664f4f2
Contents?: true
Size: 211 Bytes
Versions: 7
Compression:
Stored size: 211 Bytes
Contents
#!/usr/bin/env bash if [ "$1" == "-r" ] ; then shift action=rmr else action=rm fi echo hadoop dfs -$action "$@" # read -p "Hit ctrl-C to abort or enter to do this...." exec hadoop dfs -$action "$@"
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
wukong-1.4.10 | bin/hdp-rm |
wukong-1.4.9 | bin/hdp-rm |
wukong-1.4.7 | bin/hdp-rm |
wukong-1.4.6 | bin/hdp-rm |
wukong-1.4.5 | bin/hdp-rm |
wukong-1.4.2 | bin/hdp-rm |
wukong-1.4.1 | bin/hdp-rm |