Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB890102FB for ; Mon, 29 Dec 2014 22:45:19 +0000 (UTC) Received: (qmail 35560 invoked by uid 500); 29 Dec 2014 22:45:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 35520 invoked by uid 500); 29 Dec 2014 22:45:13 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 35298 invoked by uid 99); 29 Dec 2014 22:45:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2014 22:45:13 +0000 Date: Mon, 29 Dec 2014 22:45:13 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3454) ZooZap should use server login, not client options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-3454: ------------------------------------ Summary: ZooZap should use server login, not client options Key: ACCUMULO-3454 URL: https://issues.apache.org/jira/browse/ACCUMULO-3454 Project: Accumulo Issue Type: Bug Reporter: Josh Elser Assignee: Josh Elser Fix For: 1.7.0 I noticed an oddity working on Kerberos where I could start Accumulo as myself (which is expected since we have keytabs for the servers to login), but shutting down Accumulo would fail because I didn't have credentials. Looking into this, one thing we need is for ZooZap to login as the server user, not as a client. The program needs access to accumulo-site.xml to operate, so it's expected that this lives in "server land" and is not a client application. -- This message was sent by Atlassian JIRA (v6.3.4#6332)