[jira] [Commented] (HBASE-10222) Implement secondary indexes

2014-01-02 Thread ramkrishna.s.vasudevan (JIRA)

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

ramkrishna.s.vasudevan commented on HBASE-10222:


We can work on independent patches.  +1.  I will spend some time to check the 
latest changes with trunk.  

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


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2014-01-02 Thread rajeshbabu (JIRA)

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

rajeshbabu commented on HBASE-10222:


[~jmhsieh]
bq. I really think this is really something that should be added as a branch in 
trunk. We can get pieces reviewed and committed in piece meal more quickly, 
This is good. The patch is big and little difficult to review. Its ok for me to 
divide into smaller independent tasks and work.
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.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)


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2014-01-02 Thread Anoop Sam John (JIRA)

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

Anoop Sam John commented on HBASE-10222:


+1 on what Jon said above.

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


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2014-01-02 Thread Jonathan Hsieh (JIRA)

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

Jonathan Hsieh commented on HBASE-10222:


I reviewed the doc over in HBASE-9203 and did a skim of the code review to 
answer some of the questions I didn't gleam from the design doc.  Overall, I 
think it is thought out well, but it is massive and there many questions I 
still have about it.

I really think this is really something that should be added as a branch in 
trunk.  We can get pieces reviewed and committed in piece meal more quickly, 
(which makes reviews of the next pieces easier because we don't have to 
revisit, and because we don't have things breaking beneath this due to other 
trunk changes).  wdyt?

Instead of asking the questions about the design here, maybe we should discuss 
on the dev list?  At this moment I've got about 3 pages of a design outline + 
questions which may be hard to deal with in Jira.

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


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-30 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-10222:


Some new classes, such as FilterGroupingWorker, are missing annotation for 
audience and stability.

Doing review on review board now.

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


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-30 Thread rajeshbabu (JIRA)

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

rajeshbabu commented on HBASE-10222:


posted the same patch(HBASE-10222.patch) on review board at 
https://reviews.apache.org/r/16514/

Please review.

Yes [~anoop.hbase] still some kernel changes are pending. Need to handle them 
separately. I will check whether can raise seperate JIRA and work on it.

Missed licence header in ValuePartition.proto file. I will add in next patch.
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.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)


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-10222:
---

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

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

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

{color:green}+1 hadoop1.0{color}.  The patch compiles against the hadoop 
1.0 profile.

