junegunn commented on code in PR #7108: URL: https://github.com/apache/hbase/pull/7108#discussion_r2153477206
########## conf/hadoop-metrics2-hbase.properties: ########## @@ -14,31 +14,38 @@ # See the License for the specific language governing permissions and # limitations under the License. -# syntax: [prefix].[source|sink].[instance].[options] -# See javadoc of package-info.java for org.apache.hadoop.metrics2 for details +## syntax: [prefix].[source|sink].[instance].[options] +## See javadoc of package-info.java for org.apache.hadoop.metrics2 for details -*.sink.file*.class=org.apache.hadoop.metrics2.sink.FileSink -# default sampling period +## Default sampling period, in seconds Review Comment: Used double `#` to distinguish actual comments from commented-out configuration lines. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
