@@ -16,10 +16,9 @@ Overview
1616--------
1717
1818You can configure {+data-lake+} using the :ref:`datalake-configuration-file`.
19- The configuration file defines mappings between your {+data-lake-stores+}
20- and {+data-lake-short+}. To learn more about the configuration file including
21- the configuration fields and file format, see
22- :ref:`datalake-configuration-file`.
19+ The configuration defines mappings between your {+data-lake-stores+}
20+ and {+data-lake-short+}. To learn more about the configuration including
21+ the configuration fields and format, see :ref:`datalake-configuration-file`.
2322
2423You can retrieve and update the {+data-lake-short+} configuration by
2524connecting a :binary:`~bin.mongo` shell to the {+data-lake-short+}:
@@ -56,8 +55,8 @@ database commands to retrieve the {+data-lake-short+} configuration:
5655 db.runCommand( { "storageGetConfig" : 1 } )
5756
5857The command returns the current {+data-lake-short+} configuration. For
59- complete documentation on the configuration fields and file format,
60- see :ref:`datalake-configuration-format`.
58+ complete documentation on the configuration fields and format, see
59+ :ref:`datalake-configuration-format`.
6160
6261.. _datalake-setstorageconfig:
6362
@@ -72,12 +71,12 @@ database commands to set or update the {+data-lake-short+} configuration:
7271 use admin
7372 db.runCommand( { "storageSetConfig" : <config> } )
7473
75- Replace ``<config>`` with the {+data-lake-short+} configuration
76- file. For complete documentation on the configuration fields and file
77- format, see :ref:`datalake-configuration-format`. You can validate
78- your :ref:`configuration <datalake-configuration-file>` before setting or
79- updating the {+data-lake-short+} configuration by running the
80- :ref:`storageValidateConfig <datalake-validatestorageconfig>` command.
74+ Replace ``<config>`` with the {+data-lake-short+} configuration. For complete
75+ documentation on the configuration fields and format, see
76+ :ref:`datalake-configuration-format`. You can validate your :ref:`configuration
77+ <datalake-configuration-file>` before setting or updating the
78+ {+data-lake-short+} configuration by running the :ref:`storageValidateConfig
79+ <datalake-validatestorageconfig>` command.
8180
8281To set or update the storage configuration through the |service| UI:
8382
@@ -103,9 +102,9 @@ You can run the following command to validate your {+data-lake-short+}
103102 use admin
104103 db.runCommand( { "storageValidateConfig" : <config> } )
105104
106- Replace ``<config>`` with the {+data-lake-short+} configuration
107- file. For complete documentation on the configuration fields and file
108- format, see :ref:`datalake-configuration-format`.
105+ Replace ``<config>`` with the {+data-lake-short+} configuration. For complete
106+ documentation on the configuration fields and format, see
107+ :ref:`datalake-configuration-format`.
109108
110109The command returns the following if your {+dl+} configuration is valid:
111110
@@ -168,16 +167,13 @@ and run the following database commands:
168167 use admin
169168 db.runCommand( { "storageGenerateConfig" : 1 } )
170169
171- For complete documentation on the configuration fields and file format, see :ref:`datalake-configuration-format`.
170+ For complete documentation on the configuration fields and format, see :ref:`datalake-configuration-format`.
172171
173172.. class:: hidden
174173
175174 .. toctree::
176175 :titlesonly:
177176
178- /reference/config-files /data-lake-configuration
177+ /reference/format /data-lake-configuration
179178 /reference/examples/path-syntax-examples
180- /config/manage-stores-cli
181- /config/manage-dbs-cli
182- /config/manage-collections-views-cli
183- /config/update-region
179+ /supported-unsupported/supported-partition-attributes
0 commit comments