Available in VPC
Once you create a Data Forest app, quick links will be provided for every app. This guide describes the types of quick links and how to access them.
Types of quick links
1. Web Shell UI
It is a web shell where you can directly access the YARN container. You can enter your Data Forest account and password to log in. Users can't be changed in a web shell.

2. Supervisor UI
The supervisor monitors whether ES processes running in different containers are live, and manages them. You can restart or stop an ES process, or view its logs. A supervisor UI exists for each node role.
- supervisor-es-ingest-0: Manages the processes of the ingest node.
- supervisor-es-coord-0: Manages the processes of the coordinating node.
- supervisor-es-data-0: Manages the processes of the data node.
- supervisor-es-master-0: Manages the processes of the master node.
Log in using your Data Forest account and password to see the following interface.

3. HTTP REST API address
Apps such as Elasticsearch and Spark History Server provide REST APIs. Use the HTTP REST API address for the configuration required for integration.
4. JDBC connection string
The JDBC connection string provided by the Apache Hive app is a connection string used when connecting with JDBC from Beeline, Apache Zeppelin, Apache Hue, or a user-defined program.
1. Configure proxy settings
Set proxy in the Firefox browser
To configure proxy settings in the Firefox browser:
- Open a Firefox browser window.
- Click
> Settings > Network settings > [Settings] at the upper right of the browser window. - Click Internet proxy access settings > Manual proxy settings.
- Enter the SOCKS host information.
- Select SOCKS v5.
- SOCKS host: Enter 127.0.0.1.
- Port: 9494

- Click the "do not ask upon authentication if the password is saved" and the "proxy DNS when using SOCKS v5" checkboxes.
- Once the proxy setting is completed, click [OK].
When not accessing the Data Forest server, you must change the proxy access setting to "No Proxy" to use the Internet normally.
Set proxy in the Chrome browser on macOS
To configure proxy settings in the Chrome browser on macOS:
Run the following command in cmd.
$ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="socks5://127.0.0.1:9494"
Set proxy in the Chrome browser on Windows
To configure proxy settings in the Chrome browser on Windows:
- Right-click the Chrome icon, and then click Properties.
- When the Chrome properties window appears, add
--proxy-server="socks5://127.0.0.1:9876"at the end of the entered text in the [Shortcut] tab > Target (T).

Check access to quick links
To check access after completing the Quick links setup:
- In the VPC environment on the NAVER Cloud Platform console, navigate to
> Services > Big Data & Analytics > Data Forest. - Click Data Forest > Apps on the left.
- Click the app to check the quick links, and open the details component.