Skip to content

Commit 0cc2762

Browse files
authored
Merge pull request #89535 from changeworld/patch-40
Fix typo
2 parents d4d7fc0 + 5416a4f commit 0cc2762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/v1/data-factory-json-scripting-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5335,7 +5335,7 @@ Note the following points:
53355335

53365336
- The **type** property is set to **HDInsightSpark**.
53375337
- The **rootPath** is set to **adfspark\\pyFiles** where adfspark is the Azure Blob container and pyFiles is fine folder in that container. In this example, the Azure Blob Storage is the one that is associated with the Spark cluster. You can upload the file to a different Azure Storage. If you do so, create an Azure Storage linked service to link that storage account to the data factory. Then, specify the name of the linked service as a value for the **sparkJobLinkedService** property. See Spark Activity properties for details about this property and other properties supported by the Spark Activity.
5338-
- The **entryFilePath** is set to the **test.py**, which is the python file.
5338+
- The **entryFilePath** is set to the **test.py**, which is the Python file.
53395339
- The **getDebugInfo** property is set to **Always**, which means the log files are always generated (success or failure).
53405340

53415341
> [!IMPORTANT]

0 commit comments

Comments
 (0)