Skip to content

Commit

Permalink
[release] Perform 4.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed Feb 2, 2021
1 parent a9e2b36 commit 23708e3
Show file tree
Hide file tree
Showing 12 changed files with 1,019 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Hue is also ideal for building your own [Cloud SQL Editor](https://docs.gethue.c

Read more on [gethue.com](http://gethue.com).

![Hue Editor](https://cdn.gethue.com/uploads/2020/09/hue-4.8.png)
![Hue Editor](https://cdn.gethue.com/uploads/2021/02/hue-4.9.png)

Getting Started
---------------
Expand All @@ -30,7 +30,7 @@ You can start Hue via three ways described below. Once setup, you would then nee

Quick Demos:

* Docker Compose: [Impala](https://gethue.com/blog/quickstart-sql-editor-for-apache-impala/), [Flink SQL](https://gethue.com/blog/tutorial-query-live-data-stream-with-flink-sql/), [ksqlDB](https://gethue.com/blog/tutorial-query-live-data-stream-with-kafka-sql/), [Phoenix SQL / HBase](https://gethue.com/blog/querying-live-kafka-data-in-apache-hbase-with-phoenix/), [Spark SQL](https://gethue.com/blog/querying-spark-sql-with-spark-thrift-server-and-hue-editor/)
* Docker Compose: [Impala](https://gethue.com/blog/quickstart-sql-editor-for-apache-impala/), [Flink SQL](https://gethue.com/blog/sql-querying-live-kafka-logs-and-sending-live-updates-with-flink-sql/), [ksqlDB](https://gethue.com/blog/tutorial-query-live-data-stream-with-kafka-sql/), [Phoenix SQL / HBase](https://gethue.com/blog/querying-live-kafka-data-in-apache-hbase-with-phoenix/), [Spark SQL](https://gethue.com/blog/querying-spark-sql-with-spark-thrift-server-and-hue-editor/)
* Live instance: [demo.gethue.com](https://demo.gethue.com/)

The Forum [is here](https://discourse.gethue.com/) in case you are looking for help.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# This file should be the one source of truth for for versions within HUE.
# It is at least included by each of the default hue app's setup.py.

VERSION="4.8.0"
VERSION="4.9.0"
2 changes: 1 addition & 1 deletion desktop/libs/librdbms/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<relativePath>../../../../maven/pom.xml</relativePath>
<version>4.8.0-SNAPSHOT</version>
<version>4.9.0-SNAPSHOT</version>
</parent>

<groupId>com.cloudera.hue</groupId>
Expand Down
3 changes: 2 additions & 1 deletion docs/docs-site/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ are executing 100s of 1000s of queries daily. It is free to install and also shi

Hue is also ideal for building your own [Cloud SQL Editor](/developer/components/) and any contributions are welcome.

!["Hue Editor"](https://cdn.gethue.com/uploads/2020/09/hue-4.8.png)
!["Hue Editor"](https://cdn.gethue.com/uploads/2021/02/hue-4.9.png)


Quick Start
Expand All @@ -42,6 +42,7 @@ Find how to reuse the SQL components/Parsers, call the API, extend Hue in the [D
Releases
--------

* February 2, 2021 --- [Version 4.9.0](releases/release-notes-4.9.0/index.html)
* September 23, 2020 --- [Version 4.8.0](releases/release-notes-4.8.0/index.html)
* April 10, 2020 --- [Version 4.7.0](releases/release-notes-4.7.0/index.html)
* December 5, 2019 --- [Version 4.6.0](releases/release-notes-4.6.0/index.html)
Expand Down
18 changes: 9 additions & 9 deletions docs/docs-site/content/developer/development/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ Now under Hue open `desktop/conf/pseudo-distributed.ini` file in a text editor,

1. Directly below the `[[beeswax]]` line, add the following:

# Host where HiveServer2 is running.
hive_server_host=localhost
# Host where HiveServer2 is running.
hive_server_host=localhost

# Port where HiveServer2 Thrift server runs on.
hive_server_port=10000
# Port where HiveServer2 Thrift server runs on.
hive_server_port=10000

thrift_version=7
thrift_version=7

2. Below the `[[interpreters]]` of `[notebook]`, add:

[[[hive]]]
name=Hive
interface=hiveserver2
[[[hive]]]
name=Hive
interface=hiveserver2

And restart Hue, open the Editors and start typing your first queries!

Expand Down Expand Up @@ -702,7 +702,7 @@ To run the tests in watch mode:
While in watch mode Jest will detect changes to all files and re-run related tests. There are
also options to target specific files or tests. Press 'w' in the console to see the options.

In order to update the test snapshots, let the first checks of tests complete and then
In order to update the test snapshots, let the first checks of tests complete and then
press 'u' in the console to update the snapshots.

Note: on certain OS like Ubuntu, running the tests via a global jest seems to not hang your system
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-site/content/releases/release-notes-4.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "4.6.0"
date: 2019-12-05T18:28:08-07:00
draft: false
weight: -4050
weight: -4060
tags: ['skipIndexing']
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-site/content/releases/release-notes-4.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "4.7.0"
date: 2020-04-10T18:28:08-07:00
draft: false
weight: -4050
weight: -4070
tags: ['skipIndexing']
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-site/content/releases/release-notes-4.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "4.8.0"
date: 2020-09-23T00:00:00+00:00
draft: false
weight: -4050
weight: -4080
tags: ['skipIndexing']
---

Expand Down
Loading

0 comments on commit 23708e3

Please sign in to comment.