You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/01/17 10:02:58 UTC

[drill-site] 01/03: Fix links to docs/configuring-web-ui-and-rest-api-security.

This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git

commit ebdff1747674bb8d58a0d3cf99f4c9c690353db9
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Mon Jan 17 11:38:26 2022 +0200

    Fix links to docs/configuring-web-ui-and-rest-api-security.
---
 .../en/configure-drill/configuration-options/020-start-up-options.md  | 2 +-
 _docs/en/configure-drill/securing-drill/030-roles-privileges.md       | 2 +-
 _docs/en/connect-a-data-source/020-storage-plugin-registration.md     | 4 ++--
 _docs/en/getting-started/010-drill-introduction.md                    | 2 +-
 _docs/en/install/060-starting-the-web-ui.md                           | 2 +-
 _docs/en/install/061-stopping-drill.md                                | 2 +-
 .../080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md       | 2 +-
 _docs/en/rn/016-1.5.0-rn.md                                           | 2 +-
 _docs/en/rn/019-1.2.0-rn.md                                           | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/_docs/en/configure-drill/configuration-options/020-start-up-options.md b/_docs/en/configure-drill/configuration-options/020-start-up-options.md
index 49151ea..962fb15 100644
--- a/_docs/en/configure-drill/configuration-options/020-start-up-options.md
+++ b/_docs/en/configure-drill/configuration-options/020-start-up-options.md
@@ -63,7 +63,7 @@ Sets batch sizing (number of rows per batch) for the Parquet reader. The default
 
 **Introduced in release:** 1.2.
 
-Enables or disables [HTTPS support]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/#https-support). Settings are TRUE and FALSE, respectively. The default is FALSE.  
+Enables or disables [HTTPS support]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/#https-support). Settings are TRUE and FALSE, respectively. The default is FALSE.  
   
 * **drill.exec.sys.store.provider.class**  
   Defines the persistent storage (PStore) provider. The [PStore]({{site.baseurl}}/docs/persistent-configuration-storage) holds configuration and profile data.  
diff --git a/_docs/en/configure-drill/securing-drill/030-roles-privileges.md b/_docs/en/configure-drill/securing-drill/030-roles-privileges.md
index 7fe3da2..03bb4c5 100644
--- a/_docs/en/configure-drill/securing-drill/030-roles-privileges.md
+++ b/_docs/en/configure-drill/securing-drill/030-roles-privileges.md
@@ -38,7 +38,7 @@ Set the value of this options to a comma-separated list of user or group names w
 
 The groups in `security.admin.user_groups` refer to groups in the configured Hadoop group mapping service which defaults to looking up local operating system groups. See [Hadoop Groups Mapping](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/GroupsMapping.html) for more information.
 
-See [Configuring Web UI and REST API Security]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/) for more information.
+See [Configuring Web UI and REST API Security]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/) for more information.
 
 
 
diff --git a/_docs/en/connect-a-data-source/020-storage-plugin-registration.md b/_docs/en/connect-a-data-source/020-storage-plugin-registration.md
index c5fb5e4..cae50bb 100644
--- a/_docs/en/connect-a-data-source/020-storage-plugin-registration.md
+++ b/_docs/en/connect-a-data-source/020-storage-plugin-registration.md
@@ -5,7 +5,7 @@ parent: "Connect a Data Source"
 ---
 You connect Drill to data sources, such as a file system, Hive, or HBase through storage plugins. You can see the default enabled and disabled storage plugins on the Storage page in the Drill Web UI. You can easily enable and disable storage plugins, reconfigure storage plugins, and create new storage plugin configurations, as described in [Configuring Storage Plugins](https://drill.apache.org/docs/configuring-storage-plugins/).
 
- If [HTTPS support]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/#https-support) is not enabled (the default), go to `http://<IP address>:8047/storage` to view and configure a storage plugin. IP address is the host name or IP address of one of the installed Drillbits in a distributed system or `localhost` in an embedded system. If HTTPS support is enabled and you are [authorized]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/) to view and conf [...]
+ If [HTTPS support]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/#https-support) is not enabled (the default), go to `http://<IP address>:8047/storage` to view and configure a storage plugin. IP address is the host name or IP address of one of the installed Drillbits in a distributed system or `localhost` in an embedded system. If HTTPS support is enabled and you are [authorized]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/) to view and configure a st [...]
 
 The Drill installation registers the following storage plugin configurations, with the cp and dfs storage plugins enabled by default; you must enable the other storage plugins:
 
@@ -34,7 +34,7 @@ In the [Drill sandbox]({{site.baseurl}}/docs/about-the-mapr-sandbox/), the `dfs`
 
 To register a new storage plugin configuration, enter a storage name, click **CREATE**, provide a configuration in JSON format, and click **UPDATE**. 
 
-In Drill 1.2 and later, updating a storage plugin configuration and other storage plugin tasks require [authorization]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/) if security is enabled.
+In Drill 1.2 and later, updating a storage plugin configuration and other storage plugin tasks require [authorization]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/) if security is enabled.
 
 ## Storage Plugin Configuration Persistence
 
