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 C306418AFF for ; Fri, 14 Aug 2015 22:17:46 +0000 (UTC) Received: (qmail 37303 invoked by uid 500); 14 Aug 2015 22:17:46 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 37145 invoked by uid 500); 14 Aug 2015 22:17:46 -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 37133 invoked by uid 99); 14 Aug 2015 22:17:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 22:17:46 +0000 Date: Fri, 14 Aug 2015 22:17:46 +0000 (UTC) From: "Gopal V (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-11570) Fix PTest2 log4j2.version 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-11570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-11570: --------------------------- Attachment: HIVE-11570.1.patch > Fix PTest2 log4j2.version > -------------------------- > > Key: HIVE-11570 > URL: https://issues.apache.org/jira/browse/HIVE-11570 > Project: Hive > Issue Type: Sub-task > Components: Testing Infrastructure > Affects Versions: 2.0.0 > Reporter: Gopal V > Assignee: Gopal V > Fix For: 2.0.0 > > Attachments: HIVE-11570.1.patch > > > {code} > + mvn clean package -DskipTests -Drat.numUnapprovedLicenses=1000 -Dmaven.repo.local=/var/lib/jenkins/jobs/PreCommit-HIVE-TRUNK-Build/workspace/.m2 > [INFO] Scanning for projects... > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project org.apache.hive:hive-ptest:1.0 (/var/lib/jenkins/jobs/PreCommit-HIVE-TRUNK-Build/workspace/hive/build/hive/testutils/ptest2/pom.xml) has 4 errors > [ERROR] 'dependencies.dependency.version' for org.apache.logging.log4j:log4j-1.2-api:jar must be a valid version but is '${log4j2.version}'. @ line 69, column 16 > [ERROR] 'dependencies.dependency.version' for org.apache.logging.log4j:log4j-web:jar must be a valid version but is '${log4j2.version}'. @ line 74, column 16 > [ERROR] 'dependencies.dependency.version' for org.apache.logging.log4j:log4j-slf4j-impl:jar must be a valid version but is '${log4j2.version}'. @ line 79, column 16 > [ERROR] 'dependencies.dependency.version' for org.apache.logging.log4j:log4j-jcl:jar must be a valid version but is '${log4j2.version}'. @ line 84, column 16 > [ERROR] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)