[
https://issues.apache.org/jira/browse/FLINK-19127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17189329#comment-17189329
]
Nicholas Jiang edited comment on FLINK-19127 at 9/2/20, 4:39 PM:
-----------------------------------------------------------------
[~twalthr], do you mean that TableEnvironment should provide an interface that
create remote table environment as follows?
{code:java}
static TableEnvironment createRemote(String host, int port, EnvironmentSettings
settings, String... jarFile)
{code}
was (Author: nicholasjiang):
[~twalthr], do you mean that TableEnvironment provides an interface as follows?
{code:java}
static TableEnvironment createRemote(String host, int port, EnvironmentSettings
settings, String... jarFile)
{code}
> Provide a replacement of StreamExecutionEnvironment.createRemoteEnvironment
> for TableEnvironment
> ------------------------------------------------------------------------------------------------
>
> Key: FLINK-19127
> URL: https://issues.apache.org/jira/browse/FLINK-19127
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Reporter: Timo Walther
> Priority: Major
>
> Connecting to a remote cluster from the unified TableEnvironment is neither
> tested nor documented. Since StreamExecutionEnvironment is not necessary
> anymore, users should be able to do the same in TableEnvironment easily. This
> is in particular useful for interactive sessions that run in an IDE.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)