ATLAS-3422: fixed Atlas startup failure due to recently added configurations storage.username and storage.password - #2

This commit is contained in:
Madhan Neethiraj 2022-07-20 21:12:24 -07:00
parent e156bb5675
commit 2949b11627
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@
# See the configuration documentation for more information about configuring the various storage backends.
#
atlas.graph.storage.backend=${graph.storage.backend}
atlas.graph.storage.username=
atlas.graph.storage.password=
atlas.graph.storage.hbase.table=apache_atlas_janus
# atlas.graph.storage.username=
# atlas.graph.storage.password=
${graph.storage.properties}
@ -277,4 +277,4 @@ atlas.search.gremlin.enable=false
######### UI Configuration ########
#atlas.ui.default.version=v2
#atlas.ui.default.version=v2