Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 190011826E for ; Thu, 16 Jul 2015 20:55:50 +0000 (UTC) Received: (qmail 67724 invoked by uid 500); 16 Jul 2015 20:55:49 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 67650 invoked by uid 500); 16 Jul 2015 20:55:49 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 67641 invoked by uid 500); 16 Jul 2015 20:55:49 -0000 Delivered-To: apmail-hadoop-core-commits@hadoop.apache.org Received: (qmail 67636 invoked by uid 99); 16 Jul 2015 20:55:49 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2015 20:55:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6A5E7C0910 for ; Thu, 16 Jul 2015 20:55:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.99 X-Spam-Level: X-Spam-Status: No, score=0.99 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 81IINdpJWx57 for ; Thu, 16 Jul 2015 20:55:49 +0000 (UTC) Received: from eos.apache.org (eos.apache.org [140.211.11.131]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id DCBE522F2D for ; Thu, 16 Jul 2015 20:55:48 +0000 (UTC) Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 259FF993; Thu, 16 Jul 2015 20:55:19 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 16 Jul 2015 20:55:19 -0000 Message-ID: <20150716205519.45799.58249@eos.apache.org> Subject: =?utf-8?q?=5BHadoop_Wiki=5D_Update_of_=22HowToContribute=22_by_SomeOtherA?= =?utf-8?q?ccount?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for ch= ange notification. The "HowToContribute" page has been changed by SomeOtherAccount: https://wiki.apache.org/hadoop/HowToContribute?action=3Ddiff&rev1=3D110&rev= 2=3D111 In order to create a patch, type (from the base directory of hadoop): = {{{ - git diff --no-prefix trunk > HADOOP-1234.patch + git diff trunk > HADOOP-1234.patch }}} This will report all modifications done on Hadoop sources on your local d= isk and save them into the ''HADOOP-1234.patch'' file. Read the patch file= . Make sure it includes ONLY the modifications required to fix a single iss= ue. =20