Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove handling for relative paths in Accumulo #2596

Open
wants to merge 4 commits into
base: integration
Choose a base branch
from

Conversation

keith-turner
Copy link
Collaborator

Accumulo used to support relative files paths that were resolved to fully qualified paths using the properties instance.dfs.uri and instance.dfs.dir. In the accumulo 2.1.0 upgrade all relative paths in the metadata table were converted to fully qualified paths using the property instance.volumes.upgrade.relative. Therefore relative paths should no longer be expected in the metadata table and handling for them can be removed.

Accumulo used to support relative files paths that were resolved to
fully qualified paths using the properties instance.dfs.uri and
 instance.dfs.dir.  In the accumulo 2.1.0 upgrade all relative paths
in the metadata table were converted to fully qualified paths using the
property instance.volumes.upgrade.relative.  Therefore relative paths
should no longer be expected in the metadata table and handling for them
can be removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants