Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/74069


Change subject: Adding missing jdbc_port parameter in  hive class
......................................................................

Adding missing jdbc_port parameter in  hive class

Change-Id: I0cd298e38f27e88009d0ecd72533cd0513bbe6b1
---
M manifests/hive.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/cdh4 
refs/changes/69/74069/1

diff --git a/manifests/hive.pp b/manifests/hive.pp
index 05fff70..71a0554 100644
--- a/manifests/hive.pp
+++ b/manifests/hive.pp
@@ -15,6 +15,7 @@
 # $jdbc_username                 - Metastore JDBC username.  Default: hive
 # $jdbc_password                 - Metastore JDBC password.  Default: hive
 # $jdbc_host                     - Metastore JDBC hostname.  Default: localhost
+# $jdbc_port                     - Metastore JDBC port.      Default: 3306
 # $jdbc_driver                   - Metastore JDBC driver class name.
 #                                  Default: 
org.apache.derby.jdbc.EmbeddedDriver
 # $jdbc_protocol                 - Metastore JDBC protocol.  Default: mysql
@@ -47,6 +48,7 @@
     $jdbc_username               = $cdh4::hive::defaults::jdbc_username,
     $jdbc_password               = $cdh4::hive::defaults::jdbc_password,
     $jdbc_host                   = $cdh4::hive::defaults::jdbc_host,
+    $jdbc_port                   = $cdh4::hive::defaults::jdbc_port,
     $jdbc_driver                 = $cdh4::hive::defaults::jdbc_driver,
     $jdbc_protocol               = $cdh4::hive::defaults::jdbc_protocol,
 

-- 
To view, visit https://gerrit.wikimedia.org/r/74069
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0cd298e38f27e88009d0ecd72533cd0513bbe6b1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/cdh4
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to