This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/master by this push:
new 680a230 YETUS-795. Add SUBMARINE subproject to the Hadoop personality
680a230 is described below
commit 680a23051d57526a994d55dd9a748e1e224503eb
Author: Sunil G <[email protected]>
AuthorDate: Fri Feb 15 12:30:42 2019 +0530
YETUS-795. Add SUBMARINE subproject to the Hadoop personality
Signed-off-by: Akira Ajisaka <[email protected]>
---
precommit/src/main/shell/personality/hadoop.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/precommit/src/main/shell/personality/hadoop.sh
b/precommit/src/main/shell/personality/hadoop.sh
index 8cbf8cc..7c8b530 100755
--- a/precommit/src/main/shell/personality/hadoop.sh
+++ b/precommit/src/main/shell/personality/hadoop.sh
@@ -33,7 +33,7 @@ function personality_globals
#shellcheck disable=SC2034
PATCH_NAMING_RULE="https://wiki.apache.org/hadoop/HowToContribute"
#shellcheck disable=SC2034
- JIRA_ISSUE_RE='^(HADOOP|YARN|MAPREDUCE|HDFS|HDDS)-[0-9]+$'
+ JIRA_ISSUE_RE='^(HADOOP|YARN|MAPREDUCE|HDFS|HDDS|SUBMARINE)-[0-9]+$'
#shellcheck disable=SC2034
GITHUB_REPO_DEFAULT="apache/hadoop"
#shellcheck disable=SC2034