You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bh...@apache.org on 2019/06/18 18:13:21 UTC

[hadoop] branch trunk updated: HDDS-1699. Update RocksDB version to 6.0.1 (#980)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 71edfce  HDDS-1699. Update RocksDB version to 6.0.1 (#980)
71edfce is described below

commit 71edfce187e78d63f2ee623fda1d77d1f3b1a7a6
Author: avijayanhwx <14...@users.noreply.github.com>
AuthorDate: Tue Jun 18 11:13:13 2019 -0700

    HDDS-1699. Update RocksDB version to 6.0.1 (#980)
---
 hadoop-hdds/common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdds/common/pom.xml b/hadoop-hdds/common/pom.xml
index 31a7311..85cdbdf 100644
--- a/hadoop-hdds/common/pom.xml
+++ b/hadoop-hdds/common/pom.xml
@@ -88,7 +88,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <dependency>
       <groupId>org.rocksdb</groupId>
       <artifactId>rocksdbjni</artifactId>
-      <version>5.14.2</version>
+      <version>6.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org