This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 06df981d Fix typos (#158)
06df981d is described below

commit 06df981d9b0e5834be4fffe015fed5436aa2e8d3
Author: Aimiyoo <[email protected]>
AuthorDate: Sat Nov 26 08:51:14 2022 +0800

    Fix typos (#158)
---
 docs/user-guide/3-development.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-guide/3-development.md b/docs/user-guide/3-development.md
index 02058fc8..1207cbd6 100755
--- a/docs/user-guide/3-development.md
+++ b/docs/user-guide/3-development.md
@@ -27,7 +27,7 @@ As for how to install the Hadoop environment locally, you can 
refer to the relev
 
 It is recommended to use the existing Hadoop cluster (test environment). If 
you use the existing Hadoop cluster, you need to copy the following 
configuration to the development machine
 
-- Copy the `core-site.xml`, `hdfs-site.xml` and `yard-site.xml` files to the 
development machine.
+- Copy the `core-site.xml`, `hdfs-site.xml` and `yarn-site.xml` files to the 
development machine.
 - If Kerberos authentication is enabled, you need to copy the `keytab` file 
and `krb5.conf` to the development machine.
 
 To ensure that the local machine can connect to the cluster, you need to set 
the host addresses of the `core-site.xml`、`hdfs-site.xml` and `yarn-site.xml` 
to the development machine
@@ -141,7 +141,7 @@ java:
 
 #### Backend startup
 
-`StreamPark console` is a web application developed based on springboot, 
`org.apache.streampark.console StreamPark console` is the main class. Before 
startup, you need to set `VM options` and `environment variables`
+`StreamPark console` is a web application developed based on springboot, 
`org.apache.streampark.console.StreamParkConsole` is the main class. Before 
startup, you need to set `VM options` and `environment variables`
 
 ##### VM options
 

Reply via email to