Skip to content

Commit 1b3894b

Browse files
authored
Merge pull request #22998 from chaitya-patel/master
hana cloud hdl getting started tutorials update
2 parents 0cc79cf + 7be1e12 commit 1b3894b

15 files changed

+25
-31
lines changed

tutorials/hana-cloud-hdl-getting-started-1/hana-cloud-hdl-getting-started-1.md

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,43 +14,41 @@ primary_tag: software-product>sap-hana-cloud
1414
- If you don't have a trial account yet, sign up [here](https://www.sap.com/cmp/td/sap-hana-cloud-trial.html).
1515

1616
## You will learn
17-
- What the components Data Lake, IQ and Data Lake Files are
17+
- What the components Data Lake, Data Lake Relational Engine and Data Lake Files are
1818
- How to differentiate between managed and standalone data lakes
1919
- How to provision a standalone data lake
2020
- How to change the storage capacity of data lake instances
2121
---
2222

2323
### Introduction to SAP HANA Cloud, data lake
2424

25-
SAP HANA Cloud, data lake is one of the components that make up SAP HANA Cloud. It's composed of two different components, the **Data Lake, IQ** and **Data Lake Files**. The Data Lake, IQ enables efficient storage and high-performance analytics of relational data at petabyte scale. It leverages the technology of SAP IQ, which many customers already know from the on-premise world.
25+
SAP HANA Cloud, data lake is one of the components that make up SAP HANA Cloud. It's composed of two different components, the **Data Lake Relational Engine** and **Data Lake Files**.
2626

2727
With SAP HANA Cloud, data lake, you can ingest data from multiple sources, as well as non-SAP cloud storage providers, at high speed. It's an integrated part of SAP HANA Cloud, providing common security mechanisms, tenancy models, and tools operating within SAP HANA Cloud.
2828

2929
SAP HANA Cloud, data lake was built to be scalable and accommodate increases in data volume, in user count, and the complexity of workloads. This tutorial will focus on using SAP HANA Cloud, data lake as a standalone component of SAP HANA Cloud.
3030

31-
<!-- border -->![Standalone vs. Managed data lake](ss-01-standalone-vs-managed-dl.png)
31+
![Standalone vs. Managed data lake](ss-01-standalone-vs-managed-dl.png)
3232

3333

34-
### Data Lake, IQ and Data Lake Files
34+
### Data Lake, Data Lake Relational Engine and Data Lake Files
3535

3636
The two main components of SAP HANA Cloud, data lake are:
3737

3838

39-
1. **Data Lake, IQ**: Data Lake, IQ is an efficient disk-optimized relational store, based on SAP IQ on-premise. It's enabled by default when you provision a data lake instance, whether it's standalone or managed by an SAP HANA database instance within SAP HANA Cloud.
39+
1. **Data Lake Relational Engine**: Data Lake Relational Engine enables efficient storage of structured data and high-performance analytics of relational data at petabyte scale. It's enabled by default when you provision a data lake instance, whether it's standalone or managed by an SAP HANA database instance within SAP HANA Cloud.
4040

4141
2. **Data Lake Files**: Data Lake Files service provides a secure, managed object storage to host structured, semi-structured and unstructured data files. You can query files in a relational format stored in data lake files by using the Data Lake's **SQL on Files** feature. This allows you to analyze the data with a low-cost strategy, given that this data has an unknown value. It is also easy to share this data with other processing tools. It's enabled by default when you provision a data lake instance, whether it's a standalone or managed by an SAP HANA database instance.
4242

4343
The Data Lake Files component is currently not available in the free tier model or trial.
4444

4545

46-
47-
4846
### How to use a data lake
4947

5048
SAP HANA Cloud, data lake can be provisioned and used in two different ways:
5149

5250

53-
- **Managed data lake**: the data lake is provisioned as part of the SAP HANA Cloud, SAP HANA database provisioning. A remote connection between the SAP HANA database and the Data Lake, IQ is then automatically created. The easiest way to access the data in a managed data lake is to use SAP HANA virtual tables using the SAP HANA Database Explorer. You can, however, also access the data lake independently.
51+
- **Managed data lake**: the data lake is provisioned as part of the SAP HANA Cloud, SAP HANA database provisioning. A remote connection between the SAP HANA database and the data lake Relational Engine is then automatically created. The easiest way to access the data in a managed data lake is to use SAP HANA virtual tables using the SAP HANA Database Explorer. You can, however, also access the data lake independently.
5452

5553
- **Standalone data lake**: the data lake is provisioned independently of any other SAP HANA Cloud services, and therefore it is not automatically connected to any other SAP HANA Cloud instances you might have. You can access your data within the data lake with SAP HANA Database Explorer, dbisql, isql, or any of the supported data lake client interfaces.
5654

@@ -73,15 +71,15 @@ To create a standalone data lake instance in SAP HANA Cloud,
7371

7472
4. Click on **Create**, then on **Data Lake**.
7573

76-
<!-- border -->![Create data lake](ss-02-create-data-lake.png)
74+
![Create data lake](ss-02-create-data-lake.png)
7775

