wanwancloud commented on issue #2787:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2787#issuecomment-2952351334

   [root@localhost conf]# cat graphs/hugegraph.properties 
   # gremlin entrance to create graph
   # auth config: org.apache.hugegraph.auth.HugeFactoryAuthProxy
   gremlin.graph=org.apache.hugegraph.HugeFactory
   
   # cache config
   #schema.cache_capacity=100000
   # vertex-cache default is 1000w, 10min expired
   vertex.cache_type=l2
   #vertex.cache_capacity=10000000
   #vertex.cache_expire=600
   # edge-cache default is 100w, 10min expired
   edge.cache_type=l2
   #edge.cache_capacity=1000000
   #edge.cache_expire=600
   
   
   # schema illegal name template
   #schema.illegal_name_regex=\s+|~.*
   
   #vertex.default_label=vertex
   
   backend=rocksdb
   serializer=binary
   
   store=hugegraph
   
   # pd config
   #pd.peers=127.0.0.1:8686
   
   # task config
   task.scheduler_type=local
   task.schedule_period=10
   task.retry=0
   task.wait_timeout=10
   
   # search config
   search.text_analyzer=jieba
   search.text_analyzer_mode=INDEX
   
   # rocksdb backend config
   rocksdb.data_path=./data
   rocksdb.wal_path=./wal
   
   
   # cassandra backend config
   cassandra.host=localhost
   cassandra.port=9042
   cassandra.username=
   cassandra.password=
   #cassandra.connect_timeout=5
   #cassandra.read_timeout=20
   #cassandra.keyspace.strategy=SimpleStrategy
   #cassandra.keyspace.replication=3
   
   # hbase backend config
   #hbase.hosts=localhost
   #hbase.port=2181
   #hbase.znode_parent=/hbase
   #hbase.threads_max=64
   # IMPORTANT: recommend to modify the HBase partition number
   #            by the actual/env data amount & RS amount before init store
   #            It will influence the load speed a lot
   #hbase.enable_partition=true
   #hbase.vertex_partitions=10
   #hbase.edge_partitions=30
   
   # mysql backend config
   #jdbc.driver=com.mysql.jdbc.Driver
   #jdbc.url=jdbc:mysql://127.0.0.1:3306
   #jdbc.username=root
   #jdbc.password=
   #jdbc.reconnect_max_times=3
   #jdbc.reconnect_interval=3
   #jdbc.ssl_mode=false
   
   # postgresql & cockroachdb backend config
   #jdbc.driver=org.postgresql.Driver
   #jdbc.url=jdbc:postgresql://localhost:5432/
   #jdbc.username=postgres
   #jdbc.password=
   #jdbc.postgresql.connect_database=template1
   
   # palo backend config
   #palo.host=127.0.0.1
   #palo.poll_interval=10
   #palo.temp_dir=./palo-data
   #palo.file_limit_size=32
   
   # WARNING: These raft configurations are deprecated, please use the latest 
version instead.
   raft.mode=true
   raft.safe_read=true
   raft.endpoint=192.168.230.128:8091
   
raft.group_peers=192.168.230.128:8091,192.168.230.129:8091,192.168.230.130:8091
   raft.election_timeout_ms=60000
   raft.rpc_connect_timeout_ms=60000
   raft.rpc_timeout_ms=60000
   


-- 
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