Skip to content

Commit de7066e

Browse files
DOCSP-12254 List Supported ADL regions for ADL in more places (#74)
* DOCSP-12254 List Supported ADL regions for ADL in more places DOCSP-12254 self-review * DOCSP-12254 updates for copy review feedback * DOCSP-12254 fix for build errors * DOCSP-12254 fix for build errors
1 parent 5365507 commit de7066e

File tree

10 files changed

+66
-48
lines changed

10 files changed

+66
-48
lines changed

source/admin/manage-namespace-catalog-cli.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ refreshed in the background when you:
2323
- :ref:`Update the storage configuration <datalake-setstorageconfig>`.
2424
- Run the ``show collections`` command.
2525
- Query a collection.
26-
- Run the :ref:`updateCatalog-cmd` command.
26+
- Run the :ref:`update-catalog-cmd` command.
2727

2828
You can determine when the catalog was last updated by using the
29-
:ref:`catalogInfo-cmd` command and can manually update the catalog
30-
by using the :ref:`updateCatalog-cmd` command. You must have the
29+
:ref:`catalog-info-cmd` command and can manually update the catalog
30+
by using the :ref:`update-catalog-cmd` command. You must have the
3131
:atlas:`atlasAdmin </security-add-mongodb-users/#atlasAdmin>` role
3232
to update the catalog.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. list-table::
2+
:widths: 75 25
3+
:header-rows: 1
4+
5+
* - |data-lake| Regions
6+
- |aws| Regions
7+
8+
* - Northern Virginia, North America
9+
- us-east-1
10+
11+
* - Oregon, North America
12+
- us-west-2
13+
14+
* - Ireland, Europe
15+
- eu-west-1
16+
17+
* - London, Europe
18+
- eu-west-2
19+
20+
* - Frankfurt, Europe
21+
- eu-central-1
22+
23+
* - Sydney, Australia
24+
- ap-southeast-2
25+

source/includes/steps-data-lake-update-region.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,7 @@ content: |
3838
3939
You can select from the following regions:
4040
41-
.. list-table::
42-
:widths: 75 25
43-
:header-rows: 1
44-
45-
* - |data-lake| Regions
46-
- |aws| Regions
47-
48-
* - Northern Virginia, North America
49-
- us-east-1
50-
51-
* - Oregon, North America
52-
- us-west-2
53-
54-
* - Ireland, Europe
55-
- eu-west-1
56-
57-
* - London, Europe
58-
- eu-west-2
59-
60-
* - Frankfurt, Europe
61-
- eu-central-1
62-
63-
* - Sydney, Australia
64-
- ap-southeast-2
41+
.. include:: /includes/list-table-supported-aws-regions.rst
6542
---
6643
title: "Click :guilabel:`Save` for the changes to take effect."
6744
ref: save-data-lake-update

source/reference/api/dataLakes-create-one-tenant.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _api-update-one-endpoint:
1+
.. _api-create-one-endpoint:
22

33
==============================
44
Create One {+data-lake-short+}

source/reference/cli/administration-commands.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Namespace
4444
The |data-lake| CLI lets you retrieve :ref:`namespace catalog <manage-ns-catalog-cli>`
4545
information and update the namespace catalog using the following commands:
4646

47-
- :ref:`catalogInfo-cmd`
48-
- :ref:`updatecatalog-cmd`
47+
- :ref:`catalog-info-cmd`
48+
- :ref:`update-catalog-cmd`
4949

5050
.. class:: hidden
5151

source/reference/cli/namespace/cataloginfo.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _catalogInfo-cmd:
1+
.. _catalog-info-cmd:
22

33
===============
44
``catalogInfo``
@@ -17,7 +17,7 @@ The ``catalogInfo`` command returns an array of the stores and the
1717
:ref:`namespace metadata in the catalog <manage-ns-catalog-cli>`
1818
was last updated.
1919

20-
.. _catalogInfo-cmd-syntax:
20+
.. _catalog-info-cmd-syntax:
2121

2222
Syntax
2323
------
@@ -26,7 +26,7 @@ Syntax
2626

2727
db.runCommand({ "catalogInfo" : 1, "stores": ["<storeName>"] })
2828

29-
.. _catalogInfo-cmd-usage:
29+
.. _catalog-info-cmd-usage:
3030

3131
Usage
3232
-----
@@ -52,7 +52,7 @@ the following command:
5252

5353
db.runCommand({ "catalogInfo" : 1, "stores": ["<storeName>",...] })
5454

55-
.. _catalogInfo-cmd-output:
55+
.. _catalog-info-cmd-output:
5656

5757
Output
5858
------
@@ -78,7 +78,7 @@ where:
7878
- ``date`` is the date and timestamp in :manual:`ISODate
7979
</reference/glossary/#term-isodate>` format
8080

81-
.. _catalogInfo-cmd-eg:
81+
.. _catalog-info-cmd-eg:
8282

8383
Example
8484
-------

source/reference/cli/namespace/updatecatalog.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _updateCatalog-cmd:
1+
.. _update-catalog-cmd:
22

33
=================
44
``updateCatalog``
@@ -14,12 +14,12 @@
1414

1515
The ``updateCatalog`` command updates the :ref:`namespace metadata in the
1616
catalog <manage-ns-catalog-cli>`. You can verify by running the
17-
:ref:`catalogInfo-cmd` command, which shows the :manual:`ISODate
17+
:ref:`catalog-info-cmd` command, which shows the :manual:`ISODate
1818
</reference/glossary/#term-isodate>` when the catalog was last updated.
1919
If you have a large {+data-lake-store+}, it may take a while to update the
2020
catalog.
2121

22-
.. _updateCatalog-cmd-syntax:
22+
.. _update-catalog-cmd-syntax:
2323

2424
Syntax
2525
~~~~~~
@@ -28,7 +28,7 @@ Syntax
2828

2929
db.runCommand({ "updateCatalog" : 1, "background" : true })
3030

31-
.. _updateCatalog-cmd-usage:
31+
.. _update-catalog-cmd-usage:
3232

3333
Usage
3434
~~~~~
@@ -48,7 +48,7 @@ To update the catalog in the background, run the following command:
4848

4949
db.runCommand({ "updateCatalog" : 1, "background" : true })
5050

51-
.. _updateCatalog-cmd-output:
51+
.. _update-catalog-cmd-output:
5252

5353
Output
5454
~~~~~~
@@ -60,7 +60,7 @@ The command returns the following output:
6060

6161
{ "ok" : 1 }
6262

63-
.. _updateCatalog-cmd-eg:
63+
.. _update-catalog-cmd-eg:
6464

6565
Example
6666
~~~~~~~

source/reference/examples/path-syntax-examples.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ computed fields:
239239
- :ref:`datalake-advanced-path-parse-regex`
240240
- :ref:`datalake-advanced-path-parse-range`
241241
- :ref:`datalake-advanced-parse-nested-fields`
242-
- :ref:`datalake-advanced-path-objectIds`
242+
- :ref:`datalake-advanced-path-objectids`
243243
- :ref:`datalake-advanced-path-create-partition`
244244
- :ref:`datalake-advanced-path-generate-collection`
245245

@@ -528,7 +528,7 @@ When {+data-lake-short+} receives a query on a specific month such as
528528
``January``, it uses the specified path to identify which file
529529
contains the data that matches the query.
530530

531-
.. _datalake-advanced-path-objectIds:
531+
.. _datalake-advanced-path-objectids:
532532

533533
Create Partitions from ObjectIds
534534
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/supported-unsupported/limitations.txt

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,23 @@
77
.. meta::
88
:keywords: |data-lake| limitations
99

10-
|service| |data-lake| only supports Amazon S3 `Standard
11-
<https://aws.amazon.com/s3/storage-classes/?nc=sn&loc=3#General_purpose>`__,
12-
`Intelligent Tiering <https://aws.amazon.com/s3/storage-classes/#Unknown_or_changing_access>`__,
13-
and `Standard-Infrequent Access <https://aws.amazon.com/s3/storage-classes/#Infrequent_access>`__
14-
storage classes. |data-lake| does not support the following features:
10+
{+adl+} supports the following Amazon |s3| storage classes only:
11+
12+
- `Standard
13+
<https://aws.amazon.com/s3/storage-classes/?nc=sn&loc=3#General_purpose>`__
14+
15+
- `Intelligent Tiering
16+
<https://aws.amazon.com/s3/storage-classes/#Unknown_or_changing_access>`__
17+
18+
- `Standard-Infrequent Access
19+
<https://aws.amazon.com/s3/storage-classes/#Infrequent_access>`__
20+
21+
{+adl+} routes your {+dl+} requests through one of the following
22+
regions only:
23+
24+
.. include:: /includes/list-table-supported-aws-regions.rst
25+
26+
|data-lake| does not support the following features:
1527

1628
* Creating Indexes
1729
* Monitoring |data-lakes| with |service| monitoring tools

source/tutorial/getting-started.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ files stored in S3, and running MongoDB Query Language (MQL) operations.
2929
:figwidth: 775px
3030
:alt: Screenshot of the {+data-lake-short+} after running queries.
3131

32+
{+dl+} routes your {+dl+} requests through one of the following regions:
33+
34+
.. include:: /includes/list-table-supported-aws-regions.rst
35+
3236
.. note::
3337

3438
You will incur charges when running {+data-lake+} queries. For more

0 commit comments

Comments
 (0)