smengcl commented on a change in pull request #1667:
URL: https://github.com/apache/ozone/pull/1667#discussion_r541713272



##########
File path: 
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/DBConfigFromFile.java
##########
@@ -65,7 +65,7 @@ public static File getConfigLocation() throws IOException {
 
     if (StringUtil.isBlank(path)) {
       LOG.debug("Unable to find the configuration directory. "
-          + "Please make sure that HADOOP_CONF_DIR is setup correctly.");
+          + "Please make sure that " + CONFIG_DIR + " is setup correctly.");

Review comment:
       Should be `OZONE_CONFIG_DIR`?




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

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