Skip to content

Commit 28a63f4

Browse files
Merge pull request #268740 from Naveenommi-MSFT/patch-126
(AzureCXP) fixes MicrosoftDocs/azure-docs#120678
2 parents adf50b3 + 1156b57 commit 28a63f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight-aks/spark/submit-manage-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ An Apache Spark cluster on HDInsight on AKS. For instructions, see [Create an
180180

181181
From pyspark.sql import SparkSession
182182
Spark = SparkSession.builder.master('yarn').appName('SparkSampleCode').getOrCreate()
183-
// Initialize spark context
183+
# Initialize spark context
184184
data1 = [22,40,10,50,70]
185185
s1 = pd.Series(data1) #One-dimensional ndarray with axis labels (including time series).
186186

0 commit comments

Comments
 (0)