You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/07/28 13:05:25 UTC

[incubator-iotdb] 01/06: remove jol-core dependency which is introduced by hive-serde 2.8.4

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

hxd pushed a commit to branch cherry-from-0.10.1
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit f0a9f11bd07b8697af2a37e426d405090e50056e
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Jul 28 10:18:57 2020 +0800

    remove jol-core dependency which is introduced by hive-serde 2.8.4
---
 RELEASE_NOTES.md       |  2 ++
 hive-connector/pom.xml | 11 ++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6c10818..be4684d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -40,6 +40,8 @@
 * fix doc of MeasurementSchema in Tablet 
 * [IOTDB-811] fix upgrading mlog many times when upgrading system.properties crashed
 * Improve IoTDB restart process
+* remove jol-core dependency which is introduced by hive-serde 2.8.4
+
 
 # Apache IoTDB (incubating) 0.10.0
 
diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index a1023b1..401f60c 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.10.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hive-connector</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.2-SNAPSHOT</version>
     <packaging>jar</packaging>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -38,13 +38,13 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>hadoop-tsfile</artifactId>
-            <version>0.11.0-SNAPSHOT</version>
+            <version>0.10.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.hive</groupId>
             <artifactId>hive-serde</artifactId>
             <exclusions>
-                <!-- hive-serde 2.8.4 uses orc-core 1.3.2, 
+                <!-- hive-serde 2.8.4 uses orc-core 1.3.2,
                 which is under incompatible license. So, exclude it.-->
                 <exclusion>
                     <groupId>org.apache.orc</groupId>
@@ -58,6 +58,7 @@
             <artifactId>orc-core</artifactId>
             <version>1.6.0</version>
         </dependency>
+        </dependency>
         <dependency>
             <groupId>org.apache.hive</groupId>
             <artifactId>hive-exec</artifactId>
@@ -142,7 +143,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>${maven.assembly.version}</version>
+                <version>3.1.0</version>
                 <configuration>
                     <descriptorRefs>
                         <descriptorRef>jar-with-dependencies</descriptorRef>