[jira] [Commented] (HBASE-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-13 Thread Hudson (JIRA)

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

Hudson commented on HBASE-6658:
---

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #171 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/171/])
HBASE-6658 Rename WritableByteArrayComparable to something not mentioning 
Writable (Revision 1384191)

 Result = FAILURE
gchanan : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/RegionObserver.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/BinaryComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/BinaryPrefixComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/BitComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/ByteArrayComparable.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/CompareFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/DependentColumnFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/FamilyFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/Filter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/NullComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/ParseFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/QualifierFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/RegexStringComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/RowFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/SubstringComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/ValueFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/WritableByteArrayComparable.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HbaseObjectWritable.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClientProtos.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/model/ScannerModel.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFakeKeyInFilter.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestHbaseObjectWritable.java


 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-12 Thread Hudson (JIRA)

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

Hudson commented on HBASE-6658:
---

Integrated in HBase-TRUNK #3326 (See 
[https://builds.apache.org/job/HBase-TRUNK/3326/])
HBASE-6658 Rename WritableByteArrayComparable to something not mentioning 
Writable (Revision 1384191)

 Result = FAILURE
gchanan : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/RegionObserver.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/BinaryComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/BinaryPrefixComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/BitComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/ByteArrayComparable.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/CompareFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/DependentColumnFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/FamilyFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/Filter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/NullComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/ParseFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/QualifierFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/RegexStringComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/RowFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/SingleColumnValueExcludeFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/SingleColumnValueFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/SubstringComparator.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/ValueFilter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/filter/WritableByteArrayComparable.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/io/HbaseObjectWritable.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ClientProtos.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/model/ScannerModel.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFakeKeyInFilter.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/io/TestHbaseObjectWritable.java


 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-12 Thread stack (JIRA)

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

stack commented on HBASE-6658:
--

Hurray!  First commit!

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-12 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-6658:
--

Nope. This was the 2nd already. HBASE-6710 was the first :)

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-10 Thread Gregory Chanan (JIRA)

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

Gregory Chanan commented on HBASE-6658:
---

https://builds.apache.org/job/PreCommit-HBASE-Build/2839/

Failed again, I'll take a closer look.

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-10 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-6658:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12544520/HBASE-6658-v6.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 6 new or modified tests.

+1 hadoop2.0.  The patch compiles against the hadoop 2.0 profile.

+1 javadoc.  The javadoc tool did not generate any warning messages.

-1 javac.  The patch appears to cause mvn compile goal to fail.

-1 findbugs.  The patch appears to cause Findbugs (version 1.3.9) to fail.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2841//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2841//console

This message is automatically generated.

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-10 Thread stack (JIRA)

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

stack commented on HBASE-6658:
--

+1 on patch.  Thanks for the cleanup.

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-10 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-6658:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12544520/HBASE-6658-v6.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 6 new or modified tests.

+1 hadoop2.0.  The patch compiles against the hadoop 2.0 profile.

+1 javadoc.  The javadoc tool did not generate any warning messages.

-1 javac.  The patch appears to cause mvn compile goal to fail.

-1 findbugs.  The patch appears to cause Findbugs (version 1.3.9) to fail.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

 -1 core tests.  The patch failed these unit tests:
 

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2842//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2842//console

This message is automatically generated.

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-10 Thread Gregory Chanan (JIRA)

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

Gregory Chanan commented on HBASE-6658:
---

The -1 javac seems unrelated.

I'll commit tomorrow if no objections.

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-10 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-6658:
--

Patch looks good. +1
A small technicality... Should we svn move the file, so it retains its 
history?
(Not sure that is possible to express with a patch, but it can be done in 
SVN... I think :) )

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-10 Thread stack (JIRA)

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

stack commented on HBASE-6658:
--

I like that Lars.  We've trashed so much history of late especially module 
making.  Should have been smarter and svn moved' code around the place.  Not 
sure how to do that in a patch if at all.

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-10 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-6658:
--

I guess the patch would just illustrate the change. The person actually 
committing the change, would move the file instead of simply applying the patch.


 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch, 
 HBASE-6658-v4.patch, HBASE-6658-v5.patch, HBASE-6658-v6.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-09 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-6658:
---

From https://builds.apache.org/job/PreCommit-HBASE-Build/2826/console, looks 
like patch v3 doesn't compile against hadoop 2.0

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6658-v3.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-07 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-6658:
---

See http://docs.oracle.com/javase/6/docs/api/java/util/Comparator.html

While Comparable defines compareTo() method which is not in Comparator 
interface.

I suggest keeping Comparable in class names and only dropping Writable.

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

--
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-6658) Rename WritableByteArrayComparable to something not mentioning Writable

2012-09-07 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-6658:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12544329/HBASE-6710-v2.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 8 new or modified tests.

-1 patch.  The patch command could not apply the patch.

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

This message is automatically generated.

 Rename WritableByteArrayComparable to something not mentioning Writable
 ---

 Key: HBASE-6658
 URL: https://issues.apache.org/jira/browse/HBASE-6658
 Project: HBase
  Issue Type: Bug
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
 Fix For: 0.96.0

 Attachments: HBASE-6658.patch, HBASE-6710-v2.patch


 After HBASE-6477, WritableByteArrayComparable will no longer be Writable, so 
 should be renamed.
 Current idea is ByteArrayComparator (since all the derived classes are 
 *Comparator not *Comparable), but I'm open to suggestions.

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