You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/05/27 12:27:28 UTC

[GitHub] [flink] rmetzger commented on pull request #12146: [hotfix][hbase]Fix HBaseRowInputFormat cannot get the zk address set …

rmetzger commented on pull request #12146:
URL: https://github.com/apache/flink/pull/12146#issuecomment-634625941


   Thanks a lot for your contribution! 
   `Configuration` is implementing the `Writable` interface, thus it is serializable (in principle). But I agree with you that it seems that the serialization is not done correctly in that interface.
   I guess using `HBaseConfigurationUtil.serializeConfiguration()` is a more generic solution than copying two configuration parameters.
   
   I've filed a JIRA ticket for this problem: https://issues.apache.org/jira/browse/FLINK-17968
   Are you interested in fixing it? (with a test case to avoid such issues in the future)


----------------------------------------------------------------
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.

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