From 4c4fbef54eb69b54318360a9c714a2a6a708ff2e Mon Sep 17 00:00:00 2001 From: Partho Sarthi Date: Tue, 19 Nov 2024 21:52:37 -0800 Subject: [PATCH] Updated title in README for EMR and Databricks Tools Notebooks (#469) (#471) Signed-off-by: Partho Sarthi --- tools/databricks/README.md | 5 ++--- tools/emr/README.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/databricks/README.md b/tools/databricks/README.md index 540c41f6..8004ec41 100644 --- a/tools/databricks/README.md +++ b/tools/databricks/README.md @@ -1,8 +1,7 @@ -# Databricks Tools Demo Notebooks +# Databricks Qualification/Profiling Quick Start Notebooks The RAPIDS Accelerator for Apache Spark includes two key tools for understanding the benefits of -GPU acceleration as well as analyzing GPU Spark jobs. For customers on Databricks, the demo -notebooks offer a simple interface for running the tools given a set of Spark event logs from +GPU acceleration as well as analyzing GPU Spark jobs. For customers on Databricks, the quick start notebooks offer a simple interface for running the tools given a set of Spark event logs from CPU (qualification) or GPU (profiling) application runs. To use a demo notebook, you can import the notebook in the Databricks Notebook UI via File->Import Notebook. diff --git a/tools/emr/README.md b/tools/emr/README.md index 53cad02d..896c6cc7 100644 --- a/tools/emr/README.md +++ b/tools/emr/README.md @@ -1,7 +1,7 @@ -# EMR Tools Demo Notebooks +# EMR Qualification/Profiling Quick Start Notebooks The RAPIDS Accelerator for Apache Spark includes two key tools for understanding the benefits of -GPU acceleration as well as analyzing GPU Spark jobs. For customers on EMR, the demo +GPU acceleration as well as analyzing GPU Spark jobs. For customers on EMR, the quick start notebooks offer a simple interface for running the tools given a set of Spark event logs from CPU (qualification) or GPU (profiling) application runs.