You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by li...@apache.org on 2018/04/26 08:13:01 UTC

[38/50] [abbrv] incubator-griffin git commit: hive metastore version set to 2.2.0, to fit for the specific hive

hive metastore version set to 2.2.0, to fit for the specific hive


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/ccb91100
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/ccb91100
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/ccb91100

Branch: refs/heads/griffin-0.2.0-incubating-rc4
Commit: ccb911008ce3e6f181e2a5ac4e4e8a3e8715de7e
Parents: 06c7f0e
Author: Lionel Liu <bh...@163.com>
Authored: Tue Apr 24 13:28:50 2018 +0800
Committer: Lionel Liu <bh...@163.com>
Committed: Tue Apr 24 13:28:50 2018 +0800

----------------------------------------------------------------------
 service/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/ccb91100/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index e58e6f8..2fac5f9 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -36,7 +36,7 @@ under the License.
         <java.version>1.8</java.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <hadoop.version>2.7.1</hadoop.version>
-        <hive.version>2.3.3</hive.version>
+        <hive.version>2.2.0</hive.version>
         <scala.version>2.10</scala.version>
         <spring.boot.version>1.5.1.RELEASE</spring.boot.version>
         <confluent.version>3.2.0</confluent.version>