From d169b6ad4543a2dccfbdbd1e93990c674078e60c Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 28 Jul 2023 22:56:24 +0400 Subject: [PATCH] Better wording --- docs/using/recipes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/using/recipes.md b/docs/using/recipes.md index a57e37b6..08e76873 100644 --- a/docs/using/recipes.md +++ b/docs/using/recipes.md @@ -192,7 +192,8 @@ Using Spark session for Hadoop 2.7.3 ```python import os -# !ls /usr/local/spark/jars/hadoop* # to figure out what version of Hadoop +# To figure out what version of Hadoop, run: +# ls /usr/local/spark/jars/hadoop* os.environ[ "PYSPARK_SUBMIT_ARGS" ] = '--packages "org.apache.hadoop:hadoop-aws:2.7.3" pyspark-shell'