Skip to content

Commit

Permalink
Recommend a real cluster for production
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Jul 31, 2024
1 parent c34eaf5 commit 14cd1a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/getting-started/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 14cd1a2

Please sign in to comment.