Skip to content

Commit b0f0902

Browse files
Merge pull request #217751 from sreekzz/patch-87
Added IO Cache is only available for Spark 2.4(HDI 4.0).
2 parents 8eaacbe + 8841718 commit b0f0902

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/hdinsight/spark/apache-spark-improve-performance-iocache.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ title: Apache Spark performance - Azure HDInsight IO Cache (Preview)
33
description: Learn about Azure HDInsight IO Cache and how to use it to improve Apache Spark performance.
44
ms.service: hdinsight
55
ms.topic: how-to
6-
ms.date: 10/31/2022
6+
ms.date: 11/09/2022
77
---
88

99
# Improve performance of Apache Spark workloads using Azure HDInsight IO Cache
1010

11-
> [!NOTE]
12-
> Spark 3.1.2 (HDI 5.0) doesn’t support IO Cache.
11+
> [!NOTE]
12+
> * IO Cache is only available for Spark 2.4(HDI 4.0).
13+
> * Spark 3.1.2 (HDI 5.0) doesn’t support IO Cache.
1314
1415
IO Cache is a data caching service for Azure HDInsight that improves the performance of Apache Spark jobs. IO Cache also works with [Apache TEZ](https://tez.apache.org/) and [Apache Hive](https://hive.apache.org/) workloads, which can be run on [Apache Spark](https://spark.apache.org/) clusters. IO Cache uses an open-source caching component called RubiX. RubiX is a local disk cache for use with big data analytics engines that access data from cloud storage systems. RubiX is unique among caching systems, because it uses Solid-State Drives (SSDs) rather than reserve operating memory for caching purposes. The IO Cache service launches and manages RubiX Metadata Servers on each worker node of the cluster. It also configures all services of the cluster for transparent use of RubiX cache.
1516

0 commit comments

Comments
 (0)