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 B1C46200B3B for ; Mon, 11 Jul 2016 18:06:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B0393160A85; Mon, 11 Jul 2016 16:06:17 +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 EEB66160A5E for ; Mon, 11 Jul 2016 18:06:16 +0200 (CEST) Received: (qmail 66681 invoked by uid 500); 11 Jul 2016 16:06:11 -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 66658 invoked by uid 99); 11 Jul 2016 16:06:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 16:06:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3850A2C027F for ; Mon, 11 Jul 2016 16:06:11 +0000 (UTC) Date: Mon, 11 Jul 2016 16:06:11 +0000 (UTC) From: "Sushanth Sowmyan (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-14207) Strip HiveConf hidden params in webui conf MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Jul 2016 16:06:17 -0000 Sushanth Sowmyan created HIVE-14207: --------------------------------------- Summary: Strip HiveConf hidden params in webui conf Key: HIVE-14207 URL: https://issues.apache.org/jira/browse/HIVE-14207 Project: Hive Issue Type: Bug Components: Web UI Reporter: Sushanth Sowmyan Assignee: Sushanth Sowmyan HIVE-12338 introduced a new web ui, which has a page that displays the current HiveConf being used by HS2. However, before it displays that config, it does not strip entries from it which are considered "hidden" conf parameters, thus exposing those values from a web-ui for HS2. We need to add stripping to this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)