Skip to content

Commit

Permalink
remove links giving 403
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 committed Jan 8, 2025
1 parent 668d126 commit ed3f071
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ Then give Hue the information about the database source:
Alternative:
Vertica’s JDBC client drivers can be downloaded here: [Vertica JDBC Client Drivers](http://my.vertica.com/download/vertica/client-drivers/). Be sure to download the driver for the right version and OS.
Be sure to download the Vertica’s JDBC client driver for the right version and OS.
[[[vertica]]]
name=Vertica JDBC
Expand Down Expand Up @@ -988,7 +988,7 @@ Hue's filebrowser can now allow users to explore, manage, and upload data in an
Read more about it in the [S3 User Documentation](/user/browsing#s3).
In order to add an S3 account to Hue, you'll need to configure Hue with valid S3 credentials, including the access key ID and secret access key: [AWSCredentials](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html)
In order to add an S3 account to Hue, you'll need to configure Hue with valid S3 credentials, including the access key ID and secret access key.
These keys can securely stored in a script that outputs the actual access key and secret key to stdout to be read by Hue (this is similar to how Hue reads password scripts). In order to use script files, add the following section to your hue.ini configuration file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Continue to the [next sections](/administrator/installation/dependencies/) for d
You can also find distributions of Hue via these companies:

* [Cloudera Data Platform - Hue](https://www.cloudera.com/products/cloudera-data-platform.html)
* [Amazon AWS EMR - Hue](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hue.html)
* Amazon AWS EMR - Hue
* [Google Cloud Dataproc - Hue](https://github.com/GoogleCloudPlatform/dataproc-initialization-actions/tree/master/hue)
* [Azure HDInsight - Hue](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-hue-linux)
* Open Data Hub - Data Catalog
2 changes: 1 addition & 1 deletion docs/docs-site/content/releases/release-notes-4.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ List of 900+ Commits
* dc2febd HUE-3287 [core] Django 1.11 upgrade - To upgrade Django 1.11, following changes are needed:
* 7e419c2 HUE-3287 [core] Django 1.11 upgrade - Adding PyYAML-3.12 colorama-0.3.2 docutils-0.14 nose-1.3.7 openpyxl-2.5.3 repoze.who-2.3 wheel-0.31.0 zope.interface-4.5.0 python modules
* 386b2b7 HUE-3287 [core] Django 1.11 upgrade - Fixing navigator error
* a96e334 HUE-3287 [core] Django 1.11 upgrade - fixing django-openid-auth-0.14/django_openid_auth/models.py from registering BLOB (Large object) with 2048 char length see https://stackoverflow.com/questions/44358506/sql-error-1170
* a96e334 HUE-3287 [core] Django 1.11 upgrade - fixing django-openid-auth-0.14/django_openid_auth/models.py from registering BLOB (Large object) with 2048 char length
* 64ff0d2 HUE-3287 [core] Django 1.11 upgrade - Reverting to requests-kerberos-0.6.1
* 5ad587f HUE-3287 [core] Django 1.11 upgrade - Upgrading following modules: - avro-1.8.2 - backports.csv-1.0.5 - configobj-5.0.6 - cryptography-2.1.4 - defusedxml-0.5.0 - django-openid-auth-0.14 - djangosaml2-0.16.11 - elementtree-1.2.6-20050316 - enum34-1.1.6
* 3186126 HUE-3287 [core] Django 1.11 upgrade - Fixing Hue Port :8888 and :8889 access issue
Expand Down
2 changes: 0 additions & 2 deletions docs/docs-site/content/releases/release-notes-4.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ First, the support of many SQL dialects has been improved, with in particular Ap
* [Query live HBase data with Phoenix SQL](https://gethue.com/blog/querying-live-kafka-data-in-apache-hbase-with-phoenix/)
* [Getting started with the Spark SQL Editor](https://gethue.com/blog/querying-spark-sql-with-spark-thrift-server-and-hue-editor/)

!["Flink SQL - SELECT and INSERT data into Kafka Topics"](https://cdn.gethue.com/uploads/2021/02/peek-log-streams.gif)

The Editor is also getting split up into components, so that they are cleaner and easier to reuse (e.g. SQL parsers, SQL Scratchpad...). This will bring a new version of the Editor, which is currently in beta. Another improvement in the introduction of the Connectors (in beta too) so that SQL dialects can be easily added without any server restart.

Secondly, special thanks to the community who contributed a brand new Dask SQL autocomplete (ISSUE-1480) and also Prometheus Alerting for Kubernetes (PR-1648).
Expand Down

0 comments on commit ed3f071

Please sign in to comment.