This is an automated email from the ASF dual-hosted git repository. hexiaoqiao pushed a commit to branch branch-3.2.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit c68c06265423d3e30b80559508b5949959800860 Author: Akira Ajisaka <[email protected]> AuthorDate: Tue Nov 10 13:58:27 2020 +0900 HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433) Reviewed-by: Ayush Saxena <[email protected]> (cherry picked from commit 34e2abd811b271708c82bf4d5bedfc9d721366bf) --- dev-support/bin/hadoop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/bin/hadoop.sh b/dev-support/bin/hadoop.sh index 88b6005..3343014 100755 --- a/dev-support/bin/hadoop.sh +++ b/dev-support/bin/hadoop.sh @@ -30,7 +30,7 @@ function personality_globals #shellcheck disable=SC2034 PATCH_BRANCH_DEFAULT=trunk #shellcheck disable=SC2034 - PATCH_NAMING_RULE="https://wiki.apache.org/hadoop/HowToContribute" + PATCH_NAMING_RULE="https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute" #shellcheck disable=SC2034 JIRA_ISSUE_RE='^(HADOOP|YARN|MAPREDUCE|HDFS)-[0-9]+$' #shellcheck disable=SC2034 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
