Sha256: 758a652c4d444c61949794c803547ec9ce27b4bf4d5bec3f53abb7d594e40e35
Contents?: true
Size: 318 Bytes
Versions: 16
Compression:
Stored size: 318 Bytes
Contents
#!/usr/bin/env bash # # Despite arguments and deliberation, this IS a necessary script. Azkaban, should you choose to # use it, will fail if (it seems) ANY of its spawned subprocesses fails # hadoop fs -test -e "$@" if [ "$?" != "0" ] ; then # echo "File does not exist, making..." exec hadoop fs -mkdir "$@" fi
Version data entries
16 entries across 16 versions & 2 rubygems