Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A930018D40 for ; Sat, 22 Aug 2015 18:04:47 +0000 (UTC) Received: (qmail 78200 invoked by uid 500); 22 Aug 2015 18:04:47 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 78146 invoked by uid 500); 22 Aug 2015 18:04:47 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 78135 invoked by uid 99); 22 Aug 2015 18:04:47 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Aug 2015 18:04:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id BDDA41AAB24 for ; Sat, 22 Aug 2015 18:04:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.001 X-Spam-Level: *** X-Spam-Status: No, score=3.001 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id DPIjVnbNxlBG for ; Sat, 22 Aug 2015 18:04:32 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id E9B18428DB for ; Sat, 22 Aug 2015 18:04:31 +0000 (UTC) Received: by wicne3 with SMTP id ne3so38952670wic.0 for ; Sat, 22 Aug 2015 11:04:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=w+wBFsdGCT9AiHLsHW6QWnvq3v9xkOM0mkbIkuOGYjU=; b=FVJw6BNLgaoxAf1eIFWtJPeV4QNmX0XAKoC8nAVCtXOxl7/ZVcvTumB/tU6pJyH1Of UAobtXaEwaMexFTW637VxrcqKxWh46dc3wDW+8Al80+tTH6hlKB0YF8/AciLdMMEJA9a 9u61SeYr/2u0k8T7NPDZgTV1h2EE8QUyoqkRaOZAXSVGfmBx2jHPI3lJNrPDGP0DRjeL vUvKyAQhv3UMGHhrgv03SVXVh+fTZtsd4C99VUII7sZUFxsu/lz/JYGfy7wWLlNRLbhA mCothlimANgu1EjKTqTNDJpAgzhnkUQ/xZCrbs5SkC1UAnP2A53NObNVluDPIfVJ4o3G Blyg== X-Gm-Message-State: ALoCoQmMiS8vpBG/53/0YzMqEzEwd098HSlLibYw24S5Zx2U5w0wWLopMVaWLIlZlprnZ57GTg2K MIME-Version: 1.0 X-Received: by 10.194.120.230 with SMTP id lf6mr27824100wjb.41.1440266670849; Sat, 22 Aug 2015 11:04:30 -0700 (PDT) Received: by 10.28.178.133 with HTTP; Sat, 22 Aug 2015 11:04:30 -0700 (PDT) In-Reply-To: References: Date: Sat, 22 Aug 2015 11:04:30 -0700 Message-ID: Subject: Re: New JIRA Python tool From: Hsuan-Yi Chu To: dev@drill.apache.org Content-Type: multipart/alternative; boundary=089e0115fe244c5af8051dea37e4 --089e0115fe244c5af8051dea37e4 Content-Type: text/plain; charset=UTF-8 Hi Edmon, Thanks for bringing this up. I just tried, and easy_install does not work on my laptop either. >From my experience, for the purpose of requesting reviews/submitting patches, you could send pull request on github. That might be the most common way people are using now. For the documentation, I think update the correct information is good idea too. On Sat, Aug 22, 2015 at 10:50 AM, Edmon Begoli wrote: > What is the suitable replacement for the JIRA Python tool > (jira-python) still specified on the contribution web site? > https://drill.apache.org/docs/drill-patch-review-tool/ > > For me, easy_install is not finding jira-python library. > > It looks like this is the right tool: > http://pythonhosted.org/jira/ > > Which is installed as just jira with pip, but it looks like the setup for > patch submission might be slightly different. > > If I am seeing this right and the new tool is needed, we should probably > update the documentation (I will be happy to do so). > > Thanks, > Edmon > --089e0115fe244c5af8051dea37e4--