From a407da0ecf4792df78c0d5d14982c54cb6892158 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Wed, 2 Nov 2011 12:04:52 -0700 Subject: [PATCH] hadoop: remove statistics initialization This is already handled by super.initialize() Signed-off-by: Noah Watkins --- src/client/hadoop/ceph/CephFileSystem.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/hadoop/ceph/CephFileSystem.java b/src/client/hadoop/ceph/CephFileSystem.java index d0ce44119a951..e6af246c308ab 100644 --- a/src/client/hadoop/ceph/CephFileSystem.java +++ b/src/client/hadoop/ceph/CephFileSystem.java @@ -115,7 +115,6 @@ public class CephFileSystem extends FileSystem { super.initialize(uri, conf); setConf(conf); this.uri = URI.create(uri.getScheme() + "://" + uri.getAuthority()); - statistics = getStatistics(uri.getScheme(), getClass()); if (ceph == null) { ceph = new CephTalker(conf, LOG); } -- 2.39.5