You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2014/03/03 16:55:20 UTC

[jira] [Commented] (HBASE-9999) Add support for small reverse scan

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

Hadoop QA commented on HBASE-9999:
----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12632281/9999.v1.patch
  against trunk revision .
  ATTACHMENT ID: 12632281

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 3 new or modified tests.

    {color:red}-1 hadoop1.0{color}.  The patch failed to compile against the hadoop 1.0 profile.
    Here is snippet of errors:
    {code}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-client: Compilation failure
[ERROR] /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java:[748,19] cannot find symbol
[ERROR] symbol  : class ClientSmallReversedScanner
[ERROR] location: class org.apache.hadoop.hbase.client.HTable
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hbase-client: Compilation failure
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java:[748,19] cannot find symbol
symbol  : class ClientSmallReversedScanner
location: class org.apache.hadoop.hbase.client.HTable

	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
--
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java:[748,19] cannot find symbol
symbol  : class ClientSmallReversedScanner
location: class org.apache.hadoop.hbase.client.HTable

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:729){code}

Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/8865//console

This message is automatically generated.

> Add support for small reverse scan
> ----------------------------------
>
>                 Key: HBASE-9999
>                 URL: https://issues.apache.org/jira/browse/HBASE-9999
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: Nicolas Liochon
>         Attachments: 9999.v1.patch
>
>
> HBASE-4811 adds feature of reverse scan. This JIRA adds the support for small reverse scan.
> This is activated when both 'reversed' and 'small' attributes are true in Scan Object



--
This message was sent by Atlassian JIRA
(v6.2#6252)