Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5ABAB200B99 for ; Wed, 5 Oct 2016 14:40:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 59529160AEB; Wed, 5 Oct 2016 12:40:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C19AD160ADE for ; Wed, 5 Oct 2016 14:40:24 +0200 (CEST) Received: (qmail 78593 invoked by uid 500); 5 Oct 2016 12:40:21 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 78327 invoked by uid 99); 5 Oct 2016 12:40:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 12:40:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D7EE82C2AB9 for ; Wed, 5 Oct 2016 12:40:20 +0000 (UTC) Date: Wed, 5 Oct 2016 12:40:20 +0000 (UTC) From: "T.C. Hydock (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4931) Attempting to execute a SELECT against an HBase store results in an IllegalAccessError accessing method "com.google.common.base.Stopwatch.()" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Oct 2016 12:40:25 -0000 T.C. Hydock created DRILL-4931: ---------------------------------- Summary: Attempting to execute a SELECT against an HBase store results in an IllegalAccessError accessing method "com.google.common.base.Stopwatch.()" Key: DRILL-4931 URL: https://issues.apache.org/jira/browse/DRILL-4931 Project: Apache Drill Issue Type: Bug Components: Storage - HBase Affects Versions: 1.8.0 Reporter: T.C. Hydock I was attempting to follow the "Querying HBase Data" tutorial (https://drill.apache.org/docs/querying-hbase/) against one of our HBase instances and ran into the following error when trying to issue the "SELECT * FROM students;" statement cited in Step #2 of the "Query HBase Tables" section: {noformat} Error: SYSTEM ERROR: IllegalAccessError: tried to access method com.google.common.base.Stopwatch.()V from class org.apache.hadoop.hbase.zookeeper.MetaTableLocator {noformat} After doing some research it appears to be a conflict with instantiating the Stopwatch class from the Guava JAR. I was able to resolve this by swapping out the packaged version of Guava (v18) with an older version (v16). -- This message was sent by Atlassian JIRA (v6.3.4#6332)