- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Is it possibile to install services in a specific partition?
- Labels:
-
Hortonworks Data Platform (HDP)
Created ‎02-22-2018 05:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I installed and configured a 2.6 HDP cluster from an Ambari Server. For some company security policies I can't install services under / directory (so I can't install services under /etc /usr directories) but I have to install services under a specific partition (/services_mount where I can replicate directories as /services_mount/etc or /services_mount/usr) specifically created by system administrators. Nodes have Centos 7 OS.
System administrators asked me to move all installed services under this partition. I know that I can install specific rpm packages (e.g. manually installing Ambari server and Ambari Agent) in specific directories and partitions, but I wasn't able to find how to install HDP services in specific directories with Ambari server.
Is there a way to meet system administrators request?
Created ‎02-23-2018 04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All HDP packages primarily gets installed in /usr/hdp location. You can create a mount pointing to disk named /usr/hdp.
Created ‎02-23-2018 04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All HDP packages primarily gets installed in /usr/hdp location. You can create a mount pointing to disk named /usr/hdp.
Created ‎02-23-2018 09:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Pranay Vyas Thank you very much for your answer: I think it will be my solution!
