Created 04-29-2016 12:34 PM
Hello Team,
We are planning to install the HDP pseude mode ( Installtion on single machine)
We have 5.9 GB RAM
and 71GB of Free disk
Please help in installation of HDP ? Will appreciate if you have explain in broader way 🙂
what version should we use ..
Please look into this as w have to install the hdp by today 🙂
Created 05-03-2016 12:24 PM
Hi @ASHISH Rastogi given you're using CentOS I'd suggest either MySQL or Postgres, both are supported options and available from the CentOS repos. Installation is via the normal yum methods.
Created 05-03-2016 12:46 PM
@ASHISH Rastogi You have a "/" (without the quotes) at the end of your proxy configuration, straight after the port number, if you remove that the wget command should work too!
Created 05-03-2016 12:53 PM
@drussell ... Do I have to make configuration changes . And how and from where I can do this I know these are Basics , But I am new to administrator part . Please assist 🙂
Created 05-03-2016 01:25 PM
Hi @drussell Please let me know how I can can changes . In which File
Created 05-04-2016 06:19 AM
Hello @drussell , Please assist me on the files or how I can make the changes into the proxy
Created 05-04-2016 07:17 AM
Please speak to whoever setup that linux instance to confirm as there are many places that your proxy configuration could have been set. It is possible to temporarily override the settings by running the following commands (replace proxysrv with your web proxy server name including any potential user/pass info, and 8080 with whatever port your proxy service runs on):
export http_proxy="http://proxysrv:8080 export https_proxy="https://proxysrv:8080