2867021781 commented on issue #1925:
URL: 
https://github.com/apache/incubator-hugegraph/issues/1925#issuecomment-1184086255

   > @2867021781 HBase 正常,可否分享一下 `rest-server.properties` 的配置?
   
   > @2867021781 HBase 正常,可否分享一下 `rest-server.properties` 的配置?
   `# bind url
   restserver.url=http://172.30.15.101:8081
   # gremlin server url, need to be consistent with host and port in 
gremlin-server.yaml
   gremlinserver.url=http://172.30.15.101:8182
   
   graphs=./conf/graphs
   
   # The maximum thread ratio for batch writing, only take effect if the 
batch.max_write_threads is 0
   batch.max_write_ratio=80
   batch.max_write_threads=0
   
   # authentication configs
   # choose 'com.baidu.hugegraph.auth.StandardAuthenticator' or 
'com.baidu.hugegraph.auth.ConfigAuthenticator'
   #auth.authenticator=
   
   # for StandardAuthenticator mode
   #auth.graph_store=hugegraph
   # auth client config
   #auth.remote_url=127.0.0.1:8899,127.0.0.1:8898,127.0.0.1:8897
   
   # for ConfigAuthenticator mode
   #auth.admin_token=
   #auth.user_tokens=[]
   
   # rpc group configs of multi graph servers
   # rpc server configs
   rpc.server_host=172.30.15.101
   rpc.server_port=8090
   #rpc.server_timeout=30
   
   # rpc client configs (like enable to keep cache consistency)
   rpc.remote_url=172.30.15.101:8090,172.30.15.102:8090,172.30.15.103:8090
   #rpc.client_connect_timeout=20
   #rpc.client_reconnect_period=10
   #rpc.client_read_timeout=40
   #rpc.client_retries=3
   #rpc.client_load_balancer=consistentHash
   
   # lightweight load balancing (beta)
   server.id=server-1
   server.role=master`
   


-- 
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: dev-unsubscr...@hugegraph.apache.org

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

Reply via email to