You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Kevin W Monroe (JIRA)" <ji...@apache.org> on 2017/05/30 16:00:06 UTC

[jira] [Created] (BIGTOP-2791) [Puppet] expand hive config options

Kevin W Monroe created BIGTOP-2791:
--------------------------------------

             Summary: [Puppet] expand hive config options
                 Key: BIGTOP-2791
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2791
             Project: Bigtop
          Issue Type: Improvement
          Components: deployment, hive
    Affects Versions: 1.2.0
            Reporter: Kevin W Monroe
            Priority: Minor


Current hive template:

https://github.com/apache/bigtop/blob/master/bigtop-deploy/puppet/modules/hadoop_hive/templates/hive-site.xml

Suggestions for improvement:

- allow the user to pass external db connection config instead of always configuring for an embedded derby metastore; expose the following new template options:
** javax.jdo.option.ConnectionURL
** javax.jdo.option.ConnectionDriverName
** javax.jdo.option.ConnectionUserName
** javax.jdo.option.ConnectionPassword

* configurable heap size
** do something like [hbase|https://github.com/apache/bigtop/blob/master/bigtop-deploy/puppet/modules/hadoop_hbase/templates/hbase-env.sh#L34]
** this will require a {{hive-env.sh}} template, which currently does not exist




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)