Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Find hbase-site.xml

avatar
New Member

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)

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Fawad Shah

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 root@127.0.0.1 -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

.

View solution in original post

5 REPLIES 5

avatar
Rising Star

Hi @Fawad Shah

could you please share with me the URL you downloaded the sandbox?

Samir

avatar
Master Mentor

@Fawad Shah

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 root@127.0.0.1 -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

.

avatar
New Member

Thanks a lot. It worked. I didnt know the difference.

avatar
New Member

Hi @Fawad Shah, can you please share what tutorial you were working on that required for you to find hbase-site.xml file?

Thanks!

avatar
New Member

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.