[
https://issues.apache.org/jira/browse/ACCUMULO-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947325#comment-13947325
]
Josh Elser commented on ACCUMULO-2462:
--------------------------------------
I had originally only intended this for the
org.apache.accumulo.core.file.rfile.PrintInfo, but the
org.apache.accumulo.core.file.rfile.bcfile.PrintInfo is also subject to the
same limitation.
> PrintInfo limitations
> ----------------------
>
> Key: ACCUMULO-2462
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2462
> Project: Accumulo
> Issue Type: Improvement
> Components: client
> Reporter: Josh Elser
> Fix For: 1.6.1
>
>
> PrintInfo doesn't have access to the VolumeManager due to it being in core,
> and the latter in server-base. As such, it can't adequately get the
> appropriate FileSystem for a relative path.
> While we convert users to treat absolute paths (URIs) as the norm, there may
> be some headache as PrintInfo will only work with a relative path when that
> relative path exists on the filesystem defined by instance.dfs.uri (in
> accumulo-site.xml) or fs.default.name/fs.defaultFS (core-site.xml).
--
This message was sent by Atlassian JIRA
(v6.2#6252)