Skip to content

Latest commit

 

History

History
executable file
·
148 lines (115 loc) · 5.81 KB

2020-04-10-release-hue-4-7.md

File metadata and controls

executable file
·
148 lines (115 loc) · 5.81 KB
title author type date url sf_thumbnail_type sf_thumbnail_link_type sf_detail_type sf_page_title sf_page_title_style sf_no_breadcrumbs sf_page_title_bg sf_page_title_text_style sf_background_image_size sf_social_sharing sf_related_articles sf_sidebar_config sf_left_sidebar sf_right_sidebar sf_caption_position sf_remove_promo_bar ampforwp-amp-on-off categories
Hue 4.7 and its improvements are out!
Hue Team
post
2020-04-10 02:36:35 +0000
/blog/hue-4-7-and-its-improvements-are-out/
none
link_to_post
none
1
standard
1
none
light
cover
1
1
left-sidebar
Sidebar-2
Sidebar-1
caption-right
1
default
Version 4
Release

Hi Data Explorers,

 

The Hue Team is glad to thanks all the contributors and release Hue 4.7!

hue-logo

 

The focus of this release was to keep building on top of 4.6, modularize the tech stack, improve SQL integrations and prepare major features of Hue 5. Some highlights:

This release comes with 650+ commits and 100+ bug fixes! For all the changes, check out the release notes.

Go grab it and give it a spin!

  • Docker
    docker run -it -p 8888:8888 gethue/4.7.0
    
  • Kubernetes :
    helm repo add gethue https://helm.gethue.com
    helm repo update
    helm install gethue/hue
    
  • demo.gethue.com
  • Tarball or source



Here is a selection of the improvements:

SQL

  • Foreign Keys are showing-up in the SQL left assist
  • The autocomplete grammar was updated with: INTEGER, CTAS, STREAM keyword, EXPLAIN, LOAD, SHOW MATERIALIZED VIEW, ALTER MATERIALIZED VIEW, DROP MATERIALIZED VIEW
  • Materialized views are showing-up with the proper eye icon
  • Hive LLAP/Tez sessions management was revamped in order to support more than one query running concurrently
  • The Drag & Drop from the SQL left assist flakiness was fixed
  • SQL samples now also work with mutable tables (e.g. ORC format tables with INSERT, DELETE, UPDATE..)
  • How to build SQL Autocompletes tutorial has been updated
  • SQL Autocomplete parsers are now available as a JavaScript component pluggable via a classic npm install

Foreign Keys

Collaboration

  • Queries snippets can be shared via a Gist with their own Slack previews
  • Queries can be shared via public links
  • The link sharing modal was restyled to be friendlier

Query Gist

Query Sharing

Infra

ABFS connector

Admin

  • Configuration settings can be searched via a filter
  • The delete flow of a user now disables instead of deleting (to avoid losing the saved documents and queries)
  • User admin page now displays ACTIVE and SUPERUSER statuses
  • The number of active users metric per API instance was revamped

Active user

Progress

  • HUE-8768 The new version of the Editor with multi execution contexts and more robustness got 200+ commits
  • HUE-8758 SQL connectors configuration instead of using hue.ini is close to a MVP
  • HUE-8824 The Optimizations and Catalogs API were made public
  • HUE-8738 The Celery Task Server and SQL task got updated for Python 3

Any feedback or question? Feel free to comment here or on the Forum and quick start SQL querying!

Onwards!