Change alluxio-masters.sh error message to STDERR
LuQQiu opened this issue · 0 comments
LuQQiu commented
Prerequisite:
Alluxio code convention: https://docs.alluxio.io/os/user/stable/en/contributor/Code-Conventions.html
Google shell guide: https://google.github.io/styleguide/shellguide.html
echo "Task on '${HOSTLIST[$i]}' fails, exit code: ${ret_code}"
to
echo "Task on '${HOSTLIST[$i]}' fails, exit code: ${ret_code}" >&2