From yarn-issues-return-156564-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Mon Oct 29 18:03:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 235C1180627 for ; Mon, 29 Oct 2018 18:03:03 +0100 (CET) Received: (qmail 27195 invoked by uid 500); 29 Oct 2018 17:03:03 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 27179 invoked by uid 99); 29 Oct 2018 17:03:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2018 17:03:03 +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 A2578C0CCC for ; Mon, 29 Oct 2018 17:03:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.001 X-Spam-Level: X-Spam-Status: No, score=-109.001 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id IEUd6pcU5bi5 for ; Mon, 29 Oct 2018 17:03:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 775B55F2C3 for ; Mon, 29 Oct 2018 17:03:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1EE11E262A for ; Mon, 29 Oct 2018 17:03:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 8B8B52776A for ; Mon, 29 Oct 2018 17:03:00 +0000 (UTC) Date: Mon, 29 Oct 2018 17:03:00 +0000 (UTC) From: "Sunil Govindan (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-8950) Compilation fails for hadoop-yarn-server-timelineservice-hbase-client package for hbase.profile=2.0 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/YARN-8950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16667456#comment-16667456 ] Sunil Govindan commented on YARN-8950: -------------------------------------- +1. Committing shortly [~rohithsharma] has already compiled with and without 2.0 profile and it works with this patch. > Compilation fails for hadoop-yarn-server-timelineservice-hbase-client package for hbase.profile=2.0 > --------------------------------------------------------------------------------------------------- > > Key: YARN-8950 > URL: https://issues.apache.org/jira/browse/YARN-8950 > Project: Hadoop YARN > Issue Type: Bug > Affects Versions: 3.2.0, 3.3.0 > Reporter: Rohith Sharma K S > Assignee: Rohith Sharma K S > Priority: Blocker > Attachments: YARN-8950.01.patch, YARN-8950.01.patch, YARN-8950.01.patch, with-patch-compile-pass.out, without-patch-compile-fail.out > > > Dependency check for hbase-client package fails when source code is compiled with *-Dhbase.profile=2.0* > {noformat} > [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (depcheck) @ hadoop-yarn-server-timelineservice-hbase-client --- > [WARNING] > Dependency convergence error for org.eclipse.jetty:jetty-http:9.3.24.v20180605 paths to dependency are: > +-org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-client:3.3.0-SNAPSHOT > +-org.apache.hadoop:hadoop-common:3.3.0-SNAPSHOT > +-org.eclipse.jetty:jetty-server:9.3.24.v20180605 > +-org.eclipse.jetty:jetty-http:9.3.24.v20180605 > and > +-org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-client:3.3.0-SNAPSHOT > +-org.apache.hbase:hbase-server:2.0.0-beta-1 > +-org.apache.hbase:hbase-http:2.0.0-beta-1 > +-org.eclipse.jetty:jetty-http:9.3.19.v20170502 > [WARNING] > Dependency convergence error for org.eclipse.jetty:jetty-security:9.3.24.v20180605 paths to dependency are: > +-org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-client:3.3.0-SNAPSHOT > +-org.apache.hadoop:hadoop-common:3.3.0-SNAPSHOT > +-org.eclipse.jetty:jetty-servlet:9.3.24.v20180605 > +-org.eclipse.jetty:jetty-security:9.3.24.v20180605 > and > +-org.apache.hadoop:hadoop-yarn-server-timelineservice-hbase-client:3.3.0-SNAPSHOT > +-org.apache.hbase:hbase-server:2.0.0-beta-1 > +-org.apache.hbase:hbase-http:2.0.0-beta-1 > +-org.eclipse.jetty:jetty-security:9.3.19.v20170502 > [WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message: > Failed while enforcing releasability. See above detailed error message. > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org