You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2020/03/26 23:38:34 UTC

[hbase] branch HBASE-24049-packaging-integration-hadoop-2.10.0 created (now 5fde939)

This is an automated email from the ASF dual-hosted git repository.

ndimiduk pushed a change to branch HBASE-24049-packaging-integration-hadoop-2.10.0
in repository https://gitbox.apache.org/repos/asf/hbase.git.


      at 5fde939  HBASE-24049 use hadoop-2.10.0 for "packaging and integration" check

This branch includes the following new commits:

     new 5fde939  HBASE-24049 use hadoop-2.10.0 for "packaging and integration" check

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[hbase] 01/01: HBASE-24049 use hadoop-2.10.0 for "packaging and integration" check

Posted by nd...@apache.org.
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 <nd...@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 :(