Skip to content

Commit

Permalink
[ZEPPELIN-4729]. Default value of flink.yarn.queue should be default
Browse files Browse the repository at this point in the history
### What is this PR for?

Minor PR too change default value of flink.yarn.queue should be `default` which is usually the default queue of yarn.

### What type of PR is it?
[ Improvement ]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-4729

### How should this be tested?
* CI pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? NO

Author: Jeff Zhang <zjffdu@apache.org>

Closes #3720 from zjffdu/ZEPPELIN-4729 and squashes the following commits:

84690a1 [Jeff Zhang] [ZEPPELIN-4729]. Default value of flink.yarn.queue should be `default`
  • Loading branch information
zjffdu committed Apr 7, 2020
1 parent d4b8c95 commit 3e614e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 3e614e0

Please sign in to comment.