You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/11/01 12:28:35 UTC

[GitHub] [incubator-hugegraph-toolchain] javeme commented on a diff in pull request #347: feat(hbase): bypass server for hbase writing (BETA)

javeme commented on code in PR #347:
URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/347#discussion_r1010369861


##########
hugegraph-client/pom.xml:
##########
@@ -38,7 +38,16 @@
             <artifactId>hugegraph-common</artifactId>
             <version>${hugegraph.common.version}</version>
         </dependency>
-
+        <dependency>
+            <groupId>org.lz4</groupId>
+            <artifactId>lz4-java</artifactId>
+            <version>1.4.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.hbase</groupId>

Review Comment:
   prefer to don't depend on hbase client in hugegraph-client, becaust it may import a large number of other dependent libraries.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org