This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 19a09f72e ATLAS-3422: fixed Atlas startup failure due to recently
added configurations storage.username and storage.password - #2
19a09f72e is described below
commit 19a09f72e60f08dce48e32bc796aaef58420554d
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Wed Jul 20 21:12:24 2022 -0700
ATLAS-3422: fixed Atlas startup failure due to recently added
configurations storage.username and storage.password - #2
(cherry picked from commit 2949b11627bc42dd32dc08737a970c31f0070c33)
---
distro/src/conf/atlas-application.properties | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/distro/src/conf/atlas-application.properties
b/distro/src/conf/atlas-application.properties
index 79c1273d7..abb52d329 100755
--- a/distro/src/conf/atlas-application.properties
+++ b/distro/src/conf/atlas-application.properties
@@ -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=v1
\ No newline at end of file
+atlas.ui.default.version=v1