Return-Path: X-Original-To: apmail-spark-user-archive@minotaur.apache.org Delivered-To: apmail-spark-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 098F411D9B for ; Tue, 9 Sep 2014 01:57:03 +0000 (UTC) Received: (qmail 46236 invoked by uid 500); 9 Sep 2014 01:57:01 -0000 Delivered-To: apmail-spark-user-archive@spark.apache.org Received: (qmail 46179 invoked by uid 500); 9 Sep 2014 01:57:01 -0000 Mailing-List: contact user-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@spark.apache.org Received: (qmail 46169 invoked by uid 99); 9 Sep 2014 01:57:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 01:57:01 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lordjoe2000@gmail.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-ie0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 01:56:35 +0000 Received: by mail-ie0-f181.google.com with SMTP id rp18so18331923iec.26 for ; Mon, 08 Sep 2014 18:56:33 -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=KAJC0kupJ46/XwNVv3zeQzvgWsxaRVqg9Wt9pztYCvg=; b=C4dMU73woAS0rxMrp4KQ6pxl9JHJn2aXqWkL4BBY6FuxWdux85OdK3VivbyITKEmmA 4JgvLeQABkI1RgHvIDF4Ge4GWYZtwV4tx3eAdt4Qn3CPgnl6QsbXNTb4ShCkgP6wKuBV H2pjwiUu7X7ZvE0/xWKXfzio4FhPcS7gn+H7ajcqty0z2aPvEwN+wVmNr4sKF1fDW5cr EgxPRbiZJjFpBMMeaT3LI9E3uPR9amO8xrHge31158agxrRmd0ckH6q8Z0w0MsQJCH0A 9INaAa3ZYrSuwfJnwhICQvDWSPV40sdzMb7wUrRPJ+6Q++wnE/Phv8GK/QNw3rfE8Dat FsHg== MIME-Version: 1.0 X-Received: by 10.42.84.9 with SMTP id j9mr7321776icl.60.1410227793750; Mon, 08 Sep 2014 18:56:33 -0700 (PDT) Received: by 10.107.155.73 with HTTP; Mon, 8 Sep 2014 18:56:33 -0700 (PDT) Date: Mon, 8 Sep 2014 18:56:33 -0700 Message-ID: Subject: Is the structure for a jar file for running Spark applications the same as that for Hadoop From: Steve Lewis To: user@spark.apache.org Content-Type: multipart/alternative; boundary=90e6ba614d48b2f2040502983ee8 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba614d48b2f2040502983ee8 Content-Type: text/plain; charset=UTF-8 In a Hadoop jar there is a directory called lib and all non-provided third party jars go there and are included in the class path of the code. Do jars for Spark have the same structure - another way to ask the question is if I have code to execute Spark and a jar build for Hadoop can I simply use that jar? --90e6ba614d48b2f2040502983ee8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


=C2=A0In a Hadoop ja= r there is a directory called lib and all non-provided third party jars go = there and are included in the class path of the code. Do jars for Spark hav= e the same structure - another way to ask the question is if I have code to= execute Spark and a jar build for Hadoop can I simply use that jar?
--90e6ba614d48b2f2040502983ee8--