Hi Tauseef,
This error is because your Class
com.hds.alta.pipeline.model.TopologyDTO cannot be serialized by ES
xcontent util.
The following solutions may fix it.
1. convert your TopologyDTO class data to a Map, and avoid using some
custom Class that cannot be serialized by ES.
or 2. make your To
Hi Deepti,
Thx Zhanghao for the explanation about the 1.x lifecycle.
For the description of 'experimental support for Java17 in Flink 1.18, I
think the community means that it has not been fully tested in some
scenarios like Hive/Hbase1.x Connectors. As of known issues mentioned in
FLINK-32380 <
Hi Deepti,
Regarding the life cycle for 1.x versions, 1.x will receive its last bugfix
version upon the release of 1.(x+2), e.g, 1.16 will receive its last bugfix
version upon the release of 1.18. Given that Flink release a minor version
every 6 months, this means each minor version will receiv
Hi, Robin and Hang.
This Flip is not finished yet. Although the syntax `DESCRIBE CATALOG xxx` can
be parsed
successfully, but cannot continue to process it at a later stage.
I have added a jira[1] for it.
[1] https://issues.apache.org/jira/browse/FLINK-34254
--
Best!
Xuyang
Hi, Robin.
I see that the `DESCRIBE CATALOG` sql is not list in the DESCRIBE
document[1]. It is not available.
Besides this, I checked the changes in Catalog.java from commits on May 9,
2019. I cannot find the method `explainCatalog` introduced from this FLIP.
This FLIP is not finished yet.
Best,