You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2019/04/22 23:19:00 UTC

[jira] [Resolved] (ACCUMULO-1777) encryption configuration should not depend on AccumuloConfiguration.getSiteConfiguration()

     [ https://issues.apache.org/jira/browse/ACCUMULO-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs resolved ACCUMULO-1777.
-----------------------------------------
    Resolution: Not A Problem

OBE by 2.0 crypto configuration changes. If this still is a problem, new work can be done on https://github.com/apache/accumulo/issues

> encryption configuration should not depend on AccumuloConfiguration.getSiteConfiguration()
> ------------------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-1777
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1777
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Adam Fuchs
>            Priority: Major
>              Labels: newbie
>
> In order to configure RFile to encrypt, it is necessary to have an accumulo-site.xml on the classpath that holds the encryption parameters. This is less than convenient in the case that we want to create encrypted RFiles somewhere other than in the TabletServer. Instead, we should plumb an AccumuloConfiguration object all the way through the RFile.Writer creation path (which could probably be a lot simpler).
> Tracking the compression configuration is one way to trace that path -- we might be able to just replace the compression type string with the AccumuloConfiguration object.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)