Bläddra i källkod

HUE-8888 [blog] Adding Druid SQL Editor demo video

Romain 5 år sedan
förälder
incheckning
d583c9b1b7

+ 4 - 1
docs/gethue/content/en/posts/2019-03-22-quick-task-how-to-query-apache-druid-analytic-database.md

@@ -50,6 +50,10 @@ Apache Druid is an "[OLAP style"][5] database.
 
 If not already running, it is easy to get Druid [downloaded][6] and [started][7]. In our case we will just query the provided Wikipedia data sample.
 
+
+{{< youtube KByeO8AJots >}}
+
+
 ## Administrator
 
 First, let's make sure that Hue can talk to Druid via the [pydruid SqlAlchemy][8] connector. Either make sure it is in the global Python environment via a usual 'pip install' or install it in the Hue virtual environment.
@@ -68,7 +72,6 @@ In the hue.ini configuration file, now let's add the interpreter. Here 'druid-ho
     options='{"url": "druid://druid-host.com:8082/druid/v2/sql/"}'
 
 
-
 And now restart Hue.
 
 ## User