HADOOP-18789. Remove ozone from hadoop dev support. (#5800). Contributed by Xiaoqiao He.

Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
Reviewed-by: Shilun Fan <slfan1989@apache.org>
This commit is contained in:
Hexiaoqiao 2023-07-02 15:23:32 +08:00 committed by GitHub
parent 8fb611c1f7
commit 59a7836d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -68,8 +68,8 @@ The script also requires below inputs:
Exact fixVersion that we would like to compare all Jira's fixVersions Exact fixVersion that we would like to compare all Jira's fixVersions
with. e.g for 3.3.2 release, it should be 3.3.2. with. e.g for 3.3.2 release, it should be 3.3.2.
3. JIRA Project Name: 3. JIRA Project Name (default Project Name: HADOOP):
The exact name of Project as case-sensitive e.g HADOOP / OZONE The exact name of Project as case-sensitive.
4. Path of project's working dir with release branch checked-in: 4. Path of project's working dir with release branch checked-in:
Path of project from where we want to compare git hashes from. Local fork Path of project from where we want to compare git hashes from. Local fork
@ -84,7 +84,7 @@ The script also requires below inputs:
Example of script execution: Example of script execution:
``` ```
JIRA Project Name (e.g HADOOP / OZONE etc): HADOOP JIRA Project Name (default: HADOOP): HADOOP
First commit hash to start excluding commits from history: fa4915fdbbbec434ab41786cb17b82938a613f16 First commit hash to start excluding commits from history: fa4915fdbbbec434ab41786cb17b82938a613f16
Fix Version: 3.3.2 Fix Version: 3.3.2
Jira server url (default: https://issues.apache.org/jira): Jira server url (default: https://issues.apache.org/jira):

View File

@ -30,7 +30,7 @@
from jira import JIRA from jira import JIRA
jira_project_name = input("JIRA Project Name (e.g HADOOP / OZONE etc): ") \ jira_project_name = input("JIRA Project Name (default: HADOOP): ") \
or "HADOOP" or "HADOOP"
# Define project_jira_keys with - appended. e.g for HADOOP Jiras, # Define project_jira_keys with - appended. e.g for HADOOP Jiras,
# project_jira_keys should include HADOOP-, HDFS-, YARN-, MAPREDUCE- # project_jira_keys should include HADOOP-, HDFS-, YARN-, MAPREDUCE-