You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/12/04 23:51:45 UTC

[2/2] hbase git commit: HBASE-18942 hbase-hadoop2-compat module ignores hadoop-3 profile

HBASE-18942 hbase-hadoop2-compat module ignores hadoop-3 profile

Signed-off-by: Andrew Purtell <ap...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6d69fd9c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6d69fd9c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6d69fd9c

Branch: refs/heads/master
Commit: 6d69fd9c7871ffc3878eefa307da0e49bb7205f5
Parents: 4c567b3
Author: Apekshit Sharma <ap...@apache.org>
Authored: Mon Dec 4 14:57:16 2017 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Dec 4 15:47:54 2017 -0800

----------------------------------------------------------------------
 hbase-hadoop2-compat/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6d69fd9c/hbase-hadoop2-compat/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml
index 1a13979..6cc152f 100644
--- a/hbase-hadoop2-compat/pom.xml
+++ b/hbase-hadoop2-compat/pom.xml
@@ -158,7 +158,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-core</artifactId>
-      <version>${hadoop-two.version}</version>
+      <version>${hadoop.version}</version>
       <exclusions>
         <exclusion>
           <groupId>com.google.guava</groupId>
@@ -169,7 +169,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>${hadoop-two.version}</version>
+      <version>${hadoop.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.htrace</groupId>