Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 07-30-2018 05:44 PM
Hi,
I am new to hadoop. I am configuring an application with hadoop and the application installation document states that I should copy hbase-site.xml from /etc/hbase/conf and place in one of the directories in the application server. However, I cannot see /etc/hbase/conf directory in the sandbox.
I searched for hbase-site.xml file through putty but I can see many different versions of the file. Can you please help me in finding the right location of the file?
The Sandbox details are:
Platform: hdp-security
Build Date: 06-18-2018
Ambari Version: 2.6.2.0-155
Hadoop Version: 2.7.3.2.6.5.0-292
OS: CentOS Linux Release 7.5.1804 (Core)
Created 07-30-2018 11:40 PM
You will need to make sure that you have logged in to the Sandbox Terminal using SSH port 2222 ( not on port 22) as the Sandbox is a dockerized container inside the VM.
So pelase try any of the following approach:
1. Do SSH login to Sandbox on port 2222 then check the mentioned file.
# ssh [email protected] -p 2222 Enter Password: hadoop
2. The alternate option will be to use the Web Terminal using Web Browser:
http://127.0.0.1:4200 Enter Password: hadoop
.
Created 07-30-2018 07:06 PM
Created 07-30-2018 11:40 PM
You will need to make sure that you have logged in to the Sandbox Terminal using SSH port 2222 ( not on port 22) as the Sandbox is a dockerized container inside the VM.
So pelase try any of the following approach:
1. Do SSH login to Sandbox on port 2222 then check the mentioned file.
# ssh [email protected] -p 2222 Enter Password: hadoop
2. The alternate option will be to use the Web Terminal using Web Browser:
http://127.0.0.1:4200 Enter Password: hadoop
.
Created 07-31-2018 04:38 PM
Thanks a lot. It worked. I didnt know the difference.
Created 07-31-2018 05:32 PM
Hi @Fawad Shah, can you please share what tutorial you were working on that required for you to find hbase-site.xml file?
Thanks!
Created 12-03-2018 01:08 AM
Hi @Samir Caica
I downloaded the sandbox from https://hortonworks.com/downloads/
@acastro,
I was trying to install a custom application. I was not following a tutorial.