Created 09-09-2016 01:20 PM
How to change hbase version from hbase 1.1.2 to hbase 0.90 on HDP 2.3?
Created 09-09-2016 01:31 PM
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.
Created 09-09-2016 01:24 PM
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.
Created 09-09-2016 01:28 PM
how to use multiple version of hbase on hdp 2.3 ?
Created 09-09-2016 01:31 PM
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.
Created 09-09-2016 01:37 PM
so there is no way to run multiple hbase on hdp without using yarn slider ?
Created 09-09-2016 02:23 PM
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.
Created 09-09-2016 07:03 PM
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.