Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 967C9173B7 for ; Wed, 7 Oct 2015 21:27:03 +0000 (UTC) Received: (qmail 8659 invoked by uid 500); 7 Oct 2015 21:26:59 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 8528 invoked by uid 500); 7 Oct 2015 21:26:59 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 8516 invoked by uid 99); 7 Oct 2015 21:26:59 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 21:26:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 85C851A238F for ; Wed, 7 Oct 2015 21:26:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.898 X-Spam-Level: ** X-Spam-Status: No, score=2.898 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 8ErQUDzrjK-0 for ; Wed, 7 Oct 2015 21:26:57 +0000 (UTC) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com [209.85.223.182]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 90BA542F38 for ; Wed, 7 Oct 2015 21:26:57 +0000 (UTC) Received: by ioii196 with SMTP id i196so37276077ioi.3 for ; Wed, 07 Oct 2015 14:26:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=RznqwqrahgOJ5uYRSR0X1d3GDR/mZkWRcGIHHM4NIGk=; b=WT+92n0x5N7qSQi21uMVaFW+/hVfTk9y60aD+D1c3+HF25YIiNVG7xx+NYl3XQLU22 mWgycwTHIlAysDBp36UElhn0OTWc3Xcj/7vsFriN1Txlm9kxCZffW4KTsU9Ul383LmjC vRk34C98OSX/25o0YhMty4WMYbuNcbhlb3YK/btPb3V2h4dMc2UxSLBa2PL2zVt3obJc P2bKBQ6TCA/64yvAES+wPFK1ZWuK62rmv92AvR2Ez4EwDCAK9Dqci81ldOZ5n+x08TIL IBjFpdtTf/p0zhQuP54kdU1PbaYGwvbrf1oyn2/zye89extFtTkyKeY0B3jzquCOwDr+ aCQw== MIME-Version: 1.0 X-Received: by 10.107.6.209 with SMTP id f78mr5103176ioi.194.1444253217041; Wed, 07 Oct 2015 14:26:57 -0700 (PDT) Received: by 10.79.72.5 with HTTP; Wed, 7 Oct 2015 14:26:56 -0700 (PDT) Date: Thu, 8 Oct 2015 02:26:56 +0500 Message-ID: Subject: Hadoop Mapreduce Client Core Customization From: Muhammad Afzal To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a113f98a4f7b21f05218a67e2 --001a113f98a4f7b21f05218a67e2 Content-Type: text/plain; charset=UTF-8 Hi everyone, I am customizing Hadoop Mapreduce Client Core module (Hadoop 2.6.0) and adding some custom features in it, as part of customization i have to include some third party library in core module, problem is that when i add a third party dependency in pom.xml file, i start getting compile time errors similar to what listed below: hadoop-branch-2.6.0/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/util/ConfigUtil.java:[133,16] error: cannot find symbol [ERROR] symbol: class DeprecationDelta [ERROR] location: class ConfigUtil There are plenty of such errors, and those errors appear in ConfigUtil.java file, i have not touched that file at all. As soon as i comment out custom dependency in pom.xml file, errors go away. Could anybody help me out, a quick response would be highly appreciated Regards --001a113f98a4f7b21f05218a67e2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi everyone,
I am customizing Hado= op Mapreduce Client Core module (Hadoop 2.6.0) and adding some custom featu= res in it, as part of customization i have to include some third party libr= ary in core module, problem is that when i add a third party dependency in = pom.xml file, i start getting compile time errors similar to what listed be= low:

hadoop-branch-2.6.0/hadoop-mapreduce-project/hadoop-mapreduce-c= lient/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduc= e/util/ConfigUtil.java:[133,16] error: cannot find symbol
[ERROR] symbol= :=C2=A0=C2=A0 class DeprecationDelta
[ERROR] location: class ConfigUtil<= br>
There are plenty of such errors, and those errors appear in Co= nfigUtil.java file, i have not touched that file at all.=C2=A0 As soon as i= comment out custom dependency in pom.xml file, errors go away. Could anybo= dy help me out, a quick response would be highly appreciated


Regards
--001a113f98a4f7b21f05218a67e2--