VGalaxies commented on code in PR #2419:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2419#discussion_r1455614023


##########
hugegraph-server/hugegraph-test/src/main/resources/hugegraph.properties:
##########
@@ -17,8 +17,9 @@
 
 gremlin.graph=org.apache.hugegraph.HugeFactory
 
-backend=${backend}
-serializer=${serializer}
+backend=hstore
+serializer=binary
+task.scheduler_type=local

Review Comment:
   The ${} here is used to replace variables for testing different backends, 
and no modification is necessary :)
   



##########
pom.xml:
##########
@@ -89,6 +89,7 @@
     </prerequisites>
 
     <properties>
+        <os.detected.classifier>osx-x86_64</os.detected.classifier>

Review Comment:
   good catch~



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to