Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3b0b35

Browse files
committedMar 9, 2022
Fix typo
python -> Python
1 parent 20fad63 commit a3b0b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎articles/hdinsight/hadoop/python-udf-hdinsight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In the commands below, replace `sshuser` with the actual username if different.
113113
ssh sshuser@mycluster-ssh.azurehdinsight.net
114114
```
115115
116-
3. From the SSH session, add the python files uploaded previously to the storage for the cluster.
116+
3. From the SSH session, add the Python files uploaded previously to the storage for the cluster.
117117
118118
```bash
119119
hdfs dfs -put hiveudf.py /hiveudf.py
@@ -369,7 +369,7 @@ In the commands below, replace `sshuser` with the actual username if different.
369369
ssh sshuser@mycluster-ssh.azurehdinsight.net
370370
```
371371
372-
3. From the SSH session, add the python files uploaded previously to the storage for the cluster.
372+
3. From the SSH session, add the Python files uploaded previously to the storage for the cluster.
373373
374374
```bash
375375
hdfs dfs -put pigudf.py /pigudf.py

0 commit comments

Comments
 (0)
Please sign in to comment.