Return-Path: X-Original-To: apmail-sqoop-dev-archive@www.apache.org Delivered-To: apmail-sqoop-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 EE809106CC for ; Mon, 1 Dec 2014 00:47:31 +0000 (UTC) Received: (qmail 68170 invoked by uid 500); 1 Dec 2014 00:47:31 -0000 Delivered-To: apmail-sqoop-dev-archive@sqoop.apache.org Received: (qmail 68136 invoked by uid 500); 1 Dec 2014 00:47:31 -0000 Mailing-List: contact dev-help@sqoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sqoop.apache.org Delivered-To: mailing list dev@sqoop.apache.org Received: (qmail 68125 invoked by uid 99); 1 Dec 2014 00:47:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 00:47:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gshapira@cloudera.com designates 209.85.213.49 as permitted sender) Received: from [209.85.213.49] (HELO mail-yh0-f49.google.com) (209.85.213.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 00:47:06 +0000 Received: by mail-yh0-f49.google.com with SMTP id f10so4339277yha.8 for ; Sun, 30 Nov 2014 16:46:20 -0800 (PST) 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=yqXi3bA72hW6Rs/pR58vO1j84foyY0VPjRW3G7Xh1I0=; b=W4fVqIKkwYD0eWkCGqUzQDDcB9lNjSXna9ydE4IBiakUOBEM6siUr2H6Xnh+gshPK8 3+iXQlSEuM5RNgVFLAUg8iQzrFE6sFMowAEZ9JmTdQjLUUvVA9tEA0nS+2IZmQF4mCEj fZxNc9mTwPTWUCVapph4luP5cEU8Z+fEpIrQNo2OuQfmaE8j28a4501IBkfw0x7Ek2Pt BvRER06EKO8CRAF5KhZC6/OjJeYSzAyZ1Axj/G3/V+JbWoLJcJN42C6rNbuyqAtZo5Ho BUXnSW/VHfTiGYYWZh/DM/qL8xWNwKPTJabJf30EF/Drhk7POYTXpw2Qn5umCF+H62VY UrXQ== X-Gm-Message-State: ALoCoQl6ui5YuiOIlLXC7sAv3jEe2uRB/E/Dhgcu/xN/wrCJpNLNAKTCGfDf5lYCncycKDGj3WCH MIME-Version: 1.0 X-Received: by 10.236.228.225 with SMTP id f91mr56891262yhq.193.1417394780079; Sun, 30 Nov 2014 16:46:20 -0800 (PST) Received: by 10.170.228.2 with HTTP; Sun, 30 Nov 2014 16:46:20 -0800 (PST) In-Reply-To: References: Date: Sun, 30 Nov 2014 16:46:20 -0800 Message-ID: Subject: Re: Sqoop 2 JAVA coding guidelines From: Gwen Shapira To: "dev@sqoop.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I think its a great idea to document the coding standards that already exist for this project. It can be frustrating to new contributors to have to guess their way around our un-written expectations. Gwen On Sun, Nov 30, 2014 at 2:05 PM, Veena Basavaraj wrote: > Hey all, > > Since a few months I have been contributing to Sqoop2, I do notice a lack > of style guide for sqoop2 code. > > I have started a wiki highlighting things for developers to follow. > > https://cwiki.apache.org/confluence/display/SQOOP/Sqoop+2+Coding+Guidelines > I prefer the google java style guide to begin with. > > Please add your comments in the comments section on things you would like > to have, so we can iterate over this in the coming few weeks and settle > down to a standard that every one can use in their IDE. I am happy to > create a formatter XML for eclipse as per these rules and attach it to the > wiki. > > > > Best, > *./Vee*