Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
avatar
Expert Contributor

As of HDP 2.3 Sandbox, there is now a another way to determine the version of Sandbox being used. Previously, comparing md5 checksums was one way to compare versions of Sandboxes. Now, one can use the command

sandbox-version

Running the command in the terminal will output a result such as

[root@sandbox azure]# sandbox-version                                                                                                         
Sandbox information:                                                                                                                          
Created on: 27_10_2015_15_18_06 for vmware                                                                                                    
Hadoop stack version:  Hadoop 2.7.1.2.3.2.0-2950                                                                                              
Ambari Version: 2.1.2                                                                                                                         
Ambari Hash: 0ef0b7b62cf14eaaff3c5c3f416253f568f323f9                                                                                         
Ambari build:  Release : 377                                                                                                                  
OS Version:  CentOS release 6.7 (Final)  

This is useful when posting issues in the HDP forums regarding the Sandbox.

4,697 Views
Comments
avatar
Explorer

If you have Ambari running in a browser, you can check the versions of all components of the stack and the HDP version. Also, the version is in the filename of the sandbox VM file.

2838-menu-261.png

avatar
Super Guru

Without exact science, you can get the version of HDP running on the sandbox, checking the repo enabled on the sandbox:

```yum repolist | grep HDP```

Version history
Last update:
‎09-16-2022 01:33 AM
Updated by:
Contributors