This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new f2b6d90  [ZEPPELIN-4729]. Default value of flink.yarn.queue should be 
`default`
f2b6d90 is described below

commit f2b6d90eb51cd52e4134b53f3e2246f361cc5b27
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Tue Apr 7 16:25:51 2020 +0800

    [ZEPPELIN-4729]. Default value of flink.yarn.queue should be `default`
    
    ### 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 <zjf...@apache.org>
    
    Closes #3720 from zjffdu/ZEPPELIN-4729 and squashes the following commits:
    
    84690a127 [Jeff Zhang] [ZEPPELIN-4729]. Default value of flink.yarn.queue 
should be `default`
    
    (cherry picked from commit 3e614e0ca47a05338e642d5cdc9e77532fc96efd)
    Signed-off-by: Jeff Zhang <zjf...@apache.org>
---
 docs/interpreter/flink.md                         | 2 +-
 flink/src/main/resources/interpreter-setting.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/interpreter/flink.md b/docs/interpreter/flink.md
index 6d628cf..57bc7f8 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
   </tr>
   <tr>
     <td>flink.yarn.queue</td>
-    <td></td>
+    <td>default</td>
     <td>queue name of yarn app</td>
   </tr>
   <tr>
diff --git a/flink/src/main/resources/interpreter-setting.json 
b/flink/src/main/resources/interpreter-setting.json
index acf1bf3..00625b5 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"
       },

Reply via email to