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 DB44411D4C for ; Mon, 7 Jul 2014 05:22:33 +0000 (UTC) Received: (qmail 87725 invoked by uid 500); 7 Jul 2014 05:22:33 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 87679 invoked by uid 500); 7 Jul 2014 05:22:33 -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 87669 invoked by uid 99); 7 Jul 2014 05:22:33 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 05:22:33 +0000 Received: from localhost (HELO mail-qc0-f176.google.com) (127.0.0.1) (smtp-auth username hyunsik, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2014 05:22:33 +0000 Received: by mail-qc0-f176.google.com with SMTP id w7so3400128qcr.35 for ; Sun, 06 Jul 2014 22:22:32 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.140.37.232 with SMTP id r95mr40251526qgr.59.1404710552700; Sun, 06 Jul 2014 22:22:32 -0700 (PDT) Received: by 10.96.175.70 with HTTP; Sun, 6 Jul 2014 22:22:32 -0700 (PDT) In-Reply-To: References: Date: Mon, 7 Jul 2014 14:22:32 +0900 Message-ID: Subject: Re: Tajo Version On CLI From: Hyunsik Choi To: "dev@tajo.apache.org" Content-Type: text/plain; charset=UTF-8 Hi Thanh Mai, Above all, thank you for your participation and interest in Tajo. If you already commit your change to your local git repo, you cannot get the difference from just 'git diff'. You should use 'git diff' against a specified branch as follows: git diff origin/master --no-prefix > TAJO-912.patch If you have more question, feel free to ask us anything. Best regards, Hyunsik On Mon, Jul 7, 2014 at 2:11 PM, Thanh Mai wrote: > Hi everyone, > > I am a newbie to Apache Tajo as well as GIT and open source project > development. > > I start my participation here with a patch to fix the TAJO-912 trivial CLI > bug. > > However, after I modify the source code in 2 files, compile and test > successfully, and following the instructions to create a patch (below), the > patch file contains nothing (0 byte). > > ----------------------------------------------------- > git status > > git add src/../file1.java > git add src/../file2.java > > git diff --no-prefix > TAJO-912.patch > ----------------------------------------------------- > > (of course, with the real & correct paths to .java files) > > Can anyone tell me why ? > > Thank you, > > Mai Hai Thanh > > > > On Mon, Jul 7, 2014 at 10:54 AM, Jaehwa Jung wrote: > >> Hello Shrikant, >> >> I appreciate your interest and bug report. >> >> I've just created a jira issue as follows: >> https://issues.apache.org/jira/browse/TAJO-912 >> >> >> Regards >> Jaehwa >> >> >> >> 2014-07-07 4:51 GMT+09:00 Shrikant Bang : >> >> > Hello Tajo Devs, >> > I am newbie to Apache Tajo. I have built Tajo from src code checked out >> > from github. >> > The current version of Tajo in trunk is 0.9, however the Tajo CLI shows >> > version as 0.8. >> > default> \version0.8.0-SNAPSHOT >> > It looks like a trivial bug. >> > Thanks,Shrikant B. >> > >>