[ 
https://issues.apache.org/jira/browse/ACCUMULO-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592438#comment-13592438
 ] 

Hudson commented on ACCUMULO-1136:
----------------------------------

Integrated in Accumulo-Trunk-Hadoop-2.0 #115 (See 
[https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/115/])
    merged changes from 1.5
ACCUMULO-1142 Enable redirectTestOutputToFile in surefire plugin to nuke test 
output
ACCUMULO-1002 Apply override annotation to the close method on the BatchScanner 
implementation to be explicit
ACCUMULO-1002 Add a close method to ScannerBase and a no-op impl to 
ScannerOptions.
ACCUMULO-1104 Another update to account for 1.5 changes in the user manual
ACCUMULO-1071 Changing wording from "hadoop library type" to "Accumulo 
memory-map type"
ACCUMULO-1104 ACCUMULO-1136 Applying additional wording for using config as 
opposed to setiter. Fix various other documentation which are now incorrect in 
1.5.
ACCUMULO-1104 Correcting documented option to show timestamps in shell in user 
manual. (Revision 1452342)

     Result = SUCCESS
kturner : 
Files : 
* /accumulo/trunk
* /accumulo/trunk/assemble
* /accumulo/trunk/bin/bootstrap_config.sh
* /accumulo/trunk/core
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/ScannerOptions.java
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchReader.java
* /accumulo/trunk/docs/src/user_manual/accumulo_user_manual.tex
* /accumulo/trunk/docs/src/user_manual/chapters/administration.tex
* /accumulo/trunk/docs/src/user_manual/chapters/clients.tex
* /accumulo/trunk/docs/src/user_manual/chapters/shell.tex
* /accumulo/trunk/docs/src/user_manual/chapters/table_configuration.tex
* /accumulo/trunk/examples
* /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java
* 
/accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java
* /accumulo/trunk/pom.xml
* /accumulo/trunk/server
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/monitor/servlets/trace/NullScanner.java
* /accumulo/trunk/src

                
> Lack of information regarding `setiter` and `config` for SKVI configuration
> ---------------------------------------------------------------------------
>
>                 Key: ACCUMULO-1136
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1136
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: docs
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: ACCUMULO-1136.1.patch
>
>
> In terms of the documentation, it would be great to augment the Table 
> Configuration section of the user manual. Iterators are central to Accumulo's 
> functionality so it would aid users to see an entire iterator life cycle:
> * Develop iterator by extending...
> * Install iterator as jar to lib/ext
> * Run as in a client (fragment is shown)
> * Set via shell (setiter, config for options)
> There are hints to using config for existing filters but not how to configure 
> custom iterator code. For example, installing custom iterator code for 
> non-scan contexts is unclear.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to