Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6FE6175FB for ; Wed, 29 Apr 2015 04:58:06 +0000 (UTC) Received: (qmail 54710 invoked by uid 500); 29 Apr 2015 04:58:06 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 54692 invoked by uid 500); 29 Apr 2015 04:58:06 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 54681 invoked by uid 99); 29 Apr 2015 04:58:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 04:58:06 +0000 Date: Wed, 29 Apr 2015 04:58:06 +0000 (UTC) From: "Szehon Ho (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-10514) Fix MiniCliDriver tests failure 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-10514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14518731#comment-14518731 ] Szehon Ho commented on HIVE-10514: ---------------------------------- +1 looks good to me, thanks for taking care of this. > Fix MiniCliDriver tests failure > ------------------------------- > > Key: HIVE-10514 > URL: https://issues.apache.org/jira/browse/HIVE-10514 > Project: Hive > Issue Type: Bug > Components: Testing Infrastructure > Reporter: Szehon Ho > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-10514.1.patch, HIVE-10514.2.patch, HIVE-10514.3.patch > > > The MinimrCliDriver tests always fail to run. > This can be reproduced by the following, run the command: > {noformat} > mvn -B test -Phadoop-2 -Dtest=TestMinimrCliDriver -Dminimr.query.files=infer_bucket_sort_map_operators.q,join1.q,bucketmapjoin7.q,udf_using.q > {noformat} > And the following exception comes: > {noformat} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project hive-it-qfile: Compilation failure > [ERROR] /Users/szehon/repos/apache-hive-git/hive/itests/qtest/target/generated-test-sources/java/org/apache/hadoop/hive/cli/TestCliDriver.java:[100,22] code too large > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)