[ 
https://issues.apache.org/jira/browse/FLINK-16774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17068347#comment-17068347
 ] 

jackylau edited comment on FLINK-16774 at 3/27/20, 6:39 AM:
------------------------------------------------------------

[~kkl0u] we will expose such as in flink HBaseUpsertSinkFunction 
{code:java}
public org.apache.hadoop.conf.Configuration getConfiguration() {
   return config;
}

public String getTableName() {
   return hTableName;
}
{code}


was (Author: jackylau):
[~kkl0u] we will expose such as in flink HBaseUpsertSinkFunction 

public org.apache.hadoop.conf.Configuration getConfiguration() {
 return config;
}
public String getTableName() {
 return hTableName;
}

> expose HBaseUpsertSinkFunction hTableName and schema for other system
> ---------------------------------------------------------------------
>
>                 Key: FLINK-16774
>                 URL: https://issues.apache.org/jira/browse/FLINK-16774
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / HBase
>    Affects Versions: 1.10.0
>            Reporter: jackylau
>            Priority: Major
>             Fix For: 1.11.0
>
>
> i want to expose hTableName and schema of HBaseUpsertSinkFunction  such as 
> getTableName, getTableScheme for other system such as atlas and i think it is 
> needed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to