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 05BDF200C11 for ; Sat, 4 Feb 2017 07:59:45 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EE0D3160B63; Sat, 4 Feb 2017 06:59:44 +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 41793160B56 for ; Sat, 4 Feb 2017 07:59:44 +0100 (CET) Received: (qmail 78653 invoked by uid 500); 4 Feb 2017 06:59:43 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 78642 invoked by uid 99); 4 Feb 2017 06:59:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2017 06:59:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 26D2BDFBDB; Sat, 4 Feb 2017 06:59:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jcamacho@apache.org To: commits@hive.apache.org Message-Id: <6c0f00db5fd347d69b29993de7be3a7d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-15809: Typo in the PostgreSQL database name for druid service (Slim Bouguerra, reviewed by Jesus Camacho Rodriguez) Date: Sat, 4 Feb 2017 06:59:43 +0000 (UTC) archived-at: Sat, 04 Feb 2017 06:59:45 -0000 Repository: hive Updated Branches: refs/heads/master 08aaa28d5 -> 79f6110bd HIVE-15809: Typo in the PostgreSQL database name for druid service (Slim Bouguerra, reviewed by Jesus Camacho Rodriguez) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/79f6110b Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/79f6110b Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/79f6110b Branch: refs/heads/master Commit: 79f6110bd76205c280734953ede38e2e015cc5de Parents: 08aaa28 Author: Slim Bouguerra Authored: Sat Feb 4 06:57:26 2017 +0000 Committer: Jesus Camacho Rodriguez Committed: Sat Feb 4 06:59:31 2017 +0000 ---------------------------------------------------------------------- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/79f6110b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ---------------------------------------------------------------------- diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index 1949095..d62e527 100644 --- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -1947,7 +1947,7 @@ public class HiveConf extends Configuration { , "druid deep storage location."), DRUID_METADATA_BASE("hive.druid.metadata.base", "druid", "Default prefix for metadata tables"), DRUID_METADATA_DB_TYPE("hive.druid.metadata.db.type", "mysql", - new PatternSet("mysql", "postgres"), "Type of the metadata database." + new PatternSet("mysql", "postgresql"), "Type of the metadata database." ), DRUID_METADATA_DB_USERNAME("hive.druid.metadata.username", "", "Username to connect to Type of the metadata DB."