diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-12 14:00:53 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-15 11:46:50 +0200 |
commit | 6406d19ed660371107aec3317856a492f6e22d0f (patch) | |
tree | 416ad3a734643ebd11f14266c7eaf7d79e20f29e /src/main/resources/etc/appprops/janusgraph-realtime.properties | |
parent | 023e0b5018247f02e05dbed3f91c495161fde814 (diff) |
Update aai-common to 1.14.0 in graphadmin1.14.0
- update aai-common to 1.14.0 which contains Janusgraph update to 0.3.3
- introduce -v parameter to the datasnapshot scripts to specify graphson version
Issue-ID: AAI-3871
Change-Id: I4efac6b8ef6cf6f5b264677c5a85e38cd226a194
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/main/resources/etc/appprops/janusgraph-realtime.properties')
-rw-r--r-- | src/main/resources/etc/appprops/janusgraph-realtime.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/etc/appprops/janusgraph-realtime.properties b/src/main/resources/etc/appprops/janusgraph-realtime.properties index 3a7df75..22ce38e 100644 --- a/src/main/resources/etc/appprops/janusgraph-realtime.properties +++ b/src/main/resources/etc/appprops/janusgraph-realtime.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # org.onap.aai # ================================================================================ -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright � 2017 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ storage.hostname=localhost #schema.default=none storage.lock.wait-time=300 storage.hbase.table=aaigraph-dev1.dev -storage.hbase.ext.zookeeper.znode.parent=/hbase-unsecure +# storage.hbase.ext.zookeeper.znode.parent=/hbase-unsecure # Setting db-cache to false ensure the fastest propagation of changes across servers cache.db-cache = false |