[
https://issues.apache.org/jira/browse/BIGTOP-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14335732#comment-14335732
]
Peter Slawski commented on BIGTOP-1705:
---------------------------------------
Note with Hue 3.6.0, without the search app installed (hue-search), an
exception trace will be displayed when accessing Hue.
This has been resolved in Hue 3.7.1:
https://github.com/cloudera/hue/commit/b4fb6acdeb9b0eb545af9ec7cd25bbe2d836c85e
> puppet: Allow configuring which hue apps to install
> ---------------------------------------------------
>
> Key: BIGTOP-1705
> URL: https://issues.apache.org/jira/browse/BIGTOP-1705
> Project: Bigtop
> Issue Type: Improvement
> Components: deployment
> Affects Versions: 0.8.0
> Reporter: Peter Slawski
> Fix For: 0.9.0
>
> Attachments: BIGTOP-1705.1.patch
>
>
> Deployment via Puppet should allow customization of which Hue app plugins are
> install. Currently, the hue metapackage is installed which installs all Hue
> packages including all its app plugins.
> For example, the following could be provided in site.yaml. When puppet is
> applied, only hue-beeswax, hue-pig, hue-search, and hue-server would be
> installed.
> {code}
> hue::server::hue_apps:
> - beeswax
> - pig
> - search
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)