Skip to content

Commit 5407367

Browse files
author
DataUI VCS Robot
committed
Release 27.01.2022
* DataLens: added instructions how to join tables and CSV connections. * DataLens: added instructions how to add parameters to dashboard. * Cloud CDN: added Terraform instructions for CDN resources. * DataSphere: added information about folder budgets. * Overview: added recommendations for data encryption and key management. * SpeechKit: added instruction how to upload data for advanced training. * SpeechKit: added notes for speech-to-text release. * Managed Service for Redis: added instruction how to update Redis cluster. * Managed Service for Redis: added a warning for turning off Redis persistence. * Translations updated. * Fixes and improvements.
1 parent 9055453 commit 5407367

File tree

368 files changed

+19243
-5805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

368 files changed

+19243
-5805
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Enter the name of the billing account. The name is displayed in the list of your billing accounts and helps you select the one you need.
2+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Select the payer type: **Individual** or **Business or entrepreneur**.
2+
3+
If the payer is a non-resident of Russia or Kazakhstan, only one payer type is available: **Business (non-resident of Russia)**.
4+

en/_includes/compute/gpu-os.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
For VMs on {{ v100-broadwell }} and {{ v100-cascade-lake }}, special images of Windows ([2016 Datacenter GPU](https://cloud.yandex.com/en-ru/marketplace/products/f2eob03q1b62vg3fhe0t), `windows-2016-gvlk-gpu`) and Ubuntu ([16.04 lts GPU](https://cloud.yandex.com/en-ru/marketplace/products/f2e9r8mdna9u5kvs59sl), `ubuntu-1604-lts-gpu`) are available with NVIDIA drivers installed.
2-
3-
Existing images are not fit for {{ a100-epyc }}. [Install the drivers](../../compute/operations/vm-operate/install-nvidia-drivers.md) on another standard image yourself or [create a custom image](../../compute/operations/image-create/custom-image.md) with preinstalled drivers. We recommend switching to using a standard image from {{ yandex-cloud }} as soon as it's available in the Marketplace.
1+
For VM instances running on the {{ v100-broadwell }} and {{ v100-cascade-lake }} platforms, special OS images are available. For Windows: [2016 Datacenter GPU](https://cloud.yandex.com/en-ru/marketplace/products/f2eob03q1b62vg3fhe0t) (`windows-2016-gvlk-gpu`), for Ubuntu: [16.04 LTS GPU](https://cloud.yandex.com/en-ru/marketplace/products/f2e9r8mdna9u5kvs59sl) (`ubuntu-1604-lts-gpu`) and [20.04 LTS GPU](https://cloud.yandex.com/en-ru/marketplace/products/yc/ubuntu-20-04-lts-gpu-a100) (`ubuntu-2004-lts-gpu`). The images have NVIDIA drivers pre-installed.
42

3+
For VM instances running on the {{ a100-epyc }} platform, a special Ubuntu image is available: [20.04 LTS GPU A100](https://cloud.yandex.com/en-ru/marketplace/products/f2e9r8mdna9u5kvs59sl) (`ubuntu-2004-lts-gpu-a100`). We recommend using a standard image from {{ yandex-cloud }}. You can also [install the drivers](../../compute/operations/vm-operate/install-nvidia-drivers.md) on another standard image yourself or [create a custom image](../../compute/operations/image-create/custom-image.md) with preinstalled drivers.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- **Hostname**. Specify the path to the master host or the {{ CH }} master host IP address. You can specify multiple hosts in a comma-separated list. If you are unable to connect to the first host, {{ datalens-short-name }} will select the next one from the list.
2+
- **HTTP interface port**. Specify the {{ CH }} connection port. The default port is 8443.
3+
- **Username**. Specify the username for the {{ CH }} connection.
4+
5+
{% include [datalens-db-note](datalens-db-note.md) %}
6+
7+
- **Password**. Enter the password for the user.
8+
- **Cache TTL in seconds**. Specify the cache lifetime or leave the default value. The recommended value is 300 seconds (5 minutes).
9+
- **Raw SQL level**. Enables you to use an ad-hoc SQL query to [generate a dataset](../../datalens/concepts/dataset/settings.md#sql-request-in-datatset).
10+
- **HTTPS**. Enable the secure connection option if your server supports HTTPS.
11+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
You can't disable materialization in the following cases:
2+
3+
* [Geographical functions](../../datalens/function-ref/geographical-functions.md) are used in your dataset.
4+
* The dataset is used for a public chart or dashboard. For a public chart, a managed {{ CH }} database may be sufficient as a data source, without materialization.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### How to enable or disable materialization? {#materialization-on-off}
2+
3+
You can disable materialization (switch to direct access to the data source) for all connection types except CSV.
4+
5+
You can select the [mode of data source access](../../../datalens/concepts/dataset/settings#mode) in the dataset settings. Go to the [Materialization](../../../datalens/operations/dataset/materialize) settings and select:
6+
7+
* **Direct access** to disable materialization.
8+
* **One-time materialization** or **Periodic materialization** to enable one of the materialization options.
9+
10+
{% include [datalens-materialization-off-unavailable](../datalens-materialization-off-unavailable.md) %}
11+

en/_includes/instance-groups/create-coi-vm-with-containers.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You can create an instance group built on a [{{ coi }}](../../cos/concepts/index.md) with multiple Docker containers inside.
44

5-
Docker containers are created based on the [Docker Compose specification](../../cos/concepts/index.md#compose-spec).
5+
Docker containers are created based on the [Docker Compose specification](../../cos/concepts/coi-specifications.md#compose-spec).
66

77
{% include [warning.md](warning.md) %}
88

@@ -109,7 +109,6 @@ Docker containers are created based on the [Docker Compose specification](../..
109109
- API
110110

111111
1. Create a network using the method [Create](../../vpc/api-ref/Network/create.md) for the resource `Networks`.
112-
113112
1. Create a subnet in the `ru-central1-a` availability zone using the [Create](../../vpc/api-ref/Subnet/create.md) method for the `Subnets` resource.
114113

115114
{% endlist %}
@@ -257,7 +256,7 @@ Docker containers are created based on the [Docker Compose specification](../..
257256

258257
```bash
259258
Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-54-generic x86_64)
260-
259+
261260
* Documentation: https://help.ubuntu.com
262261
* Management: https://landscape.canonical.com
263262
* Support: https://ubuntu.com/advantage
@@ -284,4 +283,4 @@ Docker containers are created based on the [Docker Compose specification](../..
284283
01288d7e382f nginx "/docker-entrypoint.…" About a minute ago Up About a minute 0.0.0.0:80->80/tcp nginx
285284
```
286285

287-
{% endlist %}
286+
{% endlist %}

0 commit comments

Comments
 (0)