Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4ADE018F07 for ; Fri, 13 Nov 2015 23:13:11 +0000 (UTC) Received: (qmail 53012 invoked by uid 500); 13 Nov 2015 23:13:11 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 52859 invoked by uid 500); 13 Nov 2015 23:13:11 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 52812 invoked by uid 99); 13 Nov 2015 23:13:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2015 23:13:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 06F542C1F5A for ; Fri, 13 Nov 2015 23:13:11 +0000 (UTC) Date: Fri, 13 Nov 2015 23:13:11 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HIVE-12341) LLAP: add security to daemon protocol endpoint (excluding shuffle) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-12341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15004875#comment-15004875 ] Sergey Shelukhin edited comment on HIVE-12341 at 11/13/15 11:12 PM: -------------------------------------------------------------------- With this patch, I can run a query not involving a shuffle successfully; I can also run a query with shuffle but it cannot write to a local FS, and after chmod 777 it cannot run because my cluster doesn't have native Hadoop set up, so I didn't bother with that much. Sid told me that currently LLAP shuffle doesn't use tokens at all, so it does appear to get to the point where the request is being processed. I assume shuffle security would be added there and other shuffle issues resolved, in HIVE-12397. [~gopalv] [~sseth] can you review? RB w/o the generated code at https://reviews.apache.org/r/40315/ was (Author: sershe): With this patch, I can run a query not involving a shuffle successfully; I can also run a query with shuffle but it cannot write to a local FS, and after chmod 777 it cannot run because my cluster doesn't have native Hadoop set up, so I didn't bother with that much. Sid told me that currently LLAP shuffle doesn't use tokens at all, so it does appear to get to the point where the request is being processed. I assume shuffle security would be added there and other shuffle issues resolved, in HIVE-12397. [~gopalv] [~sseth] can you review? > LLAP: add security to daemon protocol endpoint (excluding shuffle) > ------------------------------------------------------------------ > > Key: HIVE-12341 > URL: https://issues.apache.org/jira/browse/HIVE-12341 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-12341.WIP.nogen.patch, HIVE-12341.WIP.patch, HIVE-12341.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)