This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 03cbf44dd Spark guide: document the launch command in the Markdown 
(#3592)
03cbf44dd is described below

commit 03cbf44ddbfcc8745300a2d9e2b9e7d661faae1e
Author: Robert Stupp <[email protected]>
AuthorDate: Thu Jan 29 14:58:12 2026 +0100

    Spark guide: document the launch command in the Markdown (#3592)
    
    Replaces the "invisible" launch-docker.sh script with a "visible" `shell` 
code block, so the commands are immediately visible to users.
---
 getting-started/spark/README.md        |  5 +++--
 getting-started/spark/launch-docker.sh | 22 ----------------------
 2 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/getting-started/spark/README.md b/getting-started/spark/README.md
index b0a5753aa..36684859f 100644
--- a/getting-started/spark/README.md
+++ b/getting-started/spark/README.md
@@ -35,9 +35,10 @@ If a Polaris image is not already present locally, build one 
with the following
 
 ## Run the `docker-compose` file
 
-To start the `docker-compose` file with the necessary dependencies, run this 
command from the repo's root directory:
+To start the `docker-compose` file with the necessary dependencies, run these 
commands from the repo's root directory:
 ```shell
-sh getting-started/spark/launch-docker.sh
+make client-regenerate
+docker compose -f site/content/guides/spark/docker-compose.yml up
 ```
 
 This will spin up 2 container services
diff --git a/getting-started/spark/launch-docker.sh 
b/getting-started/spark/launch-docker.sh
deleted file mode 100644
index 31459de02..000000000
--- a/getting-started/spark/launch-docker.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env bash
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-make client-regenerate
-docker-compose -f getting-started/spark/docker-compose.yml up

Reply via email to