Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 661AC17D11 for ; Tue, 7 Oct 2014 01:12:34 +0000 (UTC) Received: (qmail 97268 invoked by uid 500); 7 Oct 2014 01:12:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 97207 invoked by uid 500); 7 Oct 2014 01:12:34 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 97196 invoked by uid 500); 7 Oct 2014 01:12:33 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 97193 invoked by uid 99); 7 Oct 2014 01:12:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 01:12:33 +0000 Date: Tue, 7 Oct 2014 01:12:33 +0000 (UTC) From: "Navis (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-8319) Add configuration for custom services in hiveserver2 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-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14161311#comment-14161311 ] Navis commented on HIVE-8319: ----------------------------- [~thejas] I'm thinking of jetty service for custom management APIs. Azkaban(workflow) also could be a good candidate for this. bq. This patch is making the Service interface public. We should mark it with @public annotation in that case, and probably @unstable or (at least @evolving) as well. Done. bq. The interface also needs some cleanup, so that unused functions are removed (such as register/unregister) Done. Now it has init/start/stop/getName/getState. bq. We should also clarify the public/private api status of the classes within org.apache.hive.service package How can I do this? Could you point an example in hive codebase? > Add configuration for custom services in hiveserver2 > ---------------------------------------------------- > > Key: HIVE-8319 > URL: https://issues.apache.org/jira/browse/HIVE-8319 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Reporter: Navis > Assignee: Navis > Priority: Minor > Attachments: HIVE-8319.1.patch.txt > > > NO PRECOMMIT TESTS > Register services to hiveserver2, for example, > {noformat} > > hive.server2.service.classes > com.nexr.hive.service.HiveStatus,com.nexr.hive.service.AzkabanService > > > azkaban.ssl.port > ... > > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)