瀏覽代碼

HUE-9095 [gethue] Improving 4.6 release notes

Romain 6 年之前
父節點
當前提交
3bbef730a3
共有 1 個文件被更改,包括 39 次插入33 次删除
  1. 39 33
      docs/gethue/content/posts/2019-12-03-release-hue-4-6.md

+ 39 - 33
docs/gethue/content/posts/2019-12-03-release-hue-4-6.md

@@ -2,7 +2,7 @@
 title: Hue 4.6 and its improvements are out!
 author: Hue Team
 type: post
-date: 2019-12-03T02:36:35+00:00
+date: 2019-12-05T02:36:35+00:00
 url: /hue-4-6-and-its-improvements-are-out/
 sf_thumbnail_type:
   - none
@@ -54,11 +54,12 @@ The Hue Team is glad to thanks all the contributors and release Hue 4.6!
 
  
 
-The focus of this release was to keep building on top of 4.5 and modularize the tech stack, improve SQL integrations and prepare major upcoming features. In particular now:
+The focus of this release was to keep building on top of 4.5 and modularize the tech stack, improve SQL integrations and prepare major upcoming features of Hue 5. In particular now:
 
 * Python 3 support can be tested
-* There is a new version of gethue.com and the content of docs.gethue.com was refreshed
+* There is a new version of gethue.com and the content of docs.gethue.com was revamped
 * The new version of the Editor with multi execution contexts and more robustness is 66% done
+* Build your own or improve [SQL parsers with highlighter](https://docs.gethue.com/developer/parsers/)
 
 
 This release comes with 660 commits and 150+ bug fixes! For all the changes, check out the [release notes](https://docs.gethue.com/releases/release-notes-4.6.0/).
@@ -80,51 +81,56 @@ Go grab it and give it a spin!
 
 <a href="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png"><img src="https://cdn.gethue.com/uploads/2019/08/hue_4.5.png" /></a>
 
-Here is a selection of improvements:
+Here is a selection of the improvements:
 
 ## SQL
-* Hive Tez improvements
-* Atlas remainder
-* SQL parser + highlighter tutorials
-* Support of transactional tables in the importer/samples
-* Primary Keys, Partition Keys showing in the assists
-* Tracing + demo.gethue
-* [HUE-9055](https://issues.cloudera.org/browse/HUE-9055) [hive] INTEGER is introduced as a synonym for INT in 2.2
-
-## Collab
-* Sharing icons and action in left assist
-* Clipboard proper copy
-* Gist
+* Apache Hive Tez improvements
+* Apache Hive LLAP improvements
+* Apache Atlas [search and catalog information](/realtime-catalog-search-with-hue-and-apache-atlas/) are builtin and pluggable
+* Autocompletes
+  * Tutorial on how to [improve/create a new SQL parser](https://docs.gethue.com/developer/parsers/) with [Highlighter](/how-to-improve-or-add-your-own-sql-syntax-highlighter/)
+  * Skeletons of dedicated parsers for Apache Druid, Phoenix, Elastic Serch, Presto, KSQL, Calcite are present
+* Primary Keys, Partition Keys icons showing in the assists (Read more...)[/2019-11-13-sql-column-assist-icons/]
+* [SQL Query tracing](/introducing-request-tracing-with-opentracing-and-jaeger-in-kubernetes/)
+* Support of [transactional tables](link) in the importer/samples
+* [HUE-9055](https://issues.cloudera.org/browse/HUE-9055) INTEGER is introduced as a synonym for INT in 2.2
+
+## Collaboration
+* The Sharing icons as well as sharing action are now showing-up in left assistant
+* Copy result to Clipboard now properly keeps the table formatting
+* Gist copy and sharing of SQL snippets
 
 ## Cloud
-* docs k8s + logs
-* 3 blogs: tracing, logs, metrics
-* IdBroker / Knox
-* ADLS v2 / ABFS v1
-* GS preview
-[HUE-8983](https://issues.cloudera.org/browse/HUE-8983) [fb] Handle s3 with ListAllMyBuckets denied
+* 3 blog posts on how to get the basics for:
+  * [Tracing calls](/introducing-request-tracing-with-opentracing-and-jaeger-in-kubernetes/)
+  * [Retrieving and searching Logs](/collecting-hue-metrics-with-prometheus-in-kubernetes/)
+  * [Collecting health and performance Metrics](/collecting-and-querying-hue-logs-with-fluentd-in-kubernetes/)
+* Apache Knox and its IdBroker has been integrated
+* [Azure ADLS v2 / ABFS v1](/integration-with-microsoft-azure-data-lake-store-gen2/) has been integrated
+* Google Storage connector has a skeleton
+[HUE-8983](https://issues.cloudera.org/browse/HUE-8983) Handle S3 with ListAllMyBuckets denied
 
 ## Infra
-* Python 3: support is making progress and now can be beta tested. `py3-ci` CI branch, how to compile it and send feedback:
+* Python 3: support is making progress and now can be beta tested. `py3-ci` [CI branch](https://circleci.com/gh/cloudera/hue/tree/py3-ci), how to compile it and send feedback:
   ```
   export PYTHON_VER=python3.6
   make apps
   ```
-* Js testing headless
-* docs.gethue.com being refreshed
+* Javascript testing switched to Jest and now supports headless
+* docs.gethue.com has been revamped
 * [HUE-9023](https://issues.cloudera.org/browse/HUE-9023) [core] Logging HTTP requests code and size separately
 * Oozie: Coordinator sync action was pushed
+* Ko.js has been upgraded to the latest 3.5.1
 
 ## Bugs
-* The erratic behaviour of the horizontal result scrollbar in the SQL Editor has been fixed.
-* LDAP sync command
-* fix for the Dashboard layout issues
-* HUE-8727 [frontend] Prevent chrome autofill in the assist documents
-* HUE-8983 [fb] Handle s3 with ListAllMyBuckets denied
-* Fix multi query statement with invalidate metadata
+* The erratic behaviour of the horizontal result scrollbar in the SQL Editor has been fixed
+* LDAP sync command parameters fix
+* Several Dashboard layout issues and IE 11 support fixes
+* [HUE-8727](https://issues.cloudera.org/browse/HUE-8727) Prevent chrome autofill in the assist documents
+* [HUE-8983](https://issues.cloudera.org/browse/HUE-8983) Handle s3 with ListAllMyBuckets denied
+* Fix multi query statement with 'INVALIDATE METADATA'
 * Impala's GRANT & REVOKE syntax have been updated
-* Now honoring the previous 'USE DB' statement in the SQL editor
-* [HUE-9051](https://issues.cloudera.org/browse/HUE-9051) [frontend] Fix issue with overridden setInterval in IE 11
+* Now honoring the previous 'USE database' statement in multi query execution in the SQL editor
 
 
 Any feedback or question? Feel free to comment here or on the <a href="https://discourse.gethue.com/">Forum</a> and <a href="https://docs.gethue.com/latest/quickstart/">quick start</a> SQL querying!