diff --git a/docs/interpreter/flink.md b/docs/interpreter/flink.md
index 6d628cf6d10..57bc7f82be5 100644
--- a/docs/interpreter/flink.md
+++ b/docs/interpreter/flink.md
@@ -133,7 +133,7 @@ You can also set other flink properties which are not listed in the table. For a
| flink.yarn.queue |
- |
+ default |
queue name of yarn app |
diff --git a/flink/src/main/resources/interpreter-setting.json b/flink/src/main/resources/interpreter-setting.json
index acf1bf387ef..00625b553f8 100644
--- a/flink/src/main/resources/interpreter-setting.json
+++ b/flink/src/main/resources/interpreter-setting.json
@@ -85,7 +85,7 @@
"flink.yarn.queue": {
"envName": null,
"propertyName": null,
- "defaultValue": "",
+ "defaultValue": "default",
"description": "Yarn queue name",
"type": "string"
},