This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 95091256b0 [chore](deps) update bdbje tp doris bdbje, update libhdfs3
to improve performance (#11497)
95091256b0 is described below
commit 95091256b08947a7f341387f0ccfb7e354b37577
Author: Zhengguo Yang <[email protected]>
AuthorDate: Thu Aug 4 17:10:56 2022 +0800
[chore](deps) update bdbje tp doris bdbje, update libhdfs3 to improve
performance (#11497)
---
fe/fe-core/pom.xml | 2 +-
fe/pom.xml | 4 ++--
thirdparty/CHANGELOG.md | 4 ++++
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index ed5b8438c4..6f3b7744ee 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -183,7 +183,7 @@ under the License.
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.sleepycat</groupId>
+ <groupId>org.apache.doris</groupId>
<artifactId>je</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mortbay.jetty/jetty -->
diff --git a/fe/pom.xml b/fe/pom.xml
index 754a68086a..54de377101 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -181,7 +181,7 @@ under the License.
<java-cup.version>0.11-a-czt02-cdh</java-cup.version>
<javassist.version>3.18.2-GA</javassist.version>
<javax.servlet-api.version>3.0.1</javax.servlet-api.version>
- <je.version>18.3.12</je.version>
+ <je.version>18.3.13-doris-SNAPSHOT</je.version>
<jetty.version>6.1.14</jetty.version>
<jflex.version>1.4.3</jflex.version>
<jmockit.version>1.49</jmockit.version>
@@ -401,7 +401,7 @@ under the License.
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.sleepycat</groupId>
+ <groupId>org.apache.doris</groupId>
<artifactId>je</artifactId>
<version>${je.version}</version>
</dependency>
diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index 5d0c4d754c..44c09c76e5 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -2,6 +2,10 @@
This file contains version of the third-party dependency libraries in the
build-env image. The docker build-env image is apache/doris, and the tag is
`build-env-${version}`
+## v20220812
+
+- Modified: libhdfs3 2.3.1 -> 2.3.2
+
## v20220718
- Modified: brpc 1.0.0 -> 1.1.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]