diff --git a/_docs/en/getting-started/010-drill-introduction.md b/_docs/en/getting-started/010-drill-introduction.md
index 46c0947..3b1342c 100644
--- a/_docs/en/getting-started/010-drill-introduction.md
+++ b/_docs/en/getting-started/010-drill-introduction.md
@@ -303,7 +303,7 @@ Javadocs and better application dependency compatibility
   * NTILE  
   * LAG and LEAD  
   * FIRST_VALUE and LAST_VALUE  
-* [HTTPS support]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/) for Web UI operations  
+* [HTTPS support]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/) for Web UI operations  
 * Performance improvements for [querying HBase]({{site.baseurl}}/docs/querying-hbase/#querying-big-endian-encoded-data), which includes leveraging [ordered byte encoding]({{site.baseurl}}/docs/querying-hbase/#leveraging-hbase-ordered-byte-encoding)  
 * [Optimized reads]({{site.baseurl}}/docs/querying-hive/#optimizing-reads-of-parquet-backed-tables) of Parquet-backed, Hive tables  
 * Read support for the [Parquet INT96 type]({{site.baseurl}}/docs/parquet-format/#about-int96-support) and a new TIMESTAMP_IMPALA type used with the [CONVERT_FROM]({{site.baseurl}}/docs/supported-data-types/#data-types-for-convert_to-and-convert_from-functions) function decodes a timestamp from Hive or Impala.  
diff --git a/_docs/en/install/060-starting-the-web-ui.md b/_docs/en/install/060-starting-the-web-ui.md
index 10b81f3..1e1acb6 100644
--- a/_docs/en/install/060-starting-the-web-ui.md
+++ b/_docs/en/install/060-starting-the-web-ui.md
@@ -19,7 +19,7 @@ To access the Drill Web UI, enter `http(s)://<drill-hostname-or-ip-address>:8047
 The following list describes the URLs for various Drill configurations: 
 
 * `http://<drill-hostname-or-ip-address>:8047`  
-  Use this URL when [HTTPS support]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/#https-support) is disabled (the default).
+  Use this URL when [HTTPS support]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/#https-support) is disabled (the default).
 * `https://<drill-hostname-or-ip-address>:8047`  
   Use this URL when HTTPS support is enabled.  
 * `http://localhost:8047`   
diff --git a/_docs/en/install/061-stopping-drill.md b/_docs/en/install/061-stopping-drill.md
index 5d07723..30b1bec 100644
--- a/_docs/en/install/061-stopping-drill.md
+++ b/_docs/en/install/061-stopping-drill.md
@@ -17,7 +17,7 @@ Graceful Shutdown is enabled by default. You can gracefully shut down a Drillbit
 
 You can only use the Graceful Shutdown option in the Drill Web UI to shut down the Drillbit from which you accessed the Drill Web UI. For example, if you accessed the Drill Web UI at `http://drillbit1:8047`, you can only use the Graceful Shutdown option to shut down drillbit1. When you initiate graceful shutdown from the Drill Web UI, the console posts an alert stating that a graceful shutdown was triggered. You can see the progress of the shut down as the Drillbit completes queries and  [...]
 
-**Note:** If security ([https]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/)) is enabled, only and administrator can perform a graceful shutdown.  
+**Note:** If security ([https]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/)) is enabled, only and administrator can perform a graceful shutdown.  
 
 **How A Drillbit Shuts Down Gracefully**  
 
diff --git a/_docs/en/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md b/_docs/en/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md
index eda04e9..c2262ec 100644
--- a/_docs/en/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md
+++ b/_docs/en/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md
@@ -3,7 +3,7 @@ title: "Monitoring and Canceling Queries in the Drill Web UI"
 slug: "Monitoring and Canceling Queries in the Drill Web UI"
 parent: "Query Data"
 ---
-You can monitor and cancel queries from the Drill Web UI if you are [authorized]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/) to do so. To access the Drill
+You can monitor and cancel queries from the Drill Web UI if you are [authorized]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/) to do so. To access the Drill
 Web UI, the Drillbit process must be running on the Drill node that you use to
 access the Drill Web UI.
 
