[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490319#comment-13490319
 ] 

Ted Yu commented on HBASE-7095:
---

Integrated to trunk.

Thanks for the patch, Aditya.

Thanks for the review, Stack.

 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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


[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490333#comment-13490333
 ] 

Hudson commented on HBASE-7095:
---

Integrated in HBase-TRUNK #3513 (See 
[https://builds.apache.org/job/HBase-TRUNK/3513/])
HBASE-7095 Cannot set 'lenAsVal' for KeyOnlyFilter from shell (Aditya) 
(Revision 1405657)

 Result = SUCCESS
tedyu : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java


 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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


[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490338#comment-13490338
 ] 

Lars Hofhansl commented on HBASE-7095:
--

This as well as HBASE-7089 seem to be good fixes for 0.94 as well.

 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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


[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490342#comment-13490342
 ] 

Hudson commented on HBASE-7095:
---

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #249 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/249/])
HBASE-7095 Cannot set 'lenAsVal' for KeyOnlyFilter from shell (Aditya) 
(Revision 1405657)

 Result = FAILURE
tedyu : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java


 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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


[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Aditya Kishore (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490345#comment-13490345
 ] 

Aditya Kishore commented on HBASE-7095:
---

Lars, I agree. The patches should apply easily on 94 branch with -p1.

If not, please let me know and I'll attach them (already have them applied on 
my local 0.94 branch)

 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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


[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490348#comment-13490348
 ] 

Lars Hofhansl commented on HBASE-7095:
--

Committed to 0.94 as well. Thanks Aditya.

 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.94.3, 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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


[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490367#comment-13490367
 ] 

Hudson commented on HBASE-7095:
---

Integrated in HBase-0.94-security-on-Hadoop-23 #9 (See 
[https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/9/])
HBASE-7095 Cannot set 'lenAsVal' for KeyOnlyFilter from shell (Aditya 
Kishore) (Revision 1405684)

 Result = FAILURE
larsh : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java


 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.94.3, 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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


[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490411#comment-13490411
 ] 

Hudson commented on HBASE-7095:
---

Integrated in HBase-0.94-security #82 (See 
[https://builds.apache.org/job/HBase-0.94-security/82/])
HBASE-7095 Cannot set 'lenAsVal' for KeyOnlyFilter from shell (Aditya 
Kishore) (Revision 1405684)

 Result = SUCCESS
larsh : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java


 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.94.3, 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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


[jira] [Commented] (HBASE-7095) Cannot set 'lenAsVal' for KeyOnlyFilter from shell

2012-11-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490422#comment-13490422
 ] 

Hudson commented on HBASE-7095:
---

Integrated in HBase-0.94 #572 (See 
[https://builds.apache.org/job/HBase-0.94/572/])
HBASE-7095 Cannot set 'lenAsVal' for KeyOnlyFilter from shell (Aditya 
Kishore) (Revision 1405684)

 Result = FAILURE
larsh : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java


 Cannot set 'lenAsVal' for KeyOnlyFilter from shell
 --

 Key: HBASE-7095
 URL: https://issues.apache.org/jira/browse/HBASE-7095
 Project: HBase
  Issue Type: Bug
  Components: Filters
Affects Versions: 0.96.0
Reporter: Aditya Kishore
Assignee: Aditya Kishore
Priority: Minor
  Labels: shell
 Fix For: 0.94.3, 0.96.0

 Attachments: HBASE-7095_trunk.patch


 Current implementation of createFilterFromArguments() in KeyOnlyFilter 
 rejects the Boolean argument, effectively preventing from specifying this 
 option from HBase shell.

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