Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6D99B200B6F for ; Wed, 24 Aug 2016 12:38:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6C186160AB1; Wed, 24 Aug 2016 10:38:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B48D5160AA4 for ; Wed, 24 Aug 2016 12:38:10 +0200 (CEST) Received: (qmail 24477 invoked by uid 500); 24 Aug 2016 10:38:09 -0000 Mailing-List: contact dev-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@spark.apache.org Received: (qmail 24461 invoked by uid 99); 24 Aug 2016 10:38:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2016 10:38:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7486B180593 for ; Wed, 24 Aug 2016 10:38:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.5 X-Spam-Level: *** X-Spam-Status: No, score=3.5 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LINKBAIT=2.5] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id n-qXlKi_paRq for ; Wed, 24 Aug 2016 10:38:06 +0000 (UTC) Received: from alu112.rev.netart.pl (alu112.rev.netart.pl [85.128.177.112]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 74E885FD34 for ; Wed, 24 Aug 2016 10:38:06 +0000 (UTC) Received: from mail-ua0-f176.google.com (unknown [209.85.217.176]) by laskowski.nazwa.pl (Postfix) with ESMTP id 6B07E234C4C for ; Wed, 24 Aug 2016 12:38:05 +0200 (CEST) Received: by mail-ua0-f176.google.com with SMTP id 97so20639192uav.3 for ; Wed, 24 Aug 2016 03:38:05 -0700 (PDT) X-Gm-Message-State: AE9vXwMo/8vPiz5WTgwmPt45cZM/pOeEFJ4ez0jyArgsZORG53GazgBx0WoTdKsMYZAjgLMOl978vrGh8Q7dvg== X-Received: by 10.176.1.205 with SMTP id 71mr1262925ual.93.1472035084427; Wed, 24 Aug 2016 03:38:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.13.195 with HTTP; Wed, 24 Aug 2016 03:38:03 -0700 (PDT) In-Reply-To: <5B95A328-76F7-403E-B1C4-774C171260A4@hortonworks.com> References: <5B95A328-76F7-403E-B1C4-774C171260A4@hortonworks.com> From: Jacek Laskowski Date: Wed, 24 Aug 2016 12:38:03 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Spark dev-setup To: Steve Loughran Cc: dev Content-Type: text/plain; charset=UTF-8 archived-at: Wed, 24 Aug 2016 10:38:11 -0000 On Wed, Aug 24, 2016 at 11:13 AM, Steve Loughran wrote: > I'd recommend ...which I mostly agree to with some exceptions :) > -stark spark standalone from there Why spark standalone since the OP asked about "learning how query execution flow occurs in Spark SQL"? How about spark-shell in local mode? Possibly explain(true) + conf/log4j.properties as the code might get tricky to get right at the very beginning. #justcurious Jacek --------------------------------------------------------------------- To unsubscribe e-mail: dev-unsubscribe@spark.apache.org