<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HDP commands not found in Sandbox 2.5 on Azure in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221719#M69759</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Command "ssh  root@127.0.0.1-p 2222" worked for me to use hadoop commands. However, i am still not able to access web ssh client, please find the details below once i logged into the docker container.&lt;/P&gt;&lt;P&gt;[root@sandbox ~]# service shellinaboxd status
shellinaboxd (pid  2717) is running...
[root@sandbox ~]# netstat -tulpn | grep 4200
[root@sandbox ~]# sandbox-version
Sandbox information:
Created on: 25_10_2016_08_11_26 for
Hadoop stack version:  Hadoop 2.7.3.2.5.0.0-1245
Ambari Version: 2.4.0.0-1225
Ambari Hash: 59175b7aa1ddb74b85551c632e3ce42fed8f0c85
Ambari build:  Release : 1225
Java version:  1.8.0_111
OS Version:  CentOS release 6.8 (Final)&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am seeing port 4200 is not listening and shellinabox service is running fine. Please help me on this.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 10:02:38 GMT</pubDate>
    <dc:creator>chiru_tnk</dc:creator>
    <dc:date>2017-10-18T10:02:38Z</dc:date>
    <item>
      <title>HDP commands not found in Sandbox 2.5 on Azure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221717#M69757</link>
      <description>&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;I am running HDP 2.5 sandbox on azure cloud. I am facing the below problems, request your help&lt;/P&gt;&lt;P&gt;1) I am not able to ssh to the sandbox public ip using root user with password hadoop. I am receiving access denied errors&lt;/P&gt;&lt;P&gt;Using username "root".
Using keyboard-interactive authentication.
Password:
Access denied
Using keyboard-interactive authentication.
Password:&lt;/P&gt;&lt;P&gt;2) I am not able to find hdfs user and hdfs commands in the sandbox. I have used the login which i created during Azure VM setup&lt;/P&gt;&lt;P&gt;login as: chirunimmala
Using keyboard-interactive authentication.
Password:
Last login: Tue Oct 17 03:10:01 2017 from 103.251.48.2
[chirunimmala@sandbox ~]$ sudo su - hdfs
[sudo] password for chirunimmala:
su: user hdfs does not exist
[chirunimmala@sandbox ~]$ hdfs dfs -ls /
-bash: hdfs: command not found
[chirunimmala@sandbox ~]$&lt;/P&gt;&lt;P&gt;3) I am not able to use the in built webssh client. I have opened the port 4200 in my NSG in Azure but no luck. I am receiving site cannot be reached error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40876-webssh-notfound.png" style="width: 1021px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/15767i63BE97574B3128A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40876-webssh-notfound.png" alt="40876-webssh-notfound.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40875-azure-sandbox.png" style="width: 452px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/15768i2C394F51485E8F5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40875-azure-sandbox.png" alt="40875-azure-sandbox.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:24:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221717#M69757</guid>
      <dc:creator>chiru_tnk</dc:creator>
      <dc:date>2022-09-16T12:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: HDP commands not found in Sandbox 2.5 on Azure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221718#M69758</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/29171/chirutnk.html" nodeid="29171"&gt;@Chiranjeevi Nimmala&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In order to Use HDP Sandbox you &lt;STRONG&gt;*Must have to use SSH port 2222*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once you do SSH to the sandbox on SSH port 2222 then only you will be able to access the Commands (like "hdfs"). &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Also the HDP Sandbox provides port forwarding mechanism  to access various service ports from your local machine (like Windows).    So you should be using the  "127.0.0.1"   (localhost) address instead of specifying the IP Address.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;ssh  root@127.0.0.1  -p 2222&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;You can also try accessing the web terminal at :   &lt;A href="http://127.0.0.1:4200"&gt;http://127.0.0.1:4200&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 11:51:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221718#M69758</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-17T11:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: HDP commands not found in Sandbox 2.5 on Azure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221719#M69759</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Command "ssh  root@127.0.0.1-p 2222" worked for me to use hadoop commands. However, i am still not able to access web ssh client, please find the details below once i logged into the docker container.&lt;/P&gt;&lt;P&gt;[root@sandbox ~]# service shellinaboxd status
shellinaboxd (pid  2717) is running...
[root@sandbox ~]# netstat -tulpn | grep 4200
[root@sandbox ~]# sandbox-version
Sandbox information:
Created on: 25_10_2016_08_11_26 for
Hadoop stack version:  Hadoop 2.7.3.2.5.0.0-1245
Ambari Version: 2.4.0.0-1225
Ambari Hash: 59175b7aa1ddb74b85551c632e3ce42fed8f0c85
Ambari build:  Release : 1225
Java version:  1.8.0_111
OS Version:  CentOS release 6.8 (Final)&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am seeing port 4200 is not listening and shellinabox service is running fine. Please help me on this.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 10:02:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221719#M69759</guid>
      <dc:creator>chiru_tnk</dc:creator>
      <dc:date>2017-10-18T10:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: HDP commands not found in Sandbox 2.5 on Azure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221720#M69760</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for helping out. Restarting the shellinabox service in the sandbox helped me to access the webssh.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 10:18:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-commands-not-found-in-Sandbox-2-5-on-Azure/m-p/221720#M69760</guid>
      <dc:creator>chiru_tnk</dc:creator>
      <dc:date>2017-10-18T10:18:43Z</dc:date>
    </item>
  </channel>
</rss>

