Repository: accumulo Updated Branches: refs/heads/master 7527ce108 -> 0f558bfe8
ACCUMULO-2462 Update message based on ReviewBoard suggestion Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0f558bfe Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0f558bfe Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0f558bfe Branch: refs/heads/master Commit: 0f558bfe8e5af373cfd3786c77b52f591f1de765 Parents: 7527ce1 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Fri Feb 6 12:11:07 2015 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Fri Feb 6 12:11:07 2015 -0500 ---------------------------------------------------------------------- .../main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/0f558bfe/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java b/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java index 37b3962..3915b3f 100644 --- a/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java +++ b/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java @@ -92,7 +92,7 @@ public class PrintInfo implements KeywordExecutable { log.warn("Attempting to find file across filesystems. Consider providing URI instead of path"); fs = hadoopFs.exists(path) ? hadoopFs : localFs; // fall back to local } - System.out.println("Working on: " + path.makeQualified(fs.getUri(), fs.getWorkingDirectory()).toString()); + System.out.println("Reading file: " + path.makeQualified(fs.getUri(), fs.getWorkingDirectory()).toString()); CachableBlockFile.Reader _rdr = new CachableBlockFile.Reader(fs, path, conf, null, null, SiteConfiguration.getInstance(DefaultConfiguration.getInstance()));