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 31C07200B58 for ; Tue, 12 Jul 2016 22:05:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 307BD160A56; Tue, 12 Jul 2016 20:05:22 +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 7CB67160A53 for ; Tue, 12 Jul 2016 22:05:21 +0200 (CEST) Received: (qmail 474 invoked by uid 500); 12 Jul 2016 20:05:20 -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 458 invoked by uid 99); 12 Jul 2016 20:05:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2016 20:05:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 849FC2C027F for ; Tue, 12 Jul 2016 20:05:20 +0000 (UTC) Date: Tue, 12 Jul 2016 20:05:20 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14180) Disable LlapZookeeperRegistry ZK auth setup for external clients MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 12 Jul 2016 20:05:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-14180: ------------------------------------ Attachment: HIVE-14180.02.patch again for HiveQA > Disable LlapZookeeperRegistry ZK auth setup for external clients > ---------------------------------------------------------------- > > Key: HIVE-14180 > URL: https://issues.apache.org/jira/browse/HIVE-14180 > Project: Hive > Issue Type: Sub-task > Components: llap > Reporter: Jason Dere > Assignee: Sergey Shelukhin > Attachments: HIVE-14180.02.patch, HIVE-14180.1.patch > > > {noformat} > Caused by: org.apache.hadoop.service.ServiceStateException: java.io.IOException: Llap Kerberos keytab is empty > at org.apache.hadoop.service.ServiceStateException.convert(ServiceStateException.java:59) > at org.apache.hadoop.service.AbstractService.start(AbstractService.java:204) > at org.apache.hadoop.hive.llap.registry.impl.LlapRegistryService.getClient(LlapRegistryService.java:67) > at org.apache.hadoop.hive.llap.LlapBaseInputFormat.getServiceInstance(LlapBaseInputFormat.java:238) > at org.apache.hadoop.hive.llap.LlapBaseInputFormat.getRecordReader(LlapBaseInputFormat.java:142) > at org.apache.hadoop.hive.llap.LlapRowInputFormat.getRecordReader(LlapRowInputFormat.java:51) > {noformat} > Using the LLAP ZK registry in environments other than the LLAP daemon (such as external LLAP clients), there should be a way to skip this ZK auth setup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)