Go back

How to get Techlatest Apache Superset on GCP(Google Cloud Platform)

This section describes how to launch and connect to Techlatest Apache Superset on Google Cloud Platform.

  1. Open Techlatest Apache Superset listing on GCP Marketplace
  2. Click Launch.

/img/gcp/superset/marketplace.png

  • It will take you to the agreement page. On this page, you can change the project from the project selector on top navigator bar as shown in the below screenshot.

  • Accept the Terms and agreements by ticking the checkbox and clicking on the AGREE button. /img/common/gcp_agreement_page.png

  • It will show you the successfully agreed popup page. Click on Deploy. /img/common/gcp_agreement_accept_page.png

  • Select a zone where you want to launch the VM(such as us-east1-)

  • Optionally change the number of cores and amount of memory. ( This defaults to 2 vCPUs and 7.5 GB ram)

  • Optionally change the boot disk type and size. (This defaults to ‘Standard Persistent Disk’ and 30 GB respectively)

  • Optionally change the network name and subnetwork names. Be sure that whichever network you specify has ports 22 (for ssh), 3389 (for RDP) and 80 (for HTTP) exposed.

  • Click Deploy when you are done.

  • Techlatest Apache Superset will begin deploying.

/img/gcp/superset/deployment-page.png

  1. A summary page displays when the compute engine is successfully deployed. Click on the Instance link to go to the instance page .

  2. On the instance page, click on the “SSH” button, select “Open in browser window”.

/img/gcp/metabase/ssh-option.png

  1. This will open SSH window in a browser.
  2. Run below command to set the password for “ubuntu” user
sudo passwd ubuntu

/img/gcp/metabase/ssh-passwd.png

  1. Now the password for ubuntu user is set, you can connect to the VM’s desktop environment from any local windows machine using RDP or linux machine using Remmina.

  2. To connect using RDP via Windows machine, first note the external IP of the VM from VM details page as highlighted below

/img/gcp/metabase/external-ip.png

  1. Then From your local windows machine, goto “start” menu, in the search box type and select “Remote desktop connection”

  2. In the “Remote Desktop connection” wizard, paste the external ip and click connect

/img/gcp/metabase/rdp.png

  1. This will connect you to the VM’s desktop environment. Provide “ubuntu” as the userid and the password set in step 6 to authenticate. Click OK

/img/gcp/metabase/rdp-login.png

  1. Now you are connected to out of box Techlatest Apache Superset environment via Windows machines.

/img/gcp/superset/rdp-desktop.png

  1. To connect using RDP via Linux machine, first note the external IP of the VM from VM details page,then from your local Linux machine, goto menu, in the search box type and select “Remmina”.

Note: If you don’t have Remmina installed on your Linux machine, firstInstall Remmina as per your linux distribution.

/img/gcp/common/remmina-search.png 14. In the “Remmina Remote Desktop Client” wizard, select the RDP option from dropdown and paste the external ip and click enter.

/img/gcp/common/remmina-external-ip.png 15. This will connect you to the VM’s desktop environment. Provide “ubuntu” as the userid and the password set in step 6 to authenticate. Click OK

/img/gcp/common/remmina-rdp-login.png 16. Now you are connected to out of box Techlatest Apache Superset environment via Linux machine.

/img/gcp/superset/rdp-desktop.png

  1. To access the Superset WebUI, copy the External IP of the VM from the VM details page and paste it in the browser.
  • Note: Make sure to use http and not https. e.g http://131.8.22.20

Login with:
Username: admin
Password: admin .
/img/gcp/superset/superset-login-page.png 18. Now you are logged in to the Superset WebUI.

Note: Make sure to update your default password after your first login.

/img/gcp/superset/superset-homepage.png 19. To update your admin user password, click on setttings on top right and scroll down to select info option.

/img/gcp/superset/superset-info-page.png 20. It will take you to the user’s information page. On this page click on RESET MY PASSWORD option.

/img/gcp/superset/apache-resetpasswd.png 21. Update your password and Save the changes.

/img/gcp/superset/superset-update-password.png

Go back