[ https://issues.apache.org/jira/browse/HADOOP-11248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14195269#comment-14195269 ]
Hudson commented on HADOOP-11248: --------------------------------- FAILURE: Integrated in Hadoop-trunk-Commit #6430 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/6430/]) HADOOP-11248. Add hadoop configuration to disable Azure Filesystem metrics collection. Contributed by Shanyu Zhao. (cnauroth: rev 734eeb4f357ad3210355a0d3fdbc80706a770d61) * hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeAzureFileSystem.java * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/metrics/TestNativeAzureFileSystemMetricsSystem.java > Add hadoop configuration to disable Azure Filesystem metrics collection > ----------------------------------------------------------------------- > > Key: HADOOP-11248 > URL: https://issues.apache.org/jira/browse/HADOOP-11248 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 2.4.1, 2.5.1 > Reporter: shanyu zhao > Assignee: shanyu zhao > Fix For: 3.0.0 > > Attachments: HADOOP-11248.1.patch, HADOOP-11248.patch > > > Today whenever Azure filesystem is used, metrics collection is enabled using > class AzureFileSystemMetricsSystem. Metrics being collected includes bytes > transferred and throughput. > In some situation, we do not want to collect metrics for Azure file system. > E.g. for WebHCat server. We need to introduce a new configuration > "fs.azure.skip.metrics" to disable metrics collection. -- This message was sent by Atlassian JIRA (v6.3.4#6332)