DataSphere Studio installation and deployment process (compact version)

DataSphere Studio installation and deployment process (compact version)

Hello, welcome to the DSS deployment stage. During this stage, I deployed for four days. Based on some information on the Internet and communication with the big guys, I successfully built a lite version of DSS.

source

https://github.com/WeBankFinTech/DataSphereStudio/blob/master/docs/zh_CN/ch2/DSS_LINKIS_Quick_Install.md#%E4%B8%89dss–linkis%E6%A0%87%E5%87%86%E7%89%88%E7%8E%AF%E5%A2%83%E5%87%86%E5%A4%87

This is the Github URL of the DSS deployment.
According to the content provided in it, the following four things need to be configured when deploying the DSS Lite version:
1.JDK;
2.mysql5.7 and above (if you have installed mariadb5.5, friends suggest to delete this Version, go to install mysql5.7);
3.nginx
4.python

Lightning protection guide

1. You must remember that mysql5.7 or above is installed, and mariadb5.5 must be uninstalled!
2. If you encounter the same problem as mine, as shown in the figure below,
linkis-gateway failed to start successfully, Failed to + start linkis-gateway
if you encounter the above problem, Congratulations, you are almost successful. You only need to start the dss-server again. If you don’t know me about the directory where the dss-server is started, please follow me down:
Open dss-server
let me briefly describe this The operation above the picture is to enter the root directory of dss_linkis, ls view the current folder, select dss to enter, because the method to start dss-server is inside, enter dss, then enter dss-server, enter dss There is a bin directory after -server, which contains the method to start dss-server, start-dss-server.sh, start it at this time, and then you are successful!

Some supplements for the successful launch of DSS Lite

You need to enter http://127.0.0.1:20030, which is eureka's process monitor. After you enter this page, wait patiently for the dss-server to start. After you see that the dss-server is successfully started, you can refresh http:/ /127.0.0.1:8088 you can see the successful interface.

I hope you will be successful at this step, because I am successful after making these two steps. I hope you can get a reward. Thank you for seeing here. I am Jack, the dark horse, I hope you can stick to the road of programming, thank you!

Guess you like

Origin blog.csdn.net/m0_46991388/article/details/110207332