[jira] [Commented] (HBASE-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread Jean-Marc Spaggiari (JIRA)

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

Jean-Marc Spaggiari commented on HBASE-9391:


I'm facing this issue too when I try to run the test suite on 0.96.0RC0...

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-9391:
---

Please someone commit this - I'm away from a laptop for a while. 

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread Nicolas Liochon (JIRA)

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

Nicolas Liochon commented on HBASE-9391:


Done.

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Fix For: 0.98.0, 0.96.0

 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread Jean-Marc Spaggiari (JIRA)

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

Jean-Marc Spaggiari commented on HBASE-9391:


Thanks [~nkeywal]

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Fix For: 0.98.0, 0.96.0

 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread Hudson (JIRA)

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

Hudson commented on HBASE-9391:
---

SUCCESS: Integrated in hbase-0.95 #512 (See 
[https://builds.apache.org/job/hbase-0.95/512/])
HBASE-9391  Compilation problem in AccessController with JDK 6 (Andrew Purtell) 
(nkeywal: rev 1519173)
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java


 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Fix For: 0.98.0, 0.96.0

 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread Hudson (JIRA)

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

Hudson commented on HBASE-9391:
---

FAILURE: Integrated in HBase-TRUNK #4456 (See 
[https://builds.apache.org/job/HBase-TRUNK/4456/])
HBASE-9391  Compilation problem in AccessController with JDK 6 (nkeywal: rev 
1519172)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java


 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Fix For: 0.98.0, 0.96.0

 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread Hudson (JIRA)

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

Hudson commented on HBASE-9391:
---

SUCCESS: Integrated in hbase-0.95-on-hadoop2 #284 (See 
[https://builds.apache.org/job/hbase-0.95-on-hadoop2/284/])
HBASE-9391  Compilation problem in AccessController with JDK 6 (Andrew Purtell) 
(nkeywal: rev 1519173)
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java


 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Fix For: 0.98.0

 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-31 Thread Hudson (JIRA)

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

Hudson commented on HBASE-9391:
---

SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #707 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/707/])
HBASE-9391  Compilation problem in AccessController with JDK 6 (nkeywal: rev 
1519172)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java


 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Fix For: 0.98.0

 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-30 Thread stack (JIRA)

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

stack commented on HBASE-9391:
--

Patch looks innocuous. +1

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-30 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-9391:
---

Thanks for the pointer. Yes, confirmed - the build systems complaining are new 
CentOS 6 and Debian 7 installs where I haven't changed the JDK from the 
default. 

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Critical
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-30 Thread Nicolas Liochon (JIRA)

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

Nicolas Liochon commented on HBASE-9391:


It's not this (open jdk stuff)?: 
http://code.google.com/p/guava-libraries/issues/detail?id=635
+1 anyway, the patch is ok.



 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Critical
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

--
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-9391) Compilation problem in AccessController with JDK 6

2013-08-30 Thread Gary Helmling (JIRA)

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

Gary Helmling commented on HBASE-9391:
--

+1

Patch seems simple enough.

 Compilation problem in AccessController with JDK 6
 --

 Key: HBASE-9391
 URL: https://issues.apache.org/jira/browse/HBASE-9391
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.98.0, 0.95.2
Reporter: Andrew Purtell
Assignee: Andrew Purtell
 Attachments: 9391.patch


 Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6:
 {noformat}
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Setbyte[]
 [ERROR] 
 hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63]
  incompatible types; no instance(s) of type variable(s) K,V exist so that 
 java.util.TreeMapK,V conforms to 
 java.util.Mapbyte[],java.util.Collectionbyte[]
 [ERROR] found   : K,Vjava.util.TreeMapK,V
 [ERROR] required: java.util.Mapbyte[],java.util.Collectionbyte[]
 {noformat}

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