[
https://issues.apache.org/jira/browse/BIGTOP-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165771#comment-14165771
]
Romain Rigaux commented on BIGTOP-1486:
---------------------------------------
This is fix in recent Hue version (3.6, 3.7...).
If no code change should happen, the impala package could be added and the app
black_listed:
https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L98
We could see for creating a new dot dot Hue branch/release for this but ideally
it would be nice to just jump the Hue major version?
> Hue Hive Editor beeswax broken because of impala reference
> ----------------------------------------------------------
>
> Key: BIGTOP-1486
> URL: https://issues.apache.org/jira/browse/BIGTOP-1486
> Project: Bigtop
> Issue Type: Bug
> Affects Versions: 0.8.0
> Environment: Started and configured hive server, oozie, namenodes ....
> Reporter: Olaf Flebbe
> Attachments: hue.patch
>
>
> The hive editor beeswax is broken because the file
> {{/usr/lib/hue/apps/beeswax/src/beeswax/templates/execute.mako}}
> includes references to impala and impala is not supplied by bigtop.
> For instance
> {code}
> from impala import conf as impala_conf
> {code}
> or line 2280
> {code}
> % if ( app_name == 'beeswax' and beeswax_conf.CLOSE_QUERIES.get() ) or (
> app_name == 'impala' and impala_conf.CLOSE_QUERIES.get() ):
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)