Forráskód Böngészése

HUE-9192 [docs] Fixing series of dead links in the blog

Romain 5 éve
szülő
commit
c1a1f09c15

+ 3 - 3
docs/admin-manual/manual.md

@@ -270,14 +270,14 @@ The download feature in the file browser can be disabled separately with the fol
                 [[[llap]]]
                 #   name=LLAP
                 #   interface=hiveserver2
-        
+
         [beeswax]
         # When the LLAP interpreter is added, there are 2 ways to enable connectivity (direct configuration or service discovery)
             # Direct Configuration
             ## llap_server_host = localhost
             ## llap_server_port = 10500
             ## llap_server_thrift_port = 10501
-        
+
             # Service Discovery
             ## hive_discovery_llap = true
             ## hive_discovery_llap_ha = false
@@ -429,7 +429,7 @@ Microsoft’s SQL Server JDBC drivers can be downloaded from the official site:
 
 ### Vertica
 
-Vertica’s JDBC client drivers can be downloaded here: [Vertica JDBC Client Drivers](https://my.vertica.com/download/vertica/client-drivers/). Be sure to download the driver for the right version and OS.
+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.
 
     [[[vertica]]]
     name=Vertica JDBC

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

@@ -233,7 +233,7 @@ Then make sure the `hive` interpreter is present in the `[[interpreters]]` list.
 
 ### Custom
 
-A series of native connectors (e.g. Livy, ksql...) interacting with the editor have been developed and are listed in the [developer section](/developer/sdk/#sql-connectors).
+A series of native connectors (e.g. Livy, ksql...) interacting with the editor have been developed and are listed in the [developer section](/developer/connectors/#databases).
 
 ### JDBC
 

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

@@ -409,7 +409,7 @@ Then give Hue the information about the database source:
 
 Alternative:
 
-Vertica’s JDBC client drivers can be downloaded here: [Vertica JDBC Client Drivers](https://my.vertica.com/download/vertica/client-drivers/). Be sure to download the driver for the right version and OS.
+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.
 
     [[[vertica]]]
     name=Vertica JDBC

+ 2 - 2
docs/docs-site/content/developer/_index.md

@@ -9,9 +9,9 @@ pre = "<b>3. </b>"
 Hue services are generic and let you integrate with other analytics systems for [querying](/user/querying/) and [browsing](/user/browsing/). Here is a list of the main APIs:
 
 * Connect or create SQL [autocompletes](/developer/parsers/) or connectors to [any database](/administrator/configuration/connectors/#databases) (Impala, MySQL, Presto...)
-* Browse additional storage systems (HDFS, S3, ADLS, GS...)
+* Browse additional storage systems (HDFS, S3, ADLS/ABFS, GS...)
 * List any jobs or queries (YARN, SQL queries, Kubernetes...)
-* Integrate with a [Data Catalog](user/browsing/#data-catalog) (Cloudera Navigator, Apache Atlas...) or a Query Optimization service
+* Integrate with a [Data Catalog](/user/browsing/#data-catalogs) (Apache Atlas, Cloudera Navigator...) or a Query Optimization service
 
 In addition, whole new apps can also be created in order to provide end to end solutions.
 

+ 1 - 1
docs/docs-site/content/developer/connectors/_index.md

@@ -52,7 +52,7 @@ The backends is pluggable by providing alternative [client interfaces](https://g
 
 ### Apache Atlas
 
-* [Client API](desktop/libs/metadata/src/metadata/catalog/atlas_client.py)
+* [Client API](https://github.com/cloudera/hue/tree/master/desktop/libs/metadata/src/metadata/catalog/atlas_client.py)
 
 ### Potential connectors
 

+ 1 - 1
docs/docs-site/content/developer/development/_index.md

@@ -775,7 +775,7 @@ Note: code updates won’t be seen after the Docker container runs. For this Hue
 
     ./build/env/bin/hue runserver 0.0.0.0:8888
 
-and recompiling the Docker image. It will then auto-restart on Python code changes. For JavaScript, those would need to be [compiled](//developer/development/#javascript).
+and recompiling the Docker image. It will then auto-restart on Python code changes. For JavaScript, those would need to be [compiled](/developer/development/#javascript).
 
 
 ### Documentation

+ 2 - 2
docs/docs-site/content/releases/release-notes-0.3.0.md

@@ -29,7 +29,7 @@ NEW FEATURES
   administrators to create and remove accounts for the members of their
   organization. Additionally, the default authentication mechanism now checks
   logins against this built in user database.
-  
+
 - hadoop-0.20-conf-pseudo-desktop RPM and Debian packages
 
   Cloudera now distributes a new package called
@@ -37,7 +37,7 @@ NEW FEATURES
   pseudo-distributed Hadoop cluster as well as Cloudera Desktop on a single
   node.
 
-  Please see http://archive.cloudera.com/desktop/ for more information.
+  Please see http://archive.cloudera.com for more information.
 
 
 IMPROVEMENTS

+ 1 - 1
docs/docs-site/content/releases/release-notes-4.6.0.md

@@ -32,7 +32,7 @@ Download the [tarball](https://cdn.gethue.com/downloads/hue-4.6.0.tgz) or [sour
   * Apache Hive Tez improvements
   * Apache Hive LLAP improvements
   * Autocompletes
-    * Tutorial on how to [improve/create a new SQL parser](/developer/parsers/) with [Highlighter](/how-to-improve-or-add-your-own-sql-syntax-highlighter/)
+    * Tutorial on how to [improve/create a new SQL parser](/developer/parsers/) with [Highlighter](https://gethue.com/how-to-improve-or-add-your-own-sql-syntax-highlighter/)
     * Skeletons of dedicated parsers for Apache Druid, Phoenix, Elastic Serch, Presto, KSQL, Calcite are present
   * [Primary Keys, Partition Keys icons showing in the assists](https://gethue.com/2019-11-13-sql-column-assist-icons/)
 * Collaboration

+ 1 - 1
docs/gethue/content/en/posts/2016-03-03-custom-sql-query-editors.md

@@ -311,7 +311,7 @@ Hue's new query editors are a huge leap forward in enriching and unifying the SQ
  [5]: https://gethue.com/bay-area-bike-share-data-analysis-with-spark-notebook-part-2/
  [6]: https://phoenix.apache.org
  [7]: https://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx
- [8]: https://my.vertica.com/download/vertica/client-drivers/
+ [8]: http://my.vertica.com/download/vertica/client-drivers/
  [9]: https://phoenix.apache.org/download.html
  [10]: http://Presto JDBC Driver Download
  [11]: http://maprdocs.mapr.com/home/Hue/ConfigureHuewithDrill.html

+ 1 - 1
docs/gethue/content/en/posts/2019-10-17-easily-checking-for-deadlinks-on-docs-gethue-com.md

@@ -89,7 +89,7 @@ http://localhost:35741/developer/development/
 404 http://docs.python.org/library/hotshot.html
 404 https://en.wikipedia.org/wiki/Hue_(Software
 404 https://twitter.com/gethue!
-lookup developer on 127.0.0.53:53: server misbehaving http://developer/development/#javascript </code></pre>
+lookup developer on 127.0.0.53:53: server misbehaving</code></pre>
 
 <a href="https://cdn.gethue.com/uploads/2019/10/website_link_checker.png"><img src="https://cdn.gethue.com/uploads/2019/10/website_link_checker.png" /></a>
 

+ 2 - 2
docs/gethue/content/jp/posts/2019-07-27-quick-start-a-hue-development-environment-in-3-minutes-with-docker.md

@@ -88,7 +88,7 @@ name=huedb
 
 &nbsp;
 
- [1]: https://docs.gethue.com/latest/developer/
+ [1]: https://docs.gethue.com//developer/
  [2]: https://cdn.gethue.com/uploads/2017/12/Screen-Shot-2017-11-15-at-3.34.20-PM.png
  [3]: https://github.com/cloudera/hue/blob/master/tools/docker/hue/startup.sh#L5
- [4]: https://docs.gethue.com/latest/developer/development/#javascript
+ [4]: https://docs.gethue.com/developer/development/#javascript

+ 2 - 2
docs/gethue/content/jp/posts/2019-08-14-built-in-hive-language-reference-in-the-sql-editor.md

@@ -55,7 +55,7 @@ Apache Impalaの[方言][1]と同様に、[Editor][2]は右側のパネルで[Hi
 </div>
 
 <div>
-  フィードバックや質問はありますか?コメントなどありましたら、コメント欄あるいは<a href="https://discourse.gethue.com/">フォーラム</a>、または<a href="https://twitter.com/gethue">@gethue</a>まで。SQLクエリの<a href="https://docs.gethue.com/latest/quickstart/">クイックスタート(英語)</a>はこちらから!
+  フィードバックや質問はありますか?コメントなどありましたら、コメント欄あるいは<a href="https://discourse.gethue.com/">フォーラム</a>、または<a href="https://twitter.com/gethue">@gethue</a>まで。SQLクエリの<a href="https://docs.gethue.com//quickstart/">クイックスタート(英語)</a>はこちらから!
 </div>
 
 <div>
@@ -68,4 +68,4 @@ Apache Impalaの[方言][1]と同様に、[Editor][2]は右側のパネルで[Hi
  [2]: https://gethue.com/sql-editor/
  [3]: https://cwiki.apache.org/confluence/display/Hive/Home
  [4]: https://cdn.gethue.com/uploads/2019/08/hive_wiki.png
- [5]: https://cdn.gethue.com/uploads/2019/08/hive_docs.png
+ [5]: https://cdn.gethue.com/uploads/2019/08/hive_docs.png

+ 12 - 12
docs/gethue/content/jp/posts/2019-08-14-hue-4-5-and-its-improvements-are-out.md

@@ -54,7 +54,7 @@ Hueチームはすべての貢献者に感謝し、Hue 4.5がリリースでき
 <img class="" src="https://cdn.gethue.com/uploads/2015/08/hue-logo-copy.png" alt="hue-logo" width="85" height="63" />
 
 このリリースの焦点は技術的なスタックをモジュール化し、SQLの統合を改善し、今後の主要機能の準備をすることでした。
-  
+
 このリリースには 660 件のコミットと 150 件以上のバグフィックスが含まれています!全ての変更点は[リリースノート][2]をご覧ください。
 
 簡単に試すにはいくつかの方法があります。
@@ -81,13 +81,13 @@ Hueチームはすべての貢献者に感謝し、Hue 4.5がリリースでき
   <h2>
     SQL
   </h2>
-  
+
   <ul>
     <li>
       <a href="https://gethue.com/realtime-catalog-search-with-hue-and-apache-atlas/">Apache Atlasの統合とカタログAPI(英語)</a>
     </li>
     <li>
-      <a href="https://docs.gethue.com/latest/administrator/configuration/editor/#hiv">Hive LLAP + Service discovery(英語)</a>
+      <a href="https://docs.gethue.com//administrator/configuration/editor/#hiv">Hive LLAP + Service discovery(英語)</a>
     </li>
     <li>
       <a href="http://jp.gethue.com/built-in-hive-language-reference-in-the-sql-editor/">SQLエディタでの組み込みHive言語リファレンス</a>
@@ -96,11 +96,11 @@ Hueチームはすべての貢献者に感謝し、Hue 4.5がリリースでき
       <a href="http://jp.gethue.com/sql-querying-apache-hbase-with-apache-phoenix/">HBase Phoenix クエリの例</a>
     </li>
   </ul>
-  
+
   <h2>
     インターフェース
   </h2>
-  
+
   <ul>
     <li>
       左側のメニューの刷新
@@ -112,27 +112,27 @@ Hueチームはすべての貢献者に感謝し、Hue 4.5がリリースでき
       <a href="https://gethue.com/2x-faster-page-load-time-with-the-new-bundling-of-javascript-files/">Webpackの統合(英語)</a>
     </li>
   </ul>
-  
+
   <h2>
     ドキュメントの刷新
   </h2>
-  
+
   <ul>
     <li>
       <a href="https://gethue.com/build-your-own-autocompleter/">Building SQL Autocompletes(英語)</a>
     </li>
     <li>
-      <a href="https://docs.gethue.com/latest/administrator/administration/reference/">Architecture(英語)</a>
+      <a href="https://docs.gethue.com//administrator/administration/reference/">Architecture(英語)</a>
     </li>
     <li>
-      <a href="https://docs.gethue.com/latest/administrator/configuration/editor/">SQL connectors refresh(英語)</a>
+      <a href="https://docs.gethue.com//administrator/configuration/editor/">SQL connectors refresh(英語)</a>
     </li>
   </ul>
-  
+
   <h2>
     クラウド
   </h2>
-  
+
   <ul>
     <li>
       <a href="http://jp.gethue.com/hue-in-kubernetes/">Kubernetes Helm</a>
@@ -157,7 +157,7 @@ Hueチームはすべての貢献者に感謝し、Hue 4.5がリリースでき
 &nbsp;
 
  [1]: https://cdn.gethue.com/uploads/2015/08/hue-logo-copy.png
- [2]: https://docs.gethue.com/latest/releases/release-notes-4.5.0/
+ [2]: https://docs.gethue.com//releases/release-notes-4.5.0/
  [3]: https://github.com/cloudera/hue/archive/release-4.5.0.zip
  [4]: http://demo.gethue.com/
  [5]: https://cdn.gethue.com/uploads/2019/08/hue_4.5.png

+ 2 - 2
docs/gethue/content/jp/posts/2019-08-14-sql-querying-apache-hbase-with-apache-phoenix.md

@@ -118,9 +118,9 @@ Error: ERROR 505 (42000): Table is read only. (state=42000,code=505)
  [3]: https://gethue.com/improved-hbase-cell-editor-history/
  [4]: https://gethue.com/sql-editor/
  [5]: https://phoenix.apache.org/Phoenix-in-15-minutes-or-less.html
- [6]: https://docs.gethue.com/latest/administrator/configuration/editor/#phoenix
+ [6]: https://docs.gethue.com//administrator/configuration/editor/#phoenix
  [7]: https://cdn.gethue.com/uploads/2019/07/editor_phoenix_select.png
  [8]: https://cdn.gethue.com/uploads/2019/07/phonix_select_shell.png
- [9]: https://docs.gethue.com/latest/developer/parsers/
+ [9]: https://docs.gethue.com//developer/parsers/
  [10]: https://github.com/Pirionfr/pyPhoenix
  [11]: https://blog.cloudera.com/blog/2019/07/apache-phoenix-for-cdh/

+ 1 - 1
tools/kubernetes/helm/hue/README.md

@@ -12,7 +12,7 @@ View the configuration [values.yaml](values.yaml), edit if needed and run:
     helm install hue -n hue
 
 [values.yaml](values.yaml) contains the most important parameters in the `hue` section with for example which database to use. The `ini`
-section let you add any extra [regular parameter](https://docs.gethue.com/latest/administrator/configuration/server/).
+section let you add any extra [regular parameter](https://docs.gethue.com//administrator/configuration/server/).
 
 
 Then follow-up the instructions printed on the screen for getting the URL to connect to Hue.

+ 1 - 1
tools/kubernetes/helm/website/README.md

@@ -11,7 +11,7 @@ View the configuration [values.yaml](values.yaml), edit if needed and run:
     helm install website -n website --namespace hue
 
 [values.yaml](values.yaml) contains the most important parameters in the `hue` section with for example which database to use. The `ini`
-section let you add any extra [regular parameter](https://docs.gethue.com/latest/administrator/configuration/server/).
+section let you add any extra [regular parameter](https://docs.gethue.com//administrator/configuration/server/).
 
 Then follow-up the instructions printed on the screen for getting the URL to connect to the sites.