Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/interpreter/flink.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ You can also set other flink properties which are not listed in the table. For a
</tr>
<tr>
<td>flink.yarn.queue</td>
<td></td>
<td>default</td>
<td>queue name of yarn app</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion flink/src/main/resources/interpreter-setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"flink.yarn.queue": {
"envName": null,
"propertyName": null,
"defaultValue": "",
"defaultValue": "default",
"description": "Yarn queue name",
"type": "string"
},
Expand Down