浏览代码

HUE-8888 [docs] Adjust path for phoenix connector example

Johan Ahlen 5 年之前
父节点
当前提交
a07a74659f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/docs-site/content/administrator/configuration/connectors/_index.md

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

@@ -460,7 +460,7 @@ Vertica’s JDBC client drivers can be downloaded here: [Vertica JDBC Client Dri
 The official Python [Phoenix dialect](https://github.com/apache/phoenix-queryserver/tree/master/python/phoenixdb) is already shipped in Hue and below is optional. If you want to update it yourself to the very latest:
 The official Python [Phoenix dialect](https://github.com/apache/phoenix-queryserver/tree/master/python/phoenixdb) is already shipped in Hue and below is optional. If you want to update it yourself to the very latest:
 
 
     git clone https://github.com/apache/phoenix-queryserver.git
     git clone https://github.com/apache/phoenix-queryserver.git
-    $HUE/build/env/bin/pip install file:///home/gehue/phoenix-queryserver/python/phoenixdb
+    $HUE/build/env/bin/pip install file:///home/gethue/phoenix-queryserver/python-phoenixdb
 
 
 Then give Hue the information about the database source:
 Then give Hue the information about the database source: