Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2875#discussion_r230626228
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java ---
    @@ -722,17 +723,19 @@ private void loadProperties() {
           }
         } catch (FileNotFoundException e) {
           LOGGER.error(
    -          "The file: " + CarbonCommonConstants.CARBON_PROPERTIES_FILE_PATH 
+ " does not exist");
    +          "The file: " + 
CarbonCommonConstants.CARBON_PROPERTIES_FILE_PATH_DEFAULT
    +              + " does not exist");
         } catch (IOException e) {
           LOGGER.error(
    -          "Error while reading the file: " + 
CarbonCommonConstants.CARBON_PROPERTIES_FILE_PATH);
    +          "Error while reading the file: "
    +              + CarbonCommonConstants.CARBON_PROPERTIES_FILE_PATH_DEFAULT);
    --- End diff --
    
    OK,done


---

Reply via email to