You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2021/11/24 07:11:01 UTC

[GitHub] [incubator-linkis] Zosimer opened a new pull request #1112: flink engine support create hive catalog

Zosimer opened a new pull request #1112:
URL: https://github.com/apache/incubator-linkis/pull/1112


   flink engine  support  create hive catalog


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong commented on pull request #1112: flink engine support create and drop hive catalog

Posted by GitBox <gi...@apache.org>.
peacewong commented on pull request #1112:
URL: https://github.com/apache/incubator-linkis/pull/1112#issuecomment-982246130


   Hello, it is recommended to remove the historical commit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] Zosimer closed pull request #1112: flink engine support create and drop hive catalog

Posted by GitBox <gi...@apache.org>.
Zosimer closed pull request #1112:
URL: https://github.com/apache/incubator-linkis/pull/1112


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] Zosimer commented on pull request #1112: flink engine support create hive catalog

Posted by GitBox <gi...@apache.org>.
Zosimer commented on pull request #1112:
URL: https://github.com/apache/incubator-linkis/pull/1112#issuecomment-977893730


   CREATE CATALOG hive_default  WITH (
       'type' = 'hive',
        'default-database' = 'default',
       'hive-conf-dir' = '/etc/hive/conf',
        'hadoop-conf-dir'='/etc/hadoop/conf'
    );


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org