dlmarion opened a new pull request, #3436:
URL: https://github.com/apache/accumulo/pull/3436

   This commit:
     1. Deprecated GC_TRASH_IGNORE
     2. Modifies MiniAccumuloCluster so that the user can provide Hadoop 
properties for the Hadoop configuration that is used by the MiniDFS cluster.
     3. Adds ITs that confirm:
       a. Deleted files do not get put into the Trash in the default 
configuration (Accumulo enabled / Hadoop disabled) 
   because the default value for fs.trash.interval is zero, which means 
disabled.
       b. Deleted files do get put into the Trash when the default Accumulo 
configuration is used (GC_TRASH_IGNORE = false) and fs.trash.interval is set to 
a nonzero value. 
       c. Deleted files do not get put into the Trash when GC_TRASH_IGNORE is 
set to true and fs.trash.interval is set to a nonzero value. 
       d. Deleted files do not get put into the Trash when Accumulo and Hadoop 
are enabled, but a custom Trash policy is used that filters file names.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to