简体   繁体   English

是否可以升级为 HDP 集群提供元数据存储的数据库?

[英]Is it possible to upgrade the database providing metadata storage for a HDP cluster?

We have a Hadoop cluster with a very old PostgreSQL database (9.2) storing cluster metadata.我们有一个 Hadoop 集群,其中包含一个非常旧的 PostgreSQL 数据库 (9.2),用于存储集群元数据。 Is it possible to replace it with a more up-to-date version?是否可以用更新的版本替换它? I am concerned about breaking the cluster, what should I consider?我担心破坏集群,我应该考虑什么?

@Luis Sisamon @路易斯·西萨蒙

My recommendation would be to dump the 9.2 database and import into the version of your new preference.我的建议是转储 9.2 数据库并导入您的新偏好版本。 Assuming the import works without any errors, you should be able to move from old database to the new database.假设导入工作没有任何错误,您应该能够从旧数据库移动到新数据库。 If you have concerns I would test this out with a dev cluster first before trying on live/prod system.如果您有顾虑,我会在尝试实时/生产系统之前先使用开发集群进行测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM