Details
Description
Important
The following text is outdated. It refers to Hue 3.6. It was consensus to fix it by updating hue to 3.7.
While Updating to 3.7. unfortunatelty a patch is needed which didn't get into the 3.7 release in time
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
from impala import conf as impala_conf
or line 2280
% if ( app_name == 'beeswax' and beeswax_conf.CLOSE_QUERIES.get() ) or ( app_name == 'impala' and impala_conf.CLOSE_QUERIES.get() ):
-