|
@@ -51,13 +51,12 @@ The Hue Team is glad to thanks all the contributors and release Hue 4.6!
|
|
|
|
|
|
|
|
<img class="" src="https://cdn.gethue.com/uploads/2015/08/hue-logo-copy.png" alt="hue-logo" width="85" height="63" />
|
|
<img class="" src="https://cdn.gethue.com/uploads/2015/08/hue-logo-copy.png" alt="hue-logo" width="85" height="63" />
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|
|
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
|
|
* Python 3 support can be tested
|
|
|
-* There is a new version of gethue.com and the content of docs.gethue.com was revamped
|
|
|
|
|
|
|
+* There is a new version of [gethue.com](gethue.com) and the content of [docs.gethue.com](docs.gethue.com) was revamped
|
|
|
* The new version of the Editor with multi execution contexts and more robustness is 66% done
|
|
* 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/)
|
|
* Build your own or improve [SQL parsers with highlighter](https://docs.gethue.com/developer/parsers/)
|
|
|
|
|
|
|
@@ -84,23 +83,25 @@ Go grab it and give it a spin!
|
|
|
Here is a selection of the improvements:
|
|
Here is a selection of the improvements:
|
|
|
|
|
|
|
|
## SQL
|
|
## SQL
|
|
|
|
|
+
|
|
|
* Apache Hive Tez improvements
|
|
* Apache Hive Tez improvements
|
|
|
* Apache Hive LLAP improvements
|
|
* Apache Hive LLAP improvements
|
|
|
* Apache Atlas [search and catalog information](/realtime-catalog-search-with-hue-and-apache-atlas/) are builtin and pluggable
|
|
* Apache Atlas [search and catalog information](/realtime-catalog-search-with-hue-and-apache-atlas/) are builtin and pluggable
|
|
|
* Autocompletes
|
|
* 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/)
|
|
* 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
|
|
* 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/]
|
|
|
|
|
|
|
+* 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/)
|
|
* [SQL Query tracing](/introducing-request-tracing-with-opentracing-and-jaeger-in-kubernetes/)
|
|
|
-* Support of [transactional tables](link) in the importer/samples
|
|
|
|
|
|
|
+* Support of [transactional tables](/2019-11-13-sql-column-assist-icons/) in the importer/samples
|
|
|
* [HUE-9055](https://issues.cloudera.org/browse/HUE-9055) INTEGER is introduced as a synonym for INT in 2.2
|
|
* [HUE-9055](https://issues.cloudera.org/browse/HUE-9055) INTEGER is introduced as a synonym for INT in 2.2
|
|
|
|
|
|
|
|
## Collaboration
|
|
## Collaboration
|
|
|
|
|
+
|
|
|
* The Sharing icons as well as sharing action are now showing-up in left assistant
|
|
* 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
|
|
* Copy result to Clipboard now properly keeps the table formatting
|
|
|
-* Gist copy and sharing of SQL snippets
|
|
|
|
|
|
|
|
|
|
## Cloud
|
|
## Cloud
|
|
|
|
|
+
|
|
|
* 3 blog posts on how to get the basics for:
|
|
* 3 blog posts on how to get the basics for:
|
|
|
* [Tracing calls](/introducing-request-tracing-with-opentracing-and-jaeger-in-kubernetes/)
|
|
* [Tracing calls](/introducing-request-tracing-with-opentracing-and-jaeger-in-kubernetes/)
|
|
|
* [Retrieving and searching Logs](/collecting-hue-metrics-with-prometheus-in-kubernetes/)
|
|
* [Retrieving and searching Logs](/collecting-hue-metrics-with-prometheus-in-kubernetes/)
|
|
@@ -111,18 +112,20 @@ Here is a selection of the improvements:
|
|
|
[HUE-8983](https://issues.cloudera.org/browse/HUE-8983) Handle S3 with ListAllMyBuckets denied
|
|
[HUE-8983](https://issues.cloudera.org/browse/HUE-8983) Handle S3 with ListAllMyBuckets denied
|
|
|
|
|
|
|
|
## Infra
|
|
## Infra
|
|
|
|
|
+
|
|
|
* 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:
|
|
* 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
|
|
export PYTHON_VER=python3.6
|
|
|
make apps
|
|
make apps
|
|
|
```
|
|
```
|
|
|
* Javascript testing switched to Jest and now supports headless
|
|
* Javascript testing switched to Jest and now supports headless
|
|
|
-* docs.gethue.com has been revamped
|
|
|
|
|
|
|
+* [docs.gethue.com](docs.gethue.com) has been revamped
|
|
|
* [HUE-9023](https://issues.cloudera.org/browse/HUE-9023) [core] Logging HTTP requests code and size separately
|
|
* [HUE-9023](https://issues.cloudera.org/browse/HUE-9023) [core] Logging HTTP requests code and size separately
|
|
|
* Oozie: Coordinator sync action was pushed
|
|
* Oozie: Coordinator sync action was pushed
|
|
|
* Ko.js has been upgraded to the latest 3.5.1
|
|
* Ko.js has been upgraded to the latest 3.5.1
|
|
|
|
|
|
|
|
## Bugs
|
|
## Bugs
|
|
|
|
|
+
|
|
|
* The erratic behaviour of the horizontal result scrollbar in the SQL Editor has been fixed
|
|
* The erratic behaviour of the horizontal result scrollbar in the SQL Editor has been fixed
|
|
|
* LDAP sync command parameters fix
|
|
* LDAP sync command parameters fix
|
|
|
* Several Dashboard layout issues and IE 11 support fixes
|
|
* Several Dashboard layout issues and IE 11 support fixes
|