cdmikechen commented on issue #2100: URL: https://github.com/apache/hudi/issues/2100#issuecomment-755846060
@vinothchandar Yes! I deployed the timeline server separately on its own and let multiple hudi services use this timeline server. I used an unified timeline server to obtain hudi metadata and hudi task timeline on some customized services in dev and test environments. At the same time, when the spark service is deployed in k8s environment, there will be some host problems when using the built-in timeline server under specific circumstances. So that I had to deploy the timeline server separately. Another reason is that I'm considering doing some work about hudi-ui this year. I feel that the independent timeline service may be helpful in identifying hudi tables in a cluster. ---------------------------------------------------------------- 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: [email protected]
