You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/03/29 06:14:29 UTC

[flume] branch trunk updated: FLUME-3411 - Upgrade Hive to 1.2.2

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

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dfbdb68  FLUME-3411 - Upgrade Hive to 1.2.2
dfbdb68 is described below

commit dfbdb688f23cb81a2f8f51910a390b8ee6b28ec0
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Mon Mar 28 23:10:10 2022 -0700

    FLUME-3411 - Upgrade Hive to 1.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 84dcb22..a41dd61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@ limitations under the License.
     <hadoop.version>2.10.1</hadoop.version>
     <hbase.version>1.7.1</hbase.version>
     <hbase2.version>2.4.11</hbase2.version>
-    <hive.version>1.0.0</hive.version>
+    <hive.version>1.2.2</hive.version>
     <httpcore.version>4.4.15</httpcore.version>
     <httpclient.version>4.5.13</httpclient.version>
     <irclib.version>1.10</irclib.version>