You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/05/10 23:41:34 UTC

[accumulo] branch master updated: Fix #448 Remove unused property from test config

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new 96fc4c4  Fix #448 Remove unused property from test config
96fc4c4 is described below

commit 96fc4c4c090efdfe063f4b54ebcfc105e57fd8f0
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu May 10 19:39:36 2018 -0400

    Fix #448 Remove unused property from test config
    
    Followup from #457; remove unused property from config file
---
 core/src/test/resources/crypto-on-accumulo-site.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/core/src/test/resources/crypto-on-accumulo-site.xml b/core/src/test/resources/crypto-on-accumulo-site.xml
index 1db9d46..8192d6d 100644
--- a/core/src/test/resources/crypto-on-accumulo-site.xml
+++ b/core/src/test/resources/crypto-on-accumulo-site.xml
@@ -121,10 +121,6 @@
     </property>
     
     <property>
-      <name>crypto.default.key.strategy.hdfs.uri</name>
-      <value>file:///</value>
-    </property>
-    <property>
       <name>crypto.default.key.strategy.key.location</name>
       <value>test.secret.key</value>
     </property>

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.