[
https://issues.apache.org/jira/browse/HBASE-10222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855199#comment-13855199
]
Ted Yu commented on HBASE-10222:
--------------------------------
Most of the test failures above were due to missing dependency in
hbase-secondaryindex/pom.xml
The following should be added:
{code}
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop-compat</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-hadoop-compat</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>${compat.module}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>${compat.module}</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
{code}
The patch seemed to be generated on Windows machine - please remove the
trailing ^M's
I saw certain test cases named HDPxxx - please replace with short description
of the actual cases being test.
Please put the next patch on review board.
Thanks
> Implement secondary indexes
> ---------------------------
>
> Key: HBASE-10222
> URL: https://issues.apache.org/jira/browse/HBASE-10222
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 0.99.0
> Reporter: rajeshbabu
> Assignee: rajeshbabu
> Attachments: HBASE-10222-WIP.patch, HBASE-10222_WIP.patch,
> HBASE-10222_WIP_2.patch
>
>
> The parent issue(HBASE-9203) is more than just implementation.
> This sub taks for major implemenation of the proposal at HBASE-9203.
> For more information can
> refer(https://issues.apache.org/jira/secure/attachment/12598763/SecondaryIndex%20Design.pdf)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)