You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2018/10/03 21:37:01 UTC

[accumulo] branch master updated: Clarify RFile withTableProps javadoc. Fixes #611

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

mmiller 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 5a6f053  Clarify RFile withTableProps javadoc. Fixes #611
5a6f053 is described below

commit 5a6f0531d870eb14c6f3dc5ff16c55e15f7d5490
Author: Mike Miller <mm...@apache.org>
AuthorDate: Wed Oct 3 17:36:39 2018 -0400

    Clarify RFile withTableProps javadoc. Fixes #611
---
 core/src/main/java/org/apache/accumulo/core/client/rfile/RFile.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/client/rfile/RFile.java b/core/src/main/java/org/apache/accumulo/core/client/rfile/RFile.java
index 3538cbc..c0f41fb 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/rfile/RFile.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/rfile/RFile.java
@@ -402,7 +402,9 @@ public class RFile {
 
     /**
      * Create an RFile using the same configuration as an Accumulo table. Properties for a table can
-     * be obtained by calling {@link TableOperations#getProperties(String)}
+     * be obtained by calling {@link TableOperations#getProperties(String)}. Any property that
+     * impacts file behavior regardless of whether it has the {@link Property#TABLE_PREFIX} may be
+     * accepted and used. For example, cache and crypto properties could be passed here.
      *
      * @param props
      *          iterable over Accumulo table key value properties.