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

Hudson commented on ACCUMULO-1040:
----------------------------------

Integrated in Accumulo-Trunk #790 (See 
[https://builds.apache.org/job/Accumulo-Trunk/790/])
    ACCUMULO-896 Added some info about automatic splitting to user manual.
ACCUMULO-1039 Added info about table creation and versioning iterator to docs.
ACCUMULO-1040 fixed code in documentation
ACCUMULO-804 another FileNotFoundException being thrown: going to keep it, 
though (Revision 1459026)

     Result = FAILURE
kturner : 
Files : 
* /accumulo/trunk
* /accumulo/trunk/assemble
* /accumulo/trunk/core
* /accumulo/trunk/docs/src/user_manual/chapters/clients.tex
* /accumulo/trunk/docs/src/user_manual/chapters/design.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/server
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/recovery/HadoopLogCloser.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/master/recovery/RecoveryManager.java
* /accumulo/trunk/src

                
> Variable name inconsistency in "Reading Data" client code snippet
> -----------------------------------------------------------------
>
>                 Key: ACCUMULO-1040
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1040
>             Project: Accumulo
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 1.4.2
>            Reporter: Michael Berman
>            Assignee: Keith Turner
>            Priority: Critical
>             Fix For: 1.5.0
>
>
> On the "Writing Clients" doc page, in the section "SCANNER" (at 
> http://accumulo.apache.org/1.4/user_manual/Writing_Accumulo_Clients.html#Reading_Data),
>  there is the following code snippet:
> {code}
> for(Entry<Key,Value> entry : scan) {
>     String row = e.getKey().getRow();
>     Value value = e.getValue();
> }
> {code}
> In the loop body, {{e}} should be {{entry}}.
> The same error also exists further down the page in the "BATCHSCANNER" 
> section.

--
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