From dev-return-5839-apmail-tajo-dev-archive=tajo.apache.org@tajo.apache.org Wed Apr 22 04:30:59 2015 Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-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 AA47717B86 for ; Wed, 22 Apr 2015 04:30:59 +0000 (UTC) Received: (qmail 28875 invoked by uid 500); 22 Apr 2015 04:30:59 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 28821 invoked by uid 500); 22 Apr 2015 04:30:59 -0000 Mailing-List: contact dev-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list dev@tajo.apache.org Received: (qmail 28807 invoked by uid 99); 22 Apr 2015 04:30:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 04:30:59 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.164.171.186 which is an MX secondary for dev@tajo.apache.org) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 04:30:54 +0000 Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B3E9343CB5 for ; Wed, 22 Apr 2015 04:30:33 +0000 (UTC) Received: by wiun10 with SMTP id n10so43169212wiu.1 for ; Tue, 21 Apr 2015 21:30:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5zyCeEcCueRtOXoir/6wVrn7yGR6h7G/G+Sufhf7eb8=; b=Hh6T2epKrwi7NNJAqHPEZ3SK9PQKd5OcRsZeUUUC0pYzMZjB6YZ8IR2v3CLGp/r5i6 kIaqDRavOJdr5Fa0e2i64SwiOs/SdQsNMM2c85x+8PQ7cjTA4nAdza9S2FNQpwkMoxBB r021hZQyAQI2m44BVP9CyWIOVI2WaLbBhGDrE9knSCS9wgrm3CYuHTapsybKSthBFhH/ j/1RDbT07W2Os1AifMwLuRxpsHdUHKkgqIfn5pnmkz8hNJ3HWmk+oUOhVzw/WKzM+zZK xG4LgsyhMqxCzEh68JhNOObRE7IjfAr13olRyMSDdo7FhTRQF37rcKWCdD7HDOPwxV43 pwSg== MIME-Version: 1.0 X-Received: by 10.194.161.138 with SMTP id xs10mr48270877wjb.37.1429677032989; Tue, 21 Apr 2015 21:30:32 -0700 (PDT) Received: by 10.194.56.199 with HTTP; Tue, 21 Apr 2015 21:30:32 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Apr 2015 10:00:32 +0530 Message-ID: Subject: Re: jdb and tajo From: Atri Sharma To: dev@tajo.apache.org Content-Type: multipart/alternative; boundary=089e013d0f38b1e79b0514489f8f X-Virus-Checked: Checked by ClamAV on apache.org --089e013d0f38b1e79b0514489f8f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks a ton :) The reason I am trying to breakpoint is because I want to get an idea of the code flow and how execution passes in general. So was looking for some suitable breakpoints. On Wed, Apr 22, 2015 at 9:58 AM, Jihoon Son wrote: > It's very easy. You don't need to configure any settings. > Just download it (https://www.jetbrains.com/idea/download/) and open your > tajo project (File -> Open -> choose $TAJO_HOME/pom.xml). > > On Wed, Apr 22, 2015 at 1:23 PM Atri Sharma wrote: > > > Thanks. > > > > I have never worked with IntelliJ.Can you guide on setting tajo with it > > please? > > > > On Wed, Apr 22, 2015 at 6:46 AM, Jihoon Son > wrote: > > > > > Hi Atri. > > > As I know, there's no tutorial for debugging tajo with jdb. > > > I prefer IDEs, especially Intellij Idea, rather than jdb for debug. > > > For example, to debug master, I run TajoMaster with the debug mode of > > IDE. > > > > > > However, debugging running master and worker is not so easy because > there > > > are many internal threads and interactions between them. In addition, > you > > > can easily see TajoServiceException if you pause master for a moment. > So, > > > the easiest way is writing a test code for the portion where you want > to > > > verify, I think. > > > > > > Regards, > > > Jihoon > > > 2015=EB=85=84 4=EC=9B=94 21=EC=9D=BC (=ED=99=94) =EC=98=A4=ED=9B=84 9= :40, Atri Sharma =EB=8B=98=EC=9D=B4 =EC=9E=91=EC=84=B1= : > > > > > > > Folks, > > > > > > > > I am trying to set breakpoints for running Tajo process with jdb. I= s > > > there > > > > a tutorial somewhere? > > > > > > > > -- > > > > Regards, > > > > > > > > Atri > > > > *l'apprenant* > > > > > > > > > > > > > > > -- > > Regards, > > > > Atri > > *l'apprenant* > > > --=20 Regards, Atri *l'apprenant* --089e013d0f38b1e79b0514489f8f--