You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/03/26 01:35:21 UTC

[07/11] git commit: ACCUMULO-2462 Add TODO marker for bcfile.PrintInfo

ACCUMULO-2462 Add TODO marker for bcfile.PrintInfo


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f857e20e
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f857e20e
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f857e20e

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: f857e20e8d92eb8c9a7238704a25ac323a3a0336
Parents: 9678a2c
Author: Josh Elser <el...@apache.org>
Authored: Tue Mar 25 16:24:29 2014 -0700
Committer: Josh Elser <el...@apache.org>
Committed: Tue Mar 25 16:24:29 2014 -0700

----------------------------------------------------------------------
 .../java/org/apache/accumulo/core/file/rfile/bcfile/PrintInfo.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f857e20e/core/src/main/java/org/apache/accumulo/core/file/rfile/bcfile/PrintInfo.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/file/rfile/bcfile/PrintInfo.java b/core/src/main/java/org/apache/accumulo/core/file/rfile/bcfile/PrintInfo.java
index e2c8a6d..f387cc2 100644
--- a/core/src/main/java/org/apache/accumulo/core/file/rfile/bcfile/PrintInfo.java
+++ b/core/src/main/java/org/apache/accumulo/core/file/rfile/bcfile/PrintInfo.java
@@ -57,6 +57,7 @@ public class PrintInfo {
     Configuration conf = new Configuration();
     @SuppressWarnings("deprecation")
     AccumuloConfiguration siteConf = AccumuloConfiguration.getSiteConfiguration();
+    // TODO ACCUMULO-2462 not going to operate as expected with volumes when a path, not URI, is given
     FileSystem hadoopFs = VolumeConfiguration.getDefaultVolume(conf, siteConf).getFileSystem();
     FileSystem localFs = FileSystem.getLocal(conf);
     Path path = new Path(args[0]);