Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C4E8310FDB for ; Tue, 15 Oct 2013 14:28:45 +0000 (UTC) Received: (qmail 17594 invoked by uid 500); 15 Oct 2013 14:28:45 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 17093 invoked by uid 500); 15 Oct 2013 14:28:43 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 16860 invoked by uid 99); 15 Oct 2013 14:28:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 14:28:42 +0000 Date: Tue, 15 Oct 2013 14:28:42 +0000 (UTC) From: "Adam Fuchs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1777) encryption configuration should not depend on AccumuloConfiguration.getSiteConfiguration() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Adam Fuchs created ACCUMULO-1777: ------------------------------------ Summary: 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 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 (v6.1#6144)