Skip to content

Commit 3beb78e

Browse files
committed
fix wrong markdown code blocks
1 parent 48f4803 commit 3beb78e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

en_US/Installation_and_Deployment/DSS_Single-Server_Deployment_Documentation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ sudo useradd hadoop
5757

5858
```bash
5959
vi /etc/sudoers
60-
````
60+
```
6161

62-
````properties
62+
```properties
6363
hadoop ALL=(ALL) NOPASSWD: NOPASSWD: ALL
64-
````
64+
```
6565

6666
4. Make sure that the server where DSS and Linkis are deployed can execute commands such as hdfs , hive -e and spark-sql -e normally. In the one-click install script, the components are checked.
6767

6868
5. **If your Pyspark wants to have the drawing function, you also need to install the drawing module on all installation nodes**. The command is as follows:
69-
69+
7070

7171
```bash
7272
python -m pip install matplotlib
@@ -84,7 +84,7 @@ Compile by yourself or go to the component release page to download the installa
8484

8585
3. Download the DSS & LINKIS one-click installation deployment package, and unzip it. The following is the hierarchical directory structure of the one-click installation deployment package:
8686

87-
````text
87+
```text
8888
├── dss_linkis # One-click deployment home directory
8989
├── bin # for one-click installation, and one-click to start DSS + Linkis
9090
├── conf # Parameter configuration directory for one-click deployment
@@ -99,7 +99,7 @@ Compile by yourself or go to the component release page to download the installa
9999

100100
```bash
101101
vi conf/config.sh
102-
````
102+
```
103103

104104
The parameter description is as follows:
105105

0 commit comments

Comments
 (0)