Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D9E618342 for ; Tue, 19 Jan 2016 00:01:42 +0000 (UTC) Received: (qmail 87374 invoked by uid 500); 19 Jan 2016 00:01:42 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 87307 invoked by uid 500); 19 Jan 2016 00:01:42 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 87296 invoked by uid 99); 19 Jan 2016 00:01:42 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2016 00:01:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id ADFC7C0CE9 for ; Tue, 19 Jan 2016 00:01:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.226 X-Spam-Level: * X-Spam-Status: No, score=1.226 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 13PQwK-r_9i7 for ; Tue, 19 Jan 2016 00:01:40 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 63F1C42A21 for ; Tue, 19 Jan 2016 00:01:40 +0000 (UTC) Received: (qmail 87235 invoked by uid 99); 19 Jan 2016 00:01:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2016 00:01:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C3C9C2C14F0 for ; Tue, 19 Jan 2016 00:01:39 +0000 (UTC) Date: Tue, 19 Jan 2016 00:01:39 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-2608) Incompatibility between Jackson1 version shipped with Phoenix, Yarn 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/PHOENIX-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105998#comment-15105998 ] Hadoop QA commented on PHOENIX-2608: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12782964/PHOENIX-2608.v1.patch against master branch at commit 9a44b492673497e65e41ff45f3bcf7fb23982e35. ATTACHMENT ID: 12782964 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+0 tests included{color}. The patch appears to be a documentation, build, or dev patch that doesn't require tests. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/226//console This message is automatically generated. > Incompatibility between Jackson1 version shipped with Phoenix, Yarn > ------------------------------------------------------------------- > > Key: PHOENIX-2608 > URL: https://issues.apache.org/jira/browse/PHOENIX-2608 > Project: Phoenix > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: PHOENIX-2608.v1.patch > > > Phoenix fat client uses 1.8.8 (not shaded) > Yarn uses 1.9.13 (not shaded, part of the timeline jar) > Hive uses 1.9.2 (possibly shaded) > This can cause jobs to fail when the fat phoenix client is included in the classpath. Jobs may fail with the following Exception > {code} > 016-01-14 15:41:38,893 [FATAL] [HistoryEventHandlingThread] |yarn.YarnUncaughtExceptionHandler|: Thread Thread[HistoryEventHandlingThread,5,main] threw an Error. Shutting down now... > java.lang.NoSuchMethodError: org.codehaus.jackson.map.ObjectMapper.setSerializationInclusion(Lorg/codehaus/jackson/map/annotate/JsonSerialize$Inclusion;)Lorg/codehaus/jackson/map/ObjectMapper; > at org.apache.hadoop.yarn.webapp.YarnJacksonJaxbJsonProvider.configObjectMapper(YarnJacksonJaxbJsonProvider.java:59) > at org.apache.hadoop.yarn.webapp.YarnJacksonJaxbJsonProvider.locateMapper(YarnJacksonJaxbJsonProvider.java:52) > at org.codehaus.jackson.jaxrs.JacksonJsonProvider.writeTo(JacksonJsonProvider.java:501) > at com.sun.jersey.api.client.RequestWriter.writeRequestEntity(RequestWriter.java:300) > at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:204) > at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHand > {code} > Phoenix should either upgrade the jackson version, or (ideally) shade the jackson jar. -- This message was sent by Atlassian JIRA (v6.3.4#6332)