Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A339FCF87 for ; Sun, 21 Jul 2013 13:54:57 +0000 (UTC) Received: (qmail 59623 invoked by uid 500); 21 Jul 2013 13:54:56 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 59534 invoked by uid 500); 21 Jul 2013 13:54:51 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 59512 invoked by uid 500); 21 Jul 2013 13:54:49 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 59508 invoked by uid 99); 21 Jul 2013 13:54:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jul 2013 13:54:48 +0000 Date: Sun, 21 Jul 2013 13:54:48 +0000 (UTC) From: "fantasy (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-3739) Hive auto convert join result error: java.lang.InstantiationException: org.antlr.runtime.CommonToken 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/HIVE-3739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714703#comment-13714703 ] fantasy commented on HIVE-3739: ------------------------------- Thanks for all your help, I use a raw Hive0.9.0 to run HiveSQL with JDK 7.0, maybe is the problem cause by the version of JDK. Now I don't work on hive anymore. therefore, I can provide more information about the error, neither reproduce the error. Next time I work on hive and cause same problem, I will try to provide more details. > Hive auto convert join result error: java.lang.InstantiationException: org.antlr.runtime.CommonToken > ---------------------------------------------------------------------------------------------------- > > Key: HIVE-3739 > URL: https://issues.apache.org/jira/browse/HIVE-3739 > Project: Hive > Issue Type: Bug > Components: CLI > Affects Versions: 0.9.0 > Environment: hive.auto.convert.join=true > Reporter: fantasy > > After I set hive.auto.convert.join=true. Any HiveQL with a join executed in hive result a error as this: > ------------- > java.lang.InstantiationException: org.antlr.runtime.CommonToken > Continuing ... > java.lang.RuntimeException: failed to evaluate: =Class.new(); > Continuing ... > java.lang.InstantiationException: org.antlr.runtime.CommonToken > Continuing ... > java.lang.RuntimeException: failed to evaluate: =Class.new(); > Continuing ... > java.lang.InstantiationException: org.antlr.runtime.CommonToken > Continuing ... > java.lang.RuntimeException: failed to evaluate: =Class.new(); > Continuing ... > java.lang.InstantiationException: org.antlr.runtime.CommonToken > Continuing ... > java.lang.RuntimeException: failed to evaluate: =Class.new(); > Continuing ... > ----------------------- > can anyone tell why? -- 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