[GitHub] [hadoop-ozone] adoroszlai commented on a change in pull request #1369: HDDS-4104. Provide a way to get the default value and key of java-based-configuration easily

2020-09-03 Thread GitBox
adoroszlai commented on a change in pull request #1369: URL: https://github.com/apache/hadoop-ozone/pull/1369#discussion_r482920233 ## File path: hadoop-hdds/config/src/main/java/org/apache/hadoop/hdds/conf/ConfigurationReflectionUtil.java ## @@ -240,4 +242,49 @@ private

[GitHub] [hadoop-ozone] adoroszlai commented on a change in pull request #1369: HDDS-4104. Provide a way to get the default value and key of java-based-configuration easily

2020-09-02 Thread GitBox
adoroszlai commented on a change in pull request #1369: URL: https://github.com/apache/hadoop-ozone/pull/1369#discussion_r482225821 ## File path: hadoop-ozone/dev-support/intellij/ozone-site.xml ## @@ -59,12 +59,12 @@ hdds.prometheus.endpoint.enabled true - -

[GitHub] [hadoop-ozone] adoroszlai commented on a change in pull request #1369: HDDS-4104. Provide a way to get the default value and key of java-based-configuration easily

2020-09-01 Thread GitBox
adoroszlai commented on a change in pull request #1369: URL: https://github.com/apache/hadoop-ozone/pull/1369#discussion_r480984328 ## File path: hadoop-hdds/config/src/test/java/org/apache/hadoop/hdds/conf/TestConfigurationReflectionUtil.java ## @@ -0,0 +1,71 @@ +/** + *