Return-Path: X-Original-To: apmail-spark-dev-archive@minotaur.apache.org Delivered-To: apmail-spark-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B84210D7B for ; Sun, 14 Jul 2013 00:26:43 +0000 (UTC) Received: (qmail 29872 invoked by uid 500); 14 Jul 2013 00:26:43 -0000 Delivered-To: apmail-spark-dev-archive@spark.apache.org Received: (qmail 29842 invoked by uid 500); 14 Jul 2013 00:26:43 -0000 Mailing-List: contact dev-help@spark.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.incubator.apache.org Delivered-To: mailing list dev@spark.incubator.apache.org Received: (qmail 29834 invoked by uid 99); 14 Jul 2013 00:26:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jul 2013 00:26:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of karthik.tunga@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qc0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jul 2013 00:26:37 +0000 Received: by mail-qc0-f176.google.com with SMTP id z10so5567269qcx.21 for ; Sat, 13 Jul 2013 17:26:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=lSe0TvfEfz0hkGbgqVNKG7Fb+1yEr9Stp7ZEoZ5/8rQ=; b=iVbtvdtNiF06w0a2ox33nOlNweTOBOfnjBLTA1S2sS8TcJV/rypcnU4C8VXjmjCp4x Kz+laj23jw+40pQmJCLGtblbU7W2vEa6BqAqjLddXPyP3ohtWHIaq6NbIQnYZYszYAyS NMRNiwRn02Dfhoy39O1ytp8OYCOT+MinAnTzScDMcW5lc5eBn+N1wNxqP7qJXDXgb8uO KSgVOYZnbdbK/0fjAfA7Z+LjSNhGuwJgNGKydJy2G0gyX1XeLo/DmlD7/fspKbiLj0rR SVQseEDcMpAMoqFxCR+ncAEwy/2IY+6Y2baQghv7F0YwMuKglIrDJPGJi66YnHYYXKKt vHIQ== X-Received: by 10.224.79.203 with SMTP id q11mr45474721qak.35.1373761577158; Sat, 13 Jul 2013 17:26:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.197.195 with HTTP; Sat, 13 Jul 2013 17:25:56 -0700 (PDT) In-Reply-To: References: From: karthik tunga Date: Sat, 13 Jul 2013 17:25:56 -0700 Message-ID: Subject: Re: Help with IDE To: dev Content-Type: multipart/alternative; boundary=047d7bdca7f0d00fb004e16dca25 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdca7f0d00fb004e16dca25 Content-Type: text/plain; charset=UTF-8 Hi Matei, I am trying to import Spark. I want to start contributing. :) Thanks for info. I will try it out. Cheers, Karthik On 13 July 2013 17:19, Matei Zaharia wrote: > Hi Karthik, > > Are you trying to import Spark into an IDE, or just write a project that > depends on it? > > I've found IDEA works pretty well for importing Spark. You do sbt/sbt > gen-idea in the Spark folder, then make sure you have the Scala plugin in > IDEA, and import it. I saw one weird warning about "same path for test and > production" in the root-build project that I fixed by going to the project > options and giving a different path for test. > > Matei > > On Jul 13, 2013, at 5:11 PM, karthik tunga > wrote: > > > Hi, > > > > This question might be for scala in general. Which IDE is good for > > scala/spark ? I am relatively new to scala. Eclipse throws these weird > > errors. I thought I saw IntelliJ IDEA in one of Matei's videos. > > > > Any suggestions ? > > > > Cheers, > > Karthik > > --047d7bdca7f0d00fb004e16dca25--