{color:green}+1 hadoop1.1{color}.  The patch compiles against the hadoop 
1.1 profile.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:red}-1 release audit{color}.  The applied patch generated 1 release 
audit warnings (more than the trunk's current 0 warnings).

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

{color:red}-1 site{color}.  The patch appears to cause mvn site goal to 
fail.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-secondaryindex.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8304//console

This message is automatically generated.

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


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-22 Thread Anoop Sam John (JIRA)

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

Anoop Sam John commented on HBASE-10222:


[~rajesh23]  All the core changes are committed (new CPs etc) to Trunk by now.. 
I think some things are still pending..  Can we get those also in pls?

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


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-22 Thread Ted Yu (JIRA)

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

  org.apache.hbase
  hbase-hadoop-compat


  org.apache.hbase
  hbase-hadoop-compat
  test-jar
  test


  org.apache.hbase
  ${compat.module}
  ${project.version}


  org.apache.hbase
  ${compat.module}
  ${project.version}
  test-jar
  test

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


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-22 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-10222:
---

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

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

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

{color:green}+1 hadoop1.0{color}.  The patch compiles against the hadoop 
1.0 profile.

{color:green}+1 hadoop1.1{color}.  The patch compiles against the hadoop 
1.1 profile.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 
34 warning messages.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 findbugs{color}.  The patch appears to introduce 27 new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

{color:red}-1 site{color}.  The patch appears to cause mvn site goal to 
fail.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
   org.apache.hadoop.hbase.index.TestValuePartitionInScan
  
org.apache.hadoop.hbase.index.coprocessor.master.TestIndexMasterObserver
  org.apache.hadoop.hbase.index.mapreduce.TestIndexImportTsv
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestIndexPutsWithRegionServerRestart
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestMultipleIndicesInScan
  org.apache.hadoop.hbase.index.TestSecIndexLoadBalancer
  org.apache.hadoop.hbase.index.mapreduce.TestIndexMapReduceUtil
  
org.apache.hadoop.hbase.index.io.TestIndexHalfStoreFileReaderWithEncoding
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestScanWhenTTLExpired
  org.apache.hadoop.hbase.index.utils.TestSecIndexColocator
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestAcidGuaranteesForIndex
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestIndexRegionObserver
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestForComplexIssues
  org.apache.hadoop.hbase.index.io.TestIndexHalfStoreFileReader

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-secondaryindex.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8256//console

This message is automatically generated.

> 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

[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-22 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-10222:
---

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

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

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

{color:green}+1 hadoop1.0{color}.  The patch compiles against the hadoop 
1.0 profile.

{color:green}+1 hadoop1.1{color}.  The patch compiles against the hadoop 
1.1 profile.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 
34 warning messages.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 findbugs{color}.  The patch appears to introduce 27 new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

{color:red}-1 site{color}.  The patch appears to cause mvn site goal to 
fail.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
   org.apache.hadoop.hbase.index.TestValuePartitionInScan
  
org.apache.hadoop.hbase.index.coprocessor.master.TestIndexMasterObserver
  org.apache.hadoop.hbase.index.mapreduce.TestIndexImportTsv
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestIndexPutsWithRegionServerRestart
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestMultipleIndicesInScan
  org.apache.hadoop.hbase.index.TestSecIndexLoadBalancer
  org.apache.hadoop.hbase.index.mapreduce.TestIndexMapReduceUtil
  
org.apache.hadoop.hbase.index.io.TestIndexHalfStoreFileReaderWithEncoding
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestScanWhenTTLExpired
  org.apache.hadoop.hbase.index.utils.TestSecIndexColocator
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestAcidGuaranteesForIndex
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestIndexRegionObserver
  
org.apache.hadoop.hbase.index.coprocessor.regionserver.TestForComplexIssues
  org.apache.hadoop.hbase.index.io.TestIndexHalfStoreFileReader

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-secondaryindex.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8254//console

This message is automatically generated.

> 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
>
>
> The parent issue(HBASE-9203)  is more than just implementation.
> This su

[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-10222:
---

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

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

{color:green}+1 tests included{color}.  The patch appears to include 84 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:testCompile 
(default-testCompile) on project hbase-secondaryindex: Compilation failure
[ERROR] 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-secondaryindex/src/test/java/org/apache/hadoop/hbase/index/mapreduce/TestIndexImportTsv.java:[261,34]
 cannot access org.apache.hadoop.mapred.MiniMRCluster
[ERROR] class file for org.apache.hadoop.mapred.MiniMRCluster not found
[ERROR] htu1.startMiniMapReduceCluster();
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile 
(default-testCompile) on project hbase-secondaryindex: Compilation failure
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/trunk/hbase-secondaryindex/src/test/java/org/apache/hadoop/hbase/index/mapreduce/TestIndexImportTsv.java:[261,34]
 cannot access org.apache.hadoop.mapred.MiniMRCluster
class file for org.apache.hadoop.mapred.MiniMRCluster not found
htu1.startMiniMapReduceCluster();

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-secondaryindex/src/test/java/org/apache/hadoop/hbase/index/mapreduce/TestIndexImportTsv.java:[261,34]
 cannot access org.apache.hadoop.mapred.MiniMRCluster
class file for org.apache.hadoop.mapred.MiniMRCluster not found
htu1.startMiniMapReduceCluster();

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

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

This message is automatically generated.

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


[jira] [Commented] (HBASE-10222) Implement secondary indexes

2013-12-21 Thread Anoop Sam John (JIRA)

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

Anoop Sam John commented on HBASE-10222:


What is the scope of this Jira?  Can u add bit more description?

> Implement secondary indexes
> ---
>
> Key: HBASE-10222
> URL: https://issues.apache.org/jira/browse/HBASE-10222
> Project: HBase
>  Issue Type: Sub-task
>Affects Versions: 0.98.0
>Reporter: rajeshbabu
>Assignee: rajeshbabu
>




--
This message was sent by Atlassian JIRA
(v6.1.4#6159)