Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7F9A101FC for ; Wed, 12 Jun 2013 04:50:29 +0000 (UTC) Received: (qmail 66105 invoked by uid 500); 12 Jun 2013 04:50:29 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 65603 invoked by uid 500); 12 Jun 2013 04:50:28 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 65338 invoked by uid 99); 12 Jun 2013 04:50:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 04:50:28 +0000 Date: Wed, 12 Jun 2013 04:50:28 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-8479) AggregationClient breaks bigtop compile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-8479: ------------------------- Fix Version/s: (was: 0.95.1) 0.95.2 > AggregationClient breaks bigtop compile > --------------------------------------- > > Key: HBASE-8479 > URL: https://issues.apache.org/jira/browse/HBASE-8479 > Project: HBase > Issue Type: Bug > Components: build > Affects Versions: 0.95.1 > Reporter: stack > Fix For: 0.95.2 > > Attachments: 8479_tmp_rm_of_aggregationclient.txt, attempt1.txt > > > With Roman, am trying to set up a bigtop ci of hbase 0.95 only we fail to compile. It is the exotic generics that are going on over in AggregateClient. Here is how we fail: > {code} > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] /mnt/jenkins/workspace/HBase-0.95/label/centos6/build/hbase/rpm/BUILD/hbase-0.95-SNAPSHOT/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java:[135,59] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds Q,com.google.protobuf.Message > [ERROR] /mnt/jenkins/workspace/HBase-0.95/label/centos6/build/hbase/rpm/BUILD/hbase-0.95-SNAPSHOT/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java:[208,59] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds Q,com.google.protobuf.Message > [ERROR] /mnt/jenkins/workspace/HBase-0.95/label/centos6/build/hbase/rpm/BUILD/hbase-0.95-SNAPSHOT/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java:[328,57] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,com.google.protobuf.Message > [ERROR] /mnt/jenkins/workspace/HBase-0.95/label/centos6/build/hbase/rpm/BUILD/hbase-0.95-SNAPSHOT/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java:[390,57] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,com.google.protobuf.Message > [ERROR] /mnt/jenkins/workspace/HBase-0.95/label/centos6/build/hbase/rpm/BUILD/hbase-0.95-SNAPSHOT/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java:[489,59] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,com.google.protobuf.Message > [ERROR] /mnt/jenkins/workspace/HBase-0.95/label/centos6/build/hbase/rpm/BUILD/hbase-0.95-SNAPSHOT/hbase-client/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java:[591,59] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,com.google.protobuf.Message > [INFO] 6 errors > {code} > I cannot reproduce locally but googling, I see that above is pretty common complaint when you move between compilers. Various are the recommendations for fix but none definitive. The easiest is dumbing down the generics which I tried but it only caused issues in other coprocessors. > If clues on how to fix this, I'm all ears. Would like to get this bigtop ci build running. Its cool. -- 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