Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 670CE200B9B for ; Wed, 7 Sep 2016 07:11:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 65DD3160AA9; Wed, 7 Sep 2016 05:11:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AE55E160ACE for ; Wed, 7 Sep 2016 07:11:24 +0200 (CEST) Received: (qmail 15137 invoked by uid 500); 7 Sep 2016 05:11:23 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 15128 invoked by uid 99); 7 Sep 2016 05:11:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 05:11:23 +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 21391C06E9 for ; Wed, 7 Sep 2016 05:11:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 774sslqyiTTv for ; Wed, 7 Sep 2016 05:11:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 48C975F369 for ; Wed, 7 Sep 2016 05:11:20 +0000 (UTC) Received: (qmail 14979 invoked by uid 99); 7 Sep 2016 05:11:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 05:11:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 27E0FE0579; Wed, 7 Sep 2016 05:11:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rlei@apache.org To: commits@hawq.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-hawq git commit: HAWQ-960. Remove the file BUILD_INSTRUCTIONS.md and move the content in it to README.md. Date: Wed, 7 Sep 2016 05:11:19 +0000 (UTC) archived-at: Wed, 07 Sep 2016 05:11:25 -0000 Repository: incubator-hawq Updated Branches: refs/heads/master dbbdbe488 -> cfbf19e35 HAWQ-960. Remove the file BUILD_INSTRUCTIONS.md and move the content in it to README.md. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/cfbf19e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/cfbf19e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/cfbf19e3 Branch: refs/heads/master Commit: cfbf19e3547727a90bf22a18f636c07a9745bbf1 Parents: dbbdbe4 Author: amyrazz44 Authored: Wed Sep 7 11:01:33 2016 +0800 Committer: rlei Committed: Wed Sep 7 13:10:54 2016 +0800 ---------------------------------------------------------------------- BUILD_INSTRUCTIONS.md | 4 ---- README.md | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/cfbf19e3/BUILD_INSTRUCTIONS.md ---------------------------------------------------------------------- diff --git a/BUILD_INSTRUCTIONS.md b/BUILD_INSTRUCTIONS.md deleted file mode 100644 index 9c4e92c..0000000 --- a/BUILD_INSTRUCTIONS.md +++ /dev/null @@ -1,4 +0,0 @@ -# Build Instructions for Apache HAWQ - -Please see HAWQ wiki page: -https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/cfbf19e3/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index eed0c25..8237435 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ Apache HAWQ is a Hadoop native SQL query engine that combines the key technologi - Standard connectivity: JDBC/ODBC # Build & Install & Test -Please refer to the [BUILD_INSTRUCTIONS][1] file. - - [1]: https://github.com/apache/incubator-hawq/blob/master/BUILD_INSTRUCTIONS.md "BUILD_INSTRUCTIONS" +--------------- +Please see HAWQ wiki page: +https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install # Export Control ----------------