HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433)

Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Akira Ajisaka 2020-11-10 13:58:27 +09:00 committed by GitHub
parent 9a9ab5b48e
commit 34e2abd811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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