From yarn-issues-return-139246-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Mar 6 18:34:05 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 65C36180676 for ; Tue, 6 Mar 2018 18:34:05 +0100 (CET) Received: (qmail 22819 invoked by uid 500); 6 Mar 2018 17:34:04 -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 22808 invoked by uid 99); 6 Mar 2018 17:34:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2018 17:34:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C11F5C0E89 for ; Tue, 6 Mar 2018 17:34:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.011 X-Spam-Level: X-Spam-Status: No, score=-109.011 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, T_RP_MATCHES_RCVD=-0.01, 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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id h7W3UHqqUQ1I for ; Tue, 6 Mar 2018 17:34:03 +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 763CC5F5B3 for ; Tue, 6 Mar 2018 17:34:02 +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 921B6E0837 for ; Tue, 6 Mar 2018 17:34: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 A8CE521298 for ; Tue, 6 Mar 2018 17:34:00 +0000 (UTC) Date: Tue, 6 Mar 2018 17:34:00 +0000 (UTC) From: "Haibo Chen (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-7346) Add a profile to allow optional compilation for ATSv2 with HBase-2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-7346?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16388= 154#comment-16388154 ]=20 Haibo Chen commented on YARN-7346: ---------------------------------- What I was trying to say is that, In the context of ATSv2, NMs and RM act a= s hbase clients that write data to HBase, so the hbase-client dependency co= de will be running inside NM/RM processes. If hadoop 2 depends on, say depe= ndency X of version N and hbase-client 2.0 depends on X of version N+2 , th= en hbase-client 2.0 code will be running with X of version N inside NM/RM. = This could potentially break if hbase-client 2.0 relies on something new th= at only exists in version N+2. This is independent of the HBase -Hadoop backing storage compatibility issu= e, which is covered by the HBase support matrix. Sorry for the confusion. > Add a profile to allow optional compilation for ATSv2 with HBase-2.0 > -------------------------------------------------------------------- > > Key: YARN-7346 > URL: https://issues.apache.org/jira/browse/YARN-7346 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Ted Yu > Assignee: Haibo Chen > Priority: Major > Fix For: 3.2.0 > > Attachments: YARN-7346.00.patch, YARN-7346.01.patch, YARN-7346.02= .patch, YARN-7346.03-incremental.patch, YARN-7346.03.patch, YARN-7346.04-in= cremental.patch, YARN-7346.04.patch, YARN-7346.05.patch, YARN-7346.06.patch= , YARN-7346.07.patch, YARN-7346.08-incremental.patch, YARN-7346.08.patch, Y= ARN-7346.09.patch, YARN-7346.10.patch, YARN-7346.11.patch, YARN-7346.prelim= 1.patch, YARN-7346.prelim2.patch, YARN-7581.prelim.patch, hadoop-yarn-serve= r-timelineservice-hbase-server-1-findbugsXml.xml, hadoop-yarn-server-timeli= neservice-hbase-server-1-javadoc-report.txt, hadoop-yarn-server-timelineser= vice-hbase-server-2-findbugsXml.xml, hadoop-yarn-server-timelineservice-hba= se-server-2-javadoc-report.txt > > > When compiling hadoop-yarn-server-timelineservice-hbase against 2.0.0-alp= ha3, I got the following errors: > [https://pastebin.com/Ms4jYEVB] > This issue is to fix the compilation errors. > The scope of the Jira is to add a profile to allow optional compilation f= or ATSv2 with HBase2.0. The default compilation for trunk will still be for= hbase 1.2.6.=C2=A0 -- 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