Install DataStax Studio Ubuntu 16.04 Xenial
Hi! The Tutorial shows you Step-by-Step How to Install DataStax Studio in Ubuntu 16.04 Xenial LTS GNU/Linux.
And DataStax Studio for Ubuntu 16.04 is an interactive tool for CQL (Cassandra Query Language), Spark SQL, and DSE Graph.
Moreover, DataStax Studio works only with the corresponding DataStax Enterprise Database Release.
Finally, here it’s described a System-Wide Setup. But instead you can simply Run the Server from whatever Location.
-
1. Registering DataStax Academy
First, Register DataStax Academy Account
-
2. Launching Shell Emulator
Open a Terminal window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
3. Downloading DataStax Studio for Ubuntu
Download DataStax Studio for Ubuntu GNU/Linux
If possible Select directly “Open with Archive Manager”!
-
4. Extracting DataStax Studio Archive
Then Extract DataStax Studio tar.gz into /tmp Directory
If it does Not Open automatically then Double-Click on File Manager:
Or from Command Line:tar xvzf ~/Downloads/datastax-studio*.tar.gz -C /tmp/
-
5. Setting Up Permissions
Then to Fix DataStax Studio Server Ownership.
sudo chown -R root:root /tmp/data-stax*
-
6. Relocating DataStax Studio
Now to Recolcate DataStax Studio Contents
sudo mv /tmp/data-stax* /opt/
-
7. Launching DataStax Studio
Again to Start DataStax Studio Web Server
cd /opt/data-stax*
bin/server.sh
-
8. Accessing DataStax Studio
Finally, to Access DataStax Studio Web UI.
So Now I’m truly Happy if My Guide could Help you to Install DataStax Studio on Ubuntu 16.04 Xenial LTS!