Tutorial
Data Science Service Creation
Environment Creation
SuperMap iManager supports to ‘one-click’ creating Data Science Service environment, please refer to the following steps:
- Open Sites Management on the left navigation bar.
- Clicks on + Create.
-
Fills in the name of the Data Science Service environment, and select Data Science Service in the Site type.
Advanced Options:
- Use Service Mesh: Click to open service mesh function, the site is available to achieve service trace and service metrics. Modify the value of deploy_istio_enabled to ‘true’ in the ‘values.yaml’ file of iManager deployment package first if you want to use service mesh, please refer to Guides > Deployment Guide > Install iManager.
- proxy-public External Port: Set the port of proxy-public access address, a random port would be used if not set.
- Clicks on OK.
- Check the status on the Data Science Service page, while the status change to ‘Normal’, the Data Science Service created successfully.
User Creation
Data Science Service supports to multiple users concurrent access, each login user will create a pod in the environment, all the pods are working independently. There are two users by default, you can view the users information by checking Account on the service details page. If you need more users, follow the steps below to create:
- On the home page of Data Science Service, clicks on the name of hub to enter container details page;
- Open Command Pad;
-
Executes the following command to create a user(‘newuser’ in the command is the username, you can replace to your username):
adduser newuser
- Fills in the password;
- Fills in the user’s information;
- Confirm the user’s information.
After creation, login and use Data Science Service directly.