This commit is contained in:
parent
5a850b2aa8
commit
cd6df5c706
|
@ -0,0 +1,48 @@
|
||||||
|
# spark-webapp-runtime 运行器
|
||||||
|
|
||||||
|
#### 介绍
|
||||||
|
一个 spark-webapp-runtime 图形化运行器
|
||||||
|
|
||||||
|
#### 软件架构
|
||||||
|
能运行 spark-webapp-runtime 即可
|
||||||
|
|
||||||
|
|
||||||
|
#### 安装教程
|
||||||
|
|
||||||
|
1. 安装所需依赖(注意请安装星火商店)
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt install python3 python3-tk spark-webapp-runtime git
|
||||||
|
```
|
||||||
|
2、下载该程序
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://gitee.com/gfdgd-xi/spark-webapp-runtime-runner
|
||||||
|
```
|
||||||
|
3、运行该程序
|
||||||
|
|
||||||
|
```
|
||||||
|
cd spark-webapp-runtime-runner
|
||||||
|
chmod 777 main.py
|
||||||
|
./main.py
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#### 使用说明
|
||||||
|
|
||||||
|
1. ……
|
||||||
|
2. ……
|
||||||
|
3. ……
|
||||||
|
(不想写)
|
||||||
|
|
||||||
|
#### 参与贡献
|
||||||
|
|
||||||
|
1. 星火商店团队
|
||||||
|
|
||||||
|
|
||||||
|
#### 特技
|
||||||
|
|
||||||
|
好像无……
|
||||||
|
|
Loading…
Reference in New Issue