You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Bowen Li (JIRA)" <ji...@apache.org> on 2019/06/01 00:52:00 UTC

[jira] [Created] (FLINK-12702) support 'properties' in catalog entries in SQL CLI yaml file

Bowen Li created FLINK-12702:
--------------------------------

             Summary: support 'properties' in catalog entries in SQL CLI yaml file
                 Key: FLINK-12702
                 URL: https://issues.apache.org/jira/browse/FLINK-12702
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Client
            Reporter: Bowen Li
            Assignee: Bowen Li
             Fix For: 1.9.0


support 'properties' in catalog entries in SQL CLI yaml file, e.g.:

{code:java}
catalogs:
 - name: <name>
   type: <catalog_type>
   property-version: <version>
   default-database: <db_name> # Optional
   properties:
     # Properties of the catalog 
     <prop1>: <value1>
     <prop2>: <value2>
     ...
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)