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 EFE1A19397 for ; Tue, 29 Mar 2016 13:11:25 +0000 (UTC) Received: (qmail 24572 invoked by uid 500); 29 Mar 2016 13:11:25 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 24535 invoked by uid 500); 29 Mar 2016 13:11:25 -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 24519 invoked by uid 99); 29 Mar 2016 13:11:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 13:11:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 774B02C1F5A for ; Tue, 29 Mar 2016 13:11:25 +0000 (UTC) Date: Tue, 29 Mar 2016 13:11:25 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4147) Add Accumulo Namespace Operations to Proxy 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/ACCUMULO-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15215982#comment-15215982 ] ASF GitHub Bot commented on ACCUMULO-4147: ------------------------------------------ Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/74#discussion_r57719585 --- Diff: test/src/main/java/org/apache/accumulo/test/proxy/SimpleProxyBase.java --- @@ -836,6 +1020,22 @@ public void testExists() throws Exception { } @Test + public void testNamespaceExists() throws Exception { + try { + client.createNamespace(creds, namespaceName); --- End diff -- Also, will this test pass if not exception is thrown? > Add Accumulo Namespace Operations to Proxy > ------------------------------------------ > > Key: ACCUMULO-4147 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4147 > Project: Accumulo > Issue Type: Improvement > Components: proxy > Affects Versions: 1.7.1 > Reporter: Tristen Georgiou > Assignee: Tristen Georgiou > Priority: Minor > Fix For: 1.8.0 > > > The namespace operations are absent from the Accumulo proxy. -- This message was sent by Atlassian JIRA (v6.3.4#6332)