diff --git a/_docs/en/rn/016-1.5.0-rn.md b/_docs/en/rn/016-1.5.0-rn.md
index eaff404..a72c218 100644
--- a/_docs/en/rn/016-1.5.0-rn.md
+++ b/_docs/en/rn/016-1.5.0-rn.md
@@ -8,7 +8,7 @@ parent: "Release Notes"
 
 Today, we're happy to announce the availability of Drill 1.5.0. You can download it [here](https://drill.apache.org/download/).
 
-This release provides [authentication and security for the Web interface and REST API]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/), experimental query support for Apache Kudu (incubating), an [improved memory allocator]({{site.baseurl}}/docs/configuring-drill-memory/), [configurable caching for Hive metadata]({{site.baseurl}}/docs/hive-metadata-caching/), and the following bug fixes and improvements:
+This release provides [authentication and security for the Web interface and REST API]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/), experimental query support for Apache Kudu (incubating), an [improved memory allocator]({{site.baseurl}}/docs/configuring-drill-memory/), [configurable caching for Hive metadata]({{site.baseurl}}/docs/hive-metadata-caching/), and the following bug fixes and improvements:
 
 
     
diff --git a/_docs/en/rn/019-1.2.0-rn.md b/_docs/en/rn/019-1.2.0-rn.md
index ae921d9..bc89b9c 100644
--- a/_docs/en/rn/019-1.2.0-rn.md
+++ b/_docs/en/rn/019-1.2.0-rn.md
@@ -26,7 +26,7 @@ This release of Drill introduces a number of enhancements, including the followi
   * NTILE  
   * LAG and LEAD  
   * FIRST_VALUE and LAST_VALUE  
-* [HTTPS support]({{site.baseurl}}/docs/configuring-web-console-and-rest-api-security/) for Web UI operations  
+* [HTTPS support]({{site.baseurl}}/docs/configuring-web-ui-and-rest-api-security/) for Web UI operations  
 * Performance improvements for [querying HBase]({{site.baseurl}}/docs/querying-hbase/#querying-big-endian-encoded-data), which includes leveraging [ordered byte encoding]({{site.baseurl}}/docs/querying-hbase/#leveraging-hbase-ordered-byte-encoding)  
 * [Optimized reads]({{site.baseurl}}/docs/querying-hive/#optimizing-reads-of-parquet-backed-tables) of Parquet-backed, Hive tables  
 * Read support for the [Parquet INT96 type]({{site.baseurl}}/docs/parquet-format/#about-int96-support) and a new TIMESTAMP_IMPALA type used with the [CONVERT_FROM]({{site.baseurl}}/docs/supported-data-types/#data-types-for-convert_to-and-convert_from-functions) function decodes a timestamp from Hive or Impala.