From 14cd1a26a9585e94cae9dc0341ebfe86b65fd9e7 Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Wed, 31 Jul 2024 09:03:10 +0200 Subject: [PATCH] Recommend a real cluster for production --- docs/source/getting-started/docker.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/getting-started/docker.rst b/docs/source/getting-started/docker.rst index d44e805..508538f 100644 --- a/docs/source/getting-started/docker.rst +++ b/docs/source/getting-started/docker.rst @@ -2,7 +2,11 @@ Set Up a Spark Cluster with Docker ================================== -This page describes how to set up a Spark cluster locally on your machine by using Docker containers. This approach is useful if you do not need a high-level of performance, and want to quickly try out the Migrator without having to set up a real cluster of nodes. It requires Docker and Git. +This page describes how to set up a Spark cluster locally on your machine by using Docker containers. It requires Docker and Git. + +.. note:: + + This approach is useful if you do not need a high-level of performance, and want to quickly try out the Migrator without having to set up a real cluster of nodes. We recommend using a real cluster for production, though. 1. Clone the Migrator repository.