Skip to content

Commit 07371df

Browse files
authored
Added more description to alt text
Added more description to alt text
1 parent 94ae4a5 commit 07371df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/hdinsight/benefits-of-migrating-to-hdinsight-40.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ HDInsight 4.0 has several advantages over HDInsight 3.6. Here's an overview of w
2424

2525
## Workloads and Features
2626

27-
**Hive**
27+
**Hive**
2828
- Advanced features
2929
- LLAP workload management
3030
- LLAP Support JDBC, Druid and Kafka connectors
@@ -91,15 +91,15 @@ Assuming you have an external table created using a version of Hive that doesn't
9191

9292
Set synchronization of partitions to occur every 10 minutes expressed in seconds: In Ambari > Hive > Configs, `set metastore.partition.management.task.frequency` to 3600 or more.
9393

94-
:::image type="content" source="./media/hdinsight-migrate-to-40/ambari-hive-config.png" alt-text="Ambari Hive config file showing the frequency value.":::
94+
:::image type="content" source="./media/hdinsight-migrate-to-40/ambari-hive-config.png" alt-text=" Screenshot showing Ambari Hive config file with frequency value.":::
9595

9696

9797
> [!WARNING]
9898
> With the `management.task` running every 10 minutes, there will be pressure on the SQL server DTU.
9999
>
100100
You can verify the output from Microsoft Azure portal.
101101

102-
:::image type="content" source="./media/hdinsight-migrate-to-40/hive-verify-output.png" alt-text="Verify output from Microsoft Azure portal.":::
102+
:::image type="content" source="./media/hdinsight-migrate-to-40/hive-verify-output.png" alt-text="Screenshot showing compute utilization graph.":::
103103

104104
Hive drops the metadata and corresponding data in any partition created after the retention period. You express the retention time using a numeral and the following character or characters.
105105
Hive drops the metadata and corresponding data in any partition created after the retention period. You express the retention time using a numeral and the following character(s).
@@ -185,7 +185,7 @@ The initial implementation introduced in Apache Hive 3.0.0 focuses on introducin
185185

186186
More information, see [Hive - Materialized Views - Microsoft Tech Community](https://techcommunity.microsoft.com/t5/analytics-on-azure-blog/hive-materialized-views/ba-p/2502785)
187187

188-
### Surrogate Keys
188+
## Surrogate Keys
189189

190190
Use the built-in `SURROGATE_KEY` user-defined function (UDF) to automatically generate numerical Ids for rows as you enter data into a table. The generated surrogate keys can replace wide, multiple composite keys.
191191

@@ -233,7 +233,7 @@ Hive metastore operation takes much time and thus slow down Hive compilation. In
233233

234234
`hive.metastore.rawstore.impl=org.apache.hadoop.hive.metastore.cache.CachedStore`
235235

236-
:::image type="content" source="./media/hdinsight-migrate-to-40/hive-metastore-properties.png" alt-text="Hive metastore properties file showing value.":::
236+
:::image type="content" source="./media/hdinsight-migrate-to-40/hive-metastore-properties.png" alt-text=" Screenshot showing Hive metastore property file value against 'hive.metastore.rawstore.impl field.":::
237237

238238
## Troubleshooting guide
239239

0 commit comments

Comments
 (0)