Created 08-17-2016 05:47 PM
I inherited a multi-host deployment of Apache Hadoop 2.7 that is used primarily for HDFS. I'd like to update it in-place to the equivalent version of HDP 2.x with Ambari. Any guidance on how to achieve this?
Any help will be much appreciated.
,
All -
I have inherited a multi-server deployment of Apache Hadoop 2.7.1 for the primary use case of HDFS storage. Basically downloaded and installed from open source site. Is there a way to gracefully convert this deployment into a HDP 2.x with Ambari?
Created 08-17-2016 08:40 PM
Hi @Andy Max,
This should certainly be doable and should be relatively straight forward. In the end, I would recommend you stand up a small sandbox environment that mimics the current one and test out this process and develop a concrete playbook. The rough steps that I would recommend you try are:
This should work smoothly with HDP 2.4 because 2.4 also include Apache Hadoop 2.7.1 so the file system version is identical.
This all assumes that you are only using HDFS. It could all get a bit hairier if you have Hive tables sitting on top with some metadata that needs to be migrated.
Cheers,
Brandon
Created 08-17-2016 08:40 PM
Hi @Andy Max,
This should certainly be doable and should be relatively straight forward. In the end, I would recommend you stand up a small sandbox environment that mimics the current one and test out this process and develop a concrete playbook. The rough steps that I would recommend you try are:
This should work smoothly with HDP 2.4 because 2.4 also include Apache Hadoop 2.7.1 so the file system version is identical.
This all assumes that you are only using HDFS. It could all get a bit hairier if you have Hive tables sitting on top with some metadata that needs to be migrated.
Cheers,
Brandon
Created 08-18-2016 12:25 AM
Thanks @Brandon Wilson. Will give this a shot and let you know.