Skip to content

Commit 6e51a57

Browse files
Merge pull request #218367 from sreekzz/patch-87
Updated notes
2 parents 4041725 + d46c4d6 commit 6e51a57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ 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: 11/09/2022
6+
ms.date: 11/16/2022
77
---
88

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

1111
> [!NOTE]
12-
> * IO Cache is only available for Spark 2.4(HDInsight 4.0).
13-
> * Spark 3.1.2 (HDInsight 5.0) doesn’t support IO Cache.
12+
> * IO Cache was supported till Spark 2.3 and will not be supported in Spark 2.4 (HDInsight 4.0) and Spark 3.1.2 (HDInsight 5.0)
1413
1514
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.
1615

0 commit comments

Comments
 (0)