Skip to content

Commit

Permalink
[Doc] Jar package task submission Demo bug fix (DataLinkDC#3517)
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoe authored May 22, 2024
1 parent c1abc1d commit 82366df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/extend/expand_statements/execute_jar.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EXECUTE JAR WITH (
```sql
EXECUTE JAR WITH (
'uri'='rs:/jar/flink/demo/SocketWindowWordCount.jar',
'main-class'='org.apache.flink.streaming.examples.socket',
'main-class'='org.apache.flink.streaming.examples.socket.SocketWindowWordCount',
'args'=' --hostname localhost '
);
```
Expand Down

0 comments on commit 82366df

Please sign in to comment.