You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/12/12 18:30:50 UTC

[GitHub] [ozone] smengcl commented on a change in pull request #1667: HDDS-4525. Replace Hadoop variables and functions in Ozone shell scripts with Ozone-specific ones

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org