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 B4D7B200CBE for ; Fri, 7 Jul 2017 21:13:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B8F02169CEB; Fri, 7 Jul 2017 19:13: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 08C87169CE6 for ; Fri, 7 Jul 2017 21:13:20 +0200 (CEST) Received: (qmail 18036 invoked by uid 500); 7 Jul 2017 19:13: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 18021 invoked by uid 99); 7 Jul 2017 19:13:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2017 19:13:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6AD99C1159 for ; Fri, 7 Jul 2017 19:13:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id hCibnsFyqNqX for ; Fri, 7 Jul 2017 19:13: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 D85215FC1C for ; Fri, 7 Jul 2017 19:13:17 +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 v67JDFuh024052; Fri, 7 Jul 2017 19:13:15 GMT Message-Id: <201707071913.v67JDFuh024052@ip-10-146-233-104.ec2.internal> Date: Fri, 7 Jul 2017 19:13:15 +0000 From: "Laurel Hale (Code Review)" To: John Russell , impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Sailesh Mukil , Mostafa Mokhtar , Michael Brown , David Knupp Reply-To: laurel@cloudera.com X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-5333=3A_=5BDOCS=5D_Document_Impala_ADLS_support=0A?= X-Gerrit-Change-Id: Id5a98217741e5d540d9874e9b30e36f01644ef14 X-Gerrit-ChangeURL: X-Gerrit-Commit: 032921f3ac5e96691dee313dab3dc2cd1241ec88 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, 07 Jul 2017 19:13:31 -0000 Laurel Hale has posted comments on this change. Change subject: IMPALA-5333: [DOCS] Document Impala ADLS support ...................................................................... Patch Set 3: (2 comments) Couple of issues found http://gerrit.cloudera.org:8080/#/c/7175/3/docs/topics/impala_adls.xml File docs/topics/impala_adls.xml: PS3, Line 134: statement Since the link text is "INSERT Statement" it is not necessary to include it again--creates a duplication of the word. Remove this "statement." PS3, Line 158: : dfs.adls.oauth2.access.token.provider.type : ClientCredential : : : dfs.adls.oauth2.client.id : your_client_id : : : dfs.adls.oauth2.credential : your_client_secret : : : dfs.adls.oauth2.refresh.url : refresh_URL : : ]]> Do you tell users where they should get "your_client_id," "your_client_secret," and the "refresh_URL"? These values come from values you set when you create your ADLS service principal and the refresh URL comes from the "Endpoints" setting in the Azure portal (Azure Active Directory > App registrations > Endpoints). -- To view, visit http://gerrit.cloudera.org:8080/7175 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id5a98217741e5d540d9874e9b30e36f01644ef14 Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: John Russell Gerrit-Reviewer: David Knupp Gerrit-Reviewer: John Russell Gerrit-Reviewer: Laurel Hale Gerrit-Reviewer: Michael Brown Gerrit-Reviewer: Mostafa Mokhtar Gerrit-Reviewer: Sailesh Mukil Gerrit-HasComments: Yes