This is an automated email from the ASF dual-hosted git repository. ndimiduk pushed a commit to branch HBASE-24049-packaging-integration-hadoop-2.10.0 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 5fde93922eb40a7740b370c6bbf6ef545690ca60 Author: Nick Dimiduk <ndimi...@apache.org> AuthorDate: Thu Mar 26 16:35:28 2020 -0700 HBASE-24049 use hadoop-2.10.0 for "packaging and integration" check --- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 4f8b5c8..7ec8591 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -121,7 +121,7 @@ pipeline { } stage ('hadoop 2 cache') { environment { - HADOOP2_VERSION="2.8.5" + HADOOP2_VERSION="2.10.0" } steps { // directory must be unique for each parallel stage, because jenkins runs them in the same workspace :(