Răsfoiți Sursa

[docs] Add link to Impala docker demo

Romain Rigaux 4 ani în urmă
părinte
comite
2690e2c39a

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ You can start Hue via three ways described below. Once setup, you would then nee
 
 
 Quick Demos:
 Quick Demos:
 
 
-* Docker Compose: [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/), [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/tutorial-query-live-data-stream-with-flink-sql/), [ksqlDB](https://gethue.com/blog/tutorial-query-live-data-stream-with-kafka-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/)
 * Live instance: [demo.gethue.com](https://demo.gethue.com/)
 
 
 The Forum [is here](https://discourse.gethue.com/) in case you are looking for help.
 The Forum [is here](https://discourse.gethue.com/) in case you are looking for help.

+ 7 - 5
docs/docs-site/content/administrator/configuration/connectors/_index.md

@@ -108,6 +108,8 @@ In order to prevent spamming zookeeper, HiveServer2 is cached for the life of th
 
 
 ### Apache Impala
 ### Apache Impala
 
 
+This [Impala SQL Editor](https://gethue.com/blog/quickstart-sql-editor-for-apache-impala/) post demoes the integration.
+
 Support is native via a dedicated section.
 Support is native via a dedicated section.
 
 
     [impala]
     [impala]
@@ -259,7 +261,7 @@ Note: Keys and S3 buckets need to be URL quoted but Hue does it automatically fo
 
 
 ### Apache Phoenix
 ### Apache Phoenix
 
 
-This [SQL Editor with Phoenix](https://gethue.com/sql-querying-apache-hbase-with-apache-phoenix/) post demoes the integration.
+This [Phoenix SQL Editor](https://gethue.com/sql-querying-apache-hbase-with-apache-phoenix/) post demoes the integration.
 
 
 The official Phoenix dialect is already shipped in Hue. However if you want to update it yourself:
 The official Phoenix dialect is already shipped in Hue. However if you want to update it yourself:
 
 
@@ -316,7 +318,7 @@ With impersonation:
 
 
 ### Apache Druid
 ### Apache Druid
 
 
-This [SQL Editor with Druid](https://gethue.com/quick-task-how-to-query-apache-druid-analytic-database/) post demoes the integration.
+This [Druid SQL Editor](https://gethue.com/quick-task-how-to-query-apache-druid-analytic-database/) post demoes the integration.
 
 
 First, make sure that Hue can talk to Druid via the [pydruid SqlAlchemy connector](https://github.com/druid-io/pydruid).
 First, make sure that Hue can talk to Druid via the [pydruid SqlAlchemy connector](https://github.com/druid-io/pydruid).
 
 
@@ -339,7 +341,7 @@ Adding the `+https` prefix will use HTTPS e.g.:
 
 
 ### Apache Flink
 ### Apache Flink
 
 
-This [Stream SQL Editor with Flink](https://gethue.com/blog/tutorial-query-live-data-stream-with-flink-sql/) post demoes the integration.
+This [Flink Stream SQL Editor](https://gethue.com/blog/tutorial-query-live-data-stream-with-flink-sql/) post demoes the integration.
 
 
 The dialect currently requires the [Flink SQL Gateway](https://github.com/ververica/flink-sql-gateway/releases) in order to submit queries.
 The dialect currently requires the [Flink SQL Gateway](https://github.com/ververica/flink-sql-gateway/releases) in order to submit queries.
 
 
@@ -357,7 +359,7 @@ Then add a Flink interpreter in the Hue configuration:
 
 
 ### ksqlDB
 ### ksqlDB
 
 
-This [Stream SQL Editor with ksqlDB](https://gethue.com/blog/tutorial-query-live-data-stream-with-kafka-sql/) post demoes the integration.
+This [ksqlDB Stream SQL Editor](https://gethue.com/blog/tutorial-query-live-data-stream-with-kafka-sql/) post demoes the integration.
 
 
 The ksql Python module should be added to the system or Hue Python virtual environment:
 The ksql Python module should be added to the system or Hue Python virtual environment:
 
 
@@ -453,7 +455,7 @@ Alternative:
 
 
 ### Apache Spark SQL
 ### Apache Spark SQL
 
 
-This [SQL Editor for Spark SQL](https://gethue.com/blog/querying-spark-sql-with-spark-thrift-server-and-hue-editor/) post demoes the integration.
+This [Spark SQL Editor](https://gethue.com/blog/querying-spark-sql-with-spark-thrift-server-and-hue-editor/) post demoes the integration.
 
 
 There are two ways to connect depending on your infrastructure:
 There are two ways to connect depending on your infrastructure:
 
 

+ 3 - 4
docs/gethue/content/en/posts/2019-03-12-hue-in-docker.md

@@ -48,7 +48,8 @@ tags:
   - docker
   - docker
 
 
 ---
 ---
-**Note** This post has been replaced by a more [recent Howto](/quickstart-hue-in-docker/).
+
+`Note`: This post has been replaced by a more recent [How-to](/quickstart-hue-in-docker/)
 
 
 [Containers][1] offer a modern way to isolate and run applications. This post is the first one of a series showing how to run Hue as a service. Here, we will explore how to build, run and configure a [Hue][2] server image with [Docker][3].
 [Containers][1] offer a modern way to isolate and run applications. This post is the first one of a series showing how to run Hue as a service. Here, we will explore how to build, run and configure a [Hue][2] server image with [Docker][3].
 
 
@@ -60,9 +61,7 @@ Just pull the latest from the Internet or build it yourself from the Hue reposit
 
 
 Pull the image from [Hue's Docker Hub][5]:
 Pull the image from [Hue's Docker Hub][5]:
 
 
-<pre><code class="bash">
-
-sudo docker pull gethue/hue:latest</code></pre>
+    sudo docker pull gethue/hue:latest
 
 
 ## Build the image
 ## Build the image