Created 04-07-2016 02:23 AM
I dont have enough space on / and I want to install Ambari and various services under /local directory. Where can I specify that option?
Created 04-07-2016 03:11 AM
As of now, there is no option to do that. You can create few folders as symlinks such as /usr/hdp and /usr/lib/ambari-server, /var/log etc and then install Ambari and the services.
Created 04-07-2016 03:11 AM
As of now, there is no option to do that. You can create few folders as symlinks such as /usr/hdp and /usr/lib/ambari-server, /var/log etc and then install Ambari and the services.
Created 04-07-2016 05:23 AM
Looks that ambari-server rpm is not relocatable .. Usually if rpms are allowed to be installed in different location , it can be done use --prefix options with rpm . But for ambari-server pkg is not relocatable and cannot be installed in a different location other than default one... I just tried and it give the error as below ..
[root@hdp3 ~]# rpm --prefix=/local -i http://xxx.xxx.xxx.xxx/Updates-ambari-2.1.2.1/ambari/ambari-server-2.1.2.1-418.x86_64.rpm warning: /var/tmp/rpm-tmp.UjaUpo: Header V4 RSA/SHA1 Signature, key ID 07513cad: NOKEY error: package ambari-server is not relocatable.
Created 05-05-2016 03:57 PM
As an alternative, you can also create mountpoints on the directories that ambari uses, such as the ones @smohanty pointed out.