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

jowanza pushed a commit to branch josep2-patch-1
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit a2a20494e9c86568bce5ac8198083a0904d86573
Author: Jowanza Joseph <[email protected]>
AuthorDate: Wed Oct 25 11:08:15 2023 -0600

    Update mahout.yml
    
    Building with Spark 2.3
---
 .github/workflows/mahout.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/mahout.yml b/.github/workflows/mahout.yml
index c8649f1bc..d07c1880d 100644
--- a/.github/workflows/mahout.yml
+++ b/.github/workflows/mahout.yml
@@ -71,8 +71,8 @@ jobs:
 
     - name: Setup Spark
       run: |
-        echo $SPARK_BIN
-        wget $SPARK_BIN
+        echo $SPARK_2_3
+        wget $SPARK_2_3
         tar -xzf *tgz
         spark*/sbin/start-all.sh
 

Reply via email to