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 3F5F5200C09 for ; Wed, 25 Jan 2017 08:27:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3DF93160B50; Wed, 25 Jan 2017 07:27:27 +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 88714160B4E for ; Wed, 25 Jan 2017 08:27:26 +0100 (CET) Received: (qmail 7793 invoked by uid 500); 25 Jan 2017 07:27:25 -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 7776 invoked by uid 99); 25 Jan 2017 07:27:25 -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; Wed, 25 Jan 2017 07:27:25 +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 EB857180663 for ; Wed, 25 Jan 2017 07:27:24 +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-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id g_K2OabiMNAM for ; Wed, 25 Jan 2017 07:27:24 +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-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 61F985F613 for ; Wed, 25 Jan 2017 07:27:23 +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 v0P7RLKs002679; Wed, 25 Jan 2017 07:27:21 GMT Message-Id: <201701250727.v0P7RLKs002679@ip-10-146-233-104.ec2.internal> Date: Wed, 25 Jan 2017 07:27:21 +0000 From: "David Knupp (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Jim Apple Reply-To: dknupp@cloudera.com X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D=28asf-site=29_Initial_commit_of_the_blog_section_of_the_Impala_ASF_website=2E=0A?= X-Gerrit-Change-Id: If5810f04b56c587a5114953cae7e4f484a92be75 X-Gerrit-ChangeURL: X-Gerrit-Commit: f90d1b7c91ba7f9d136b0dcdf3723ae5b2f864a1 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.2 archived-at: Wed, 25 Jan 2017 07:27:27 -0000 David Knupp has posted comments on this change. Change subject: Initial commit of the blog section of the Impala ASF website. ...................................................................... Patch Set 4: (5 comments) http://gerrit.cloudera.org:8080/#/c/5667/4/nikola_site_generator/README.md File nikola_site_generator/README.md: Line 18: You will need to install a few python packages to work with Nikola. It's up to you whether you > Can you word wrap at 90 characters like in the Java and C++ source code? Done PS4, Line 44: (blog_env) $ pip install -r requirements.txt > This is the only line I need if I don't wish to use a virtualenv, right? You'd probably have to sudo it, but yeah. Line 74: .. slug: my-new-post > What is a slug? The slug is the human-readable last portion of the permalink for a post. E.g., if my blog post is titled "Apache Kudu and Apache Impala (Incubating): The Integration Roadmap", I might want to have the slug be something like "kudu-impala-integration-roadmap", making the permalink to the article: http://impala.apache.org/blog/posts/kudu-impala-integration-roadmap/. PS4, Line 110: ``TEASER_END``` > mismatched number of backticks Done PS4, Line 163: browser > I think I can also just point my browser at the .html files with "file:///. Apparently so. In my experience, it's usually better to run a simple development server, but maybe that's because I've done more with dynamically generated sites. In this case, it seems not to matter. -- To view, visit http://gerrit.cloudera.org:8080/5667 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: If5810f04b56c587a5114953cae7e4f484a92be75 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: asf-site Gerrit-Owner: David Knupp Gerrit-Reviewer: David Knupp Gerrit-Reviewer: Jim Apple Gerrit-HasComments: Yes