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 B6BB5200C3A for ; Fri, 31 Mar 2017 18:58:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B5244160B80; Fri, 31 Mar 2017 16:58:21 +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 06167160B7C for ; Fri, 31 Mar 2017 18:58:20 +0200 (CEST) Received: (qmail 55386 invoked by uid 500); 31 Mar 2017 16:58:20 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 55375 invoked by uid 99); 31 Mar 2017 16:58:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2017 16:58:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6C350188A0C for ; Fri, 31 Mar 2017 16:58:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id wdE7EMxStsBS for ; Fri, 31 Mar 2017 16:58:18 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 81BD15FBCA for ; Fri, 31 Mar 2017 16:58:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id v2VGwHGI004516; Fri, 31 Mar 2017 16:58:17 GMT Message-Id: <201703311658.v2VGwHGI004516@ip-10-146-233-104.ec2.internal> Date: Fri, 31 Mar 2017 16:58:17 +0000 From: "Jim Apple (Code Review)" To: Michael Brown , impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Jim Apple Reply-To: jbapple-impala@apache.org X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-5140=3A_improve_docs_building_guidelines=0A?= X-Gerrit-Change-Id: I71ae79ecd346045697fe225140ee9a317c5a337f X-Gerrit-ChangeURL: X-Gerrit-Commit: f9a49cec4b0292cef8d9ec04037ff8fa9d029b79 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 archived-at: Fri, 31 Mar 2017 16:58:21 -0000 Jim Apple has posted comments on this change. Change subject: IMPALA-5140: improve docs building guidelines ...................................................................... Patch Set 6: (2 comments) http://gerrit.cloudera.org:8080/#/c/6512/5/docs/README.md File docs/README.md: PS5, Line 74: * **To generate HTML output of the Impala SQL Reference, run the following command:** : : ``` : ./bin/dita -input -format html5 \ : -output \ : -filter : ``` : : * **To generate PDF output of the Impala SQL Reference, run the following command:** : : ``` : ./bin/dita -input -format pdf \ : -output \ : -filter : ``` > You'd have to tell me, since you are the initial committer of this file. On Laurel was the original author. I'll add her to the review. PS5, Line 111: y : `/Users//.bash_profile`. Edit > Done It will be fine if you open a new terminal. I'd suggest assing "source" to these instructions in step 1 so people who don't open a new terminal will get the right result. -- To view, visit http://gerrit.cloudera.org:8080/6512 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I71ae79ecd346045697fe225140ee9a317c5a337f Gerrit-PatchSet: 6 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Michael Brown Gerrit-Reviewer: Jim Apple Gerrit-Reviewer: Michael Brown Gerrit-HasComments: Yes