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 dd66a9f

Browse files
committedMay 18, 2022
Fix typo
/rest/i -> REST
1 parent 8a172e6 commit dd66a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎articles/hdinsight/spark/apache-spark-troubleshoot-outofmemory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Delete all entries using steps detailed below.
231231
1. Wait for the above command to complete and the cursor to return the prompt and then restart Livy service from Ambari, which should succeed.
232232

233233
> [!NOTE]
234-
> `DELETE` the livy session once it is completed its execution. The Livy batch sessions will not be deleted automatically as soon as the spark app completes, which is by design. A Livy session is an entity created by a POST request against Livy Rest server. A `DELETE` call is needed to delete that entity. Or we should wait for the GC to kick in.
234+
> `DELETE` the livy session once it is completed its execution. The Livy batch sessions will not be deleted automatically as soon as the spark app completes, which is by design. A Livy session is an entity created by a POST request against Livy REST server. A `DELETE` call is needed to delete that entity. Or we should wait for the GC to kick in.
235235

236236
---
237237

0 commit comments

Comments
 (0)
Please sign in to comment.