Sha256: 04e49d0dc6de2abbcbaaf3f2c565ab980fcbdb50cfa70ecf881c8db3e7b84a0c
Contents?: true
Size: 206 Bytes
Versions: 4
Compression:
Stored size: 206 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...." hadoop dfs -$action "$@"
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
mrflip-wukong-0.1.0 | bin/hdp-rm |
wukong-1.4.0 | bin/hdp-rm |
wukong-0.1.4 | bin/hdp-rm |
wukong-0.1.1 | bin/hdp-rm |