Browse Source

[docs] Directly point to the DB connector page

Romain Rigaux 5 years ago
parent
commit
b840a22c2e

+ 1 - 1
desktop/core/src/desktop/js/apps/about/components/ko.connectorsConfig.js

@@ -66,7 +66,7 @@ const TEMPLATE = `
           valueUpdate: 'afterkeydown'
       ">
       <span>
-        <a href="https://docs.gethue.com/administrator/configuration/" target="_blank">
+        <a href="https://docs.gethue.com/administrator/configuration/connectors/" target="_blank">
           <i class="fa fa-question-circle"></i> ${ I18n('Help') }
         </a>
       </span>

+ 4 - 0
docs/docs-site/content/administrator/configuration/connectors/_index.md

@@ -456,6 +456,10 @@ With SqlAlchemy the dialect should be added to the Python system or Hue Python v
 
     ./build/env/bin/pip install pyhive
 
+This module might also be needed:
+
+    ./build/env/bin/pip install thrift_sasl
+
 Then give Hue the information about the database source:
 
     [[[sparksql]]]