Skip to content

Commit

Permalink
HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433)
Browse files Browse the repository at this point in the history
Reviewed-by: Ayush Saxena <[email protected]>
(cherry picked from commit 34e2abd)
  • Loading branch information
aajisaka committed Nov 10, 2020
1 parent b807fa2 commit 9cffa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/bin/hadoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cffa8c

Please sign in to comment.