[
https://issues.apache.org/jira/browse/BIGTOP-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14237847#comment-14237847
]
Olaf Flebbe commented on BIGTOP-1486:
-------------------------------------
[~cos], [~rvs]: The beeswax module uses impala (this is basically a noop, but
present anyway and breaks things). In 3.6.0 this was very easy to patch out
(and it is summarized in the head of the jira ticket). Unfortunatly there is
even a tighter integration between beeswax and impala now in 3.7.0. The patch
to remove the impala functionality from beeswax would be some lines of code
now. Only contributing the libs but not the gui seems not easy to me.
I would recommend applying this fix, but more has to be done:
The following issues with hue are still not resolved (Same issue as in 3.6.0) .
I will add JIRAs if this issue is resolved.
* "Server does not support GetLog()"
http://grokbase.com/t/cloudera/hue-user/141sz2rmyz/hue3-5-hive-server2-logs-not-visible"
is unfortunatly _not_ fixed with hive-0.14.0 . Unclear how to proceed. (Hive
Bug or Hue Bug?)
* When first started, the Query Tab is not visible. restarting fixes this,
(Unclear whether this is a hue or Bigtop problem)
* hue oozie Integration does not to work for me, i am still struggeling
getting this to work. (My stupid?)
What seems to be resolved:
* Hue 3.7.0 seems to work now with a failover Ressource Manager
Configuration. But have to test it.
* The hive/beeswax functionality works with hive 0.14.
> Upgrade Hue to 3.7
> ------------------
>
> Key: BIGTOP-1486
> URL: https://issues.apache.org/jira/browse/BIGTOP-1486
> Project: Bigtop
> Issue Type: Sub-task
> Components: general
> Affects Versions: 0.8.0
> Environment: Started and configured hive server, oozie, namenodes ....
> Reporter: Olaf Flebbe
> Assignee: Olaf Flebbe
> Fix For: 0.9.0
>
> Attachments: 0001-BIGTOP-1480.-Upgrade-hue-to-3.7.patch, 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)