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 4A65D17D17 for ; Tue, 22 Sep 2015 12:25:37 +0000 (UTC) Received: (qmail 17648 invoked by uid 500); 22 Sep 2015 12:25:32 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 17502 invoked by uid 500); 22 Sep 2015 12:25:32 -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 17489 invoked by uid 99); 22 Sep 2015 12:25:32 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2015 12:25:32 +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 CE0C21A53F4 for ; Tue, 22 Sep 2015 12:25:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 3CjmmcvaOvFx for ; Tue, 22 Sep 2015 12:25:31 +0000 (UTC) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id B1CDA20646 for ; Tue, 22 Sep 2015 12:25:30 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so189324412wic.1 for ; Tue, 22 Sep 2015 05:25:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=ptX8YGWKGKmVQ8nJ9dwtz/J8EdqStoZkaS04UuZKR1U=; b=CeutCUl9ZzRzz8YlgqIntVnKDT6OyvgNTCazUL26bVk1cWvalKWtVAgpwWEgfqAjYe OzPGjvfGAxhmSVlnY03mFfV9+57Fix+qjkyUUsKyjjVuIs+vEAVppo8PtcWrMcNNKk3f Su8jmP71QEMc43X3ZYL/3Ssqtlmrv/nCyBH6Y5Ga+qnJ94gUnm3vfxL9qd+1B/ckaKgF rxUDsCgoCDJ+RxxphZBsTuBFlckWUzyF15EqHIx4TrFcRjGfsGSldpliwzGGnnLl3Gci OfAtFsj5byqDlzD/loFtQ26kRA7OlgVqgUCy6K3FqWkvQGGCkSNrML73uDLy7lGkyFiw s3og== X-Received: by 10.180.207.241 with SMTP id lz17mr19783045wic.19.1442924730453; Tue, 22 Sep 2015 05:25:30 -0700 (PDT) Received: from [192.168.0.105] (31.206.137.78.rev.vodafone.pt. [78.137.206.31]) by smtp.gmail.com with ESMTPSA id lf10sm1626452wjb.23.2015.09.22.05.25.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Sep 2015 05:25:29 -0700 (PDT) To: user@hadoop.apache.org From: xeonmailinglist Subject: Add jars to hadoop jar classpath Message-ID: <560148B7.1070301@gmail.com> Date: Tue, 22 Sep 2015 13:25:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, I want to execute `hadoop jar myexample.jar` but I want to pass spring framework jars. How can I add spring framework jars to hadoop classpath? Thanks,