7876
5. A new tab will open after finishing the last step - the **SAP HANA Cloud Central** provisioning wizard.
7977

8078
6. Here in **Step 1** you must choose the **Type** of instance to create **SAP HANA Cloud, Data Lake** instance.
8179

8280
7. Click on **Next Step**.
8381

84-
<!-- border -->![Create data lake](ss-03-create-data-lake_1.png)
82+
![Create data lake](ss-03-create-data-lake_1.png)
8583

8684

8785
### Describe the instance
@@ -94,12 +92,13 @@ Here you will be configuring the general preferences.
9492

9593
2. You can insert a description of this instance on the **Description** field.
9694

97-
<!-- border -->![General](ss-04-general.png)
95+
![General](ss-04-general.png)
9896

9997
3. Next, choose which connections are allowed to access your data lake instance. That means choosing if you allow access to your instance from outside of the SAP Business Technology Platform.
10098

10199
> You can either limit it to SAP Business Technology Platform by denying all IP addresses, or allow specific applications to access it by inserting one or more specific IP addresses. Finally, you can allow all connections from all IP addresses.
102100
101+
![Connections](ss-connections.png)
103102

104103
4. Click on **Next Step** on the left-hand side of the wizard.
105104

@@ -108,14 +107,14 @@ Here you will be configuring the general preferences.
108107
### Define storage settings
109108

110109

111-
In this step, you can choose to activate the Data Lake, IQ component. Once you enable the option, you will see more options to customize the data lake.
110+
In this step, you can choose to enable the data lake Relational Engine component. Once you enable the option, you will see more options to customize the data lake.
112111

113112

114-
1. Click on the toggle button to **Enable** the Data Lake, IQ component.
113+
1. Click on the toggle button to **Enable** the data lake Relational Engine component.
115114

116115
2. Insert a password in the **Administrator Password** field. Please make sure to use a strong password. This password will be associated with the automatically generated HDLADMIN user, which has full powers within your data lake, so make sure not to forget it.
117116

118-
<!-- border -->![Storage settings]( ss-05-storage setting.png)
117+
![Storage settings](ss-05-storage-setting.png)
119118

120119
3. Confirm it by typing it again on the **Confirm Administrator Password** field.
121120

@@ -128,17 +127,17 @@ In this step, you can choose to activate the Data Lake, IQ component. Once you e
128127
7. Click on **Next Step** to continue.
129128

130129

131-
### Define advanced data lake IQ settings
130+
### Define advanced data lake Relational Engine settings
132131

133132
1. Now you need to choose the initialization mode, which is whether your standalone data lake will be more compatible with SAP HANA or with SAP IQ.
134133

135-
<!-- border -->![Data lake Settings](ss-06-Data_Lake_IQ.png)
134+
![Data lake Settings](ss-06-Data_Lake_RE.png)
136135

137136
>
138137
>The right choice of compatibility depends on how you wish to use your data lake. If most of your use will be associated with SAP HANA, then choose that option. On the other hand, if you wish to move data from SAP IQ, then you should choose that option.
139138

140139

141-
<!-- border -->![Advanced DL Settings1](ss-07-Data lake-advanced-settings-1.png)
140+
![Advanced DL Settings1](ss-07-Data-lake-advanced-settings-1.png)
142141

143142
2. If you choose compatibility with SAP IQ, then you can also choose the **Collation**.
144143

@@ -148,7 +147,7 @@ In this step, you can choose to activate the Data Lake, IQ component. Once you e
148147

149148
5. Click on **Review and Create** and you are done! Your first standalone data lake will be created, and you can monitor its status to see when it will be ready to be used. This process usually takes a few minutes.
150149

151-
<!-- border -->![Creation Complete](ss-08-data-lake-creation-complete.png)
150+
![Creation Complete](ss-08-data-lake-creation-complete.png)
152151
153152

154153
### Edit storage size
@@ -161,13 +160,12 @@ To resize your data lake, follow these steps:
161160

162161
1. In the SAP HANA Cloud Central, locate your existing data lake.
163162

164-
2. Click on the three dots button on the right side of the same line to open the menu.
163+
2. Click on the three dots button on the right side of the same line to open the menu and then click on **Manage Configuration**.
165164

166-
3. Click on **Edit**.
165+
3. Click on **Edit** in the top right corner.
167166

168167
4. The editing wizard will open and show you the options currently available.
169168

170-
171169
By changing storage capacity, the instance will be forced to restart if it was previously running. When changing compute size, single-worker-node systems will require a restart. Multi-worker-node systems will require a restart when the worker-node's size changes, but do not require a restart when the number of workers changes if the size per worker-node is held constant.
172170

173171
>**Storage service level and the additional settings found under the initialization section cannot be modified after provisioning and must be configured appropriately at the time when the data lake is created.**
@@ -179,7 +177,4 @@ To resize your data lake, follow these steps:
179177

180178

181179

182-
183-
184-
185180
---
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

tutorials/hana-cloud-hdl-getting-started-3/hana-cloud-hdl-getting-started-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Let's get started. Follow these steps:
163163

164164

165165

166-
>**Attention**: You should make a slight adjustment in the above query if you have provisioned the Data Lake, IQ instance in maximum compatibility mode with SAP HANA Cloud, SAP HANA database. This mode does not support **CHAR** data type. Instead, you can alter the query by using **VARCHAR** data type.
166+
>**Attention**: You should make a slight adjustment in the above query if you have provisioned the data lake Relational Engine instance in maximum compatibility mode with SAP HANA Cloud, SAP HANA database. This mode does not support **CHAR** data type. Instead, you can alter the query by using **VARCHAR** data type.
167167
>
168168
>For more information on database compatibility modes, please see our [technical documentation](https://help.sap.com/viewer/a896c6a184f21015b5bcf4c7a967df07/LATEST/en-US/82cdda1398644f4a95ec402f3144bcea.html).
169169
@@ -258,7 +258,7 @@ Let's get started. Follow these steps:
258258

259259
```
260260

261-
>**Attention**: You should make a slight adjustment in the above query if you have provisioned the Data Lake, IQ instance in maximum compatibility mode with SAP HANA Cloud, SAP HANA database. This mode does not support **CHAR** data type. Instead, you can alter the query by using **VARCHAR** data type.
261+
>**Attention**: You should make a slight adjustment in the above query if you have provisioned the data lake Relational Engine instance in maximum compatibility mode with SAP HANA Cloud, SAP HANA database. This mode does not support **CHAR** data type. Instead, you can alter the query by using **VARCHAR** data type.
262262
>
263263
>For more information on database compatibility modes, please see our [technical documentation](https://help.sap.com/viewer/a896c6a184f21015b5bcf4c7a967df07/LATEST/en-US/82cdda1398644f4a95ec402f3144bcea.html).
264264

tutorials/hana-cloud-hdl-getting-started-4/hana-cloud-hdl-getting-started-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Let's see in detail the procedures to access different monitoring views.
4242

4343
### Explore workload monitoring using SAP HANA Database Explorer
4444

45-
Using **SAP HANA Database Explorer** connected to your data lake, you can display a menu with list of all available Data Lake, IQ monitoring views. This can be done by running the command in the SQL Console:
45+
Using **SAP HANA Database Explorer** connected to your data lake, you can display a menu with a list of all available data lake Relational Engine monitoring views. This can be done by running the command in the SQL Console:
4646

4747
```SQL
4848
SELECT * FROM IQMONVIEWS
@@ -97,7 +97,7 @@ Similarly, you can go to the SAP HANA Cloud Central when the remaining storage s
9797

9898
### Differentiate between sp_iqsysmon and monitoring views
9999

100-
The monitoring views and **`sp_iqsysmon`** are intended for very different reporting timescales. The **`sp_iqsysmon`** is a system stored procedure that allows you to define the time interval for monitoring using **Start** and **Stop** parameters. Data lake, IQ continuously monitors performance and displays the latest performance data on the monitoring views. Rather than monitoring over a defined period, monitoring views start gathering performance metrics at server startup and reports the current state of the system.
100+
The monitoring views and **`sp_iqsysmon`** are intended for very different reporting timescales. The **`sp_iqsysmon`** is a system stored procedure that allows you to define the time interval for monitoring using **Start** and **Stop** parameters. Data lake Relational Engine continuously monitors performance and displays the latest performance data on the monitoring views. Rather than monitoring over a defined period, monitoring views start gathering performance metrics at server startup and reports the current state of the system.
101101
>For example, you can monitor your system at a 30-second time interval for two hours using **`sp_iqsysmon`**. On the other hand, monitoring views provide a current snapshot of system heath and performance metrics.
102102
103103
It is beneficial to monitor changes in performance over time and this can be achieved by regularly checking the monitoring views at regular intervals. Any metrics moving out of their normal ranges should be evaluated.
Loading

tutorials/hana-cloud-hdl-getting-started-5/hana-cloud-hdl-getting-started-5.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ primary_tag: products>sap-hana-cloud
77
---
88

99
# Perform Backup and Recovery of Standalone Data Lake in SAP HANA Cloud
10-
<!-- description --> Learn to backup and recover the data in your standalone data lake in SAP HANA Cloud using a trial account.
10+
<!-- description --> Learn to backup and recover the data in your standalone data lake in SAP HANA Cloud using a production account.
1111

1212
## You will learn
1313
- The backup schedule for the database
@@ -81,7 +81,7 @@ When creating a service request for data lake recovery, be sure to complete the
8181

8282
>The **Service ID** is the same as the **Instance ID** for your data lake. This can be found from the SAP HANA Cloud Central.
8383

84-
<!-- border -->![Instance ID](ss-04-instance-ID.png)
84+
![Instance ID](ss-04-instance-ID.png)
8585

8686

8787
>In this tutorial, you have learned about the backup and recovery process of your database using SAP HANA Cloud, data lake. Make sure to take note of the frequency of the backups, their time of occurrence and the process for recovery.
@@ -93,5 +93,4 @@ For more learning materials on **SAP HANA Cloud**, [click here](https://communit
9393

9494

9595

96-
9796
---
Loading

0 commit comments

Comments
 (0)