Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to change hbase version from hbase 1.1.2 to hbase 0.90 on HDP 2.3

avatar
Expert Contributor

How to change hbase version from hbase 1.1.2 to hbase 0.90 on HDP 2.3?

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Mourad Chahri

the only way you can have two versions of HBase running on HDP 2.3 is with Slider https://slider.incubator.apache.org/docs/getting_started.html. We do not have any other option at this version of HDP.

View solution in original post

6 REPLIES 6

avatar

@Mourad Chahri

HDP is a complete platform. Every version of HDP is certified and includes specific version of components in it. Like HBase version. Changing any individual component version is not recommend and might break your whole cluster. Even it will cause issues in future during upgrade.

avatar
Expert Contributor

how to use multiple version of hbase on hdp 2.3 ?

avatar
Master Mentor
@Mourad Chahri

the only way you can have two versions of HBase running on HDP 2.3 is with Slider https://slider.incubator.apache.org/docs/getting_started.html. We do not have any other option at this version of HDP.

avatar
Expert Contributor

so there is no way to run multiple hbase on hdp without using yarn slider ?

avatar
Master Mentor

not unless you install your own version of HBase on top of HDP. You will have to do that manually, deploy bits to each node, configure hbase-site.xml, etc, if you have some configuration/automation management software, it's not such a big task, doing it manually will be involved.

avatar
Guru

What Artem says. Plus please DO NOT use any HBase version lower than 0.98 or better HBase-1.1. HBase-0.90 is at least 6 years old if not more.