You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2022/07/21 04:17:35 UTC

[atlas] branch master updated: ATLAS-3422: fixed Atlas startup failure due to recently added configurations storage.username and storage.password - #2

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 2949b1162 ATLAS-3422: fixed Atlas startup failure due to recently added configurations storage.username and storage.password - #2
2949b1162 is described below

commit 2949b11627bc42dd32dc08737a970c31f0070c33
Author: Madhan Neethiraj <ma...@apache.org>
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
---
 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 e96f58a8d..c92c619c9 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=v2
\ No newline at end of file
+#atlas.ui.default.version=v2