Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Change Alluxio-masters.sh L75 error message to STDERR #599

Closed LuQQiu closed 3 years ago

LuQQiu commented 3 years ago

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

Change https://github.com/Alluxio/alluxio/blob/837a41c68b956ded56ae0fd41f0bf26b52ffbf49/bin/alluxio-masters.sh#L75

    echo "There are task failures, look at ${ALLUXIO_TASK_LOG} for details."

to

    echo "There are task failures, look at ${ALLUXIO_TASK_LOG} for details."" >&2