提交 0392dad7 编写于 作者: 0 0xflotus 提交者: dailidong

(Docs): Fixed some typo errors (#811)

* Update EasyScheduler Proposal.md

* Update frontend-deployment.md

* Update frontend-development.md

* Update 前端开发文档.md

* Update system-manual.md

* Update HttpClientTest.java

* Update 系统使用手册.md
上级 70149511
...@@ -30,7 +30,7 @@ The codes are already under Apache License Version 2.0. ...@@ -30,7 +30,7 @@ The codes are already under Apache License Version 2.0.
We want to find a data processing tool with the following features: We want to find a data processing tool with the following features:
- Easy to use,developers can build a ETL process with a very simple drag and drop operation. not only for ETL developers,people who can't write code also can use this tool for ETL operation such as system adminitrator. - Easy to use,developers can build a ETL process with a very simple drag and drop operation. not only for ETL developers,people who can't write code also can use this tool for ETL operation such as system administrator.
- Solving the problem of "complex task dependencies" , and it can monitor the ETL running status. - Solving the problem of "complex task dependencies" , and it can monitor the ETL running status.
- Support multi-tenant. - Support multi-tenant.
- Support many task types: Shell, MR, Spark, SQL (mysql, postgresql, hive, sparksql), Python, Sub_Process, Procedure, etc. - Support many task types: Shell, MR, Spark, SQL (mysql, postgresql, hive, sparksql), Python, Sub_Process, Procedure, etc.
...@@ -73,7 +73,7 @@ Thus, it is very unlikely that EasyScheduler becomes orphaned. ...@@ -73,7 +73,7 @@ Thus, it is very unlikely that EasyScheduler becomes orphaned.
EasyScheduler's core developers have been running it as a community-oriented open source project for some time, several of them already have experience working with open source communities, they are also active in presto, alluxio and other projects. At the same time, we will learn more open source experiences by following the Apache way in our incubator journey. EasyScheduler's core developers have been running it as a community-oriented open source project for some time, several of them already have experience working with open source communities, they are also active in presto, alluxio and other projects. At the same time, we will learn more open source experiences by following the Apache way in our incubator journey.
### Homogenous Developers ### Homogeneous Developers
The current developers work across a variety of organizations including Analysys, guandata and hydee; The current developers work across a variety of organizations including Analysys, guandata and hydee;
some individual developers are accepted as developers of EasyScheduler as well. some individual developers are accepted as developers of EasyScheduler as well.
...@@ -110,7 +110,7 @@ The project consists of three distinct codebases: core and document. The address ...@@ -110,7 +110,7 @@ The project consists of three distinct codebases: core and document. The address
## Source and Intellectual Property Submission Plan ## Source and Intellectual Property Submission Plan
As soon as EasyScheduler is approved to join Apache Incubator, Analysys will provide the Software Grant Agreement(SGA) and intial committers will submit ICLA(s). The code is already licensed under the Apache Software License, version 2.0. As soon as EasyScheduler is approved to join Apache Incubator, Analysys will provide the Software Grant Agreement(SGA) and initial committers will submit ICLA(s). The code is already licensed under the Apache Software License, version 2.0.
## External Dependencies ## External Dependencies
......
...@@ -64,7 +64,7 @@ server { ...@@ -64,7 +64,7 @@ server {
index index.html index.html; index index.html index.html;
} }
location /escheduler { location /escheduler {
proxy_pass http://192.168.xx.xx:12345; # nterface address (self-modifying) proxy_pass http://192.168.xx.xx:12345; # interface address (self-modifying)
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header x_real_ipP $remote_addr; proxy_set_header x_real_ipP $remote_addr;
......
...@@ -63,7 +63,7 @@ Copy it to the corresponding directory of the server (front-end service static p ...@@ -63,7 +63,7 @@ Copy it to the corresponding directory of the server (front-end service static p
Visit address` http://localhost:8888/#/` Visit address` http://localhost:8888/#/`
#### Start with node and daemon under Liunx #### Start with node and daemon under Linux
Install pm2 `npm install -g pm2` Install pm2 `npm install -g pm2`
...@@ -238,7 +238,7 @@ The internal common component of the `src/js/module/components` project writes t ...@@ -238,7 +238,7 @@ The internal common component of the `src/js/module/components` project writes t
├── conditions ├── conditions
├── conditions.vue ├── conditions.vue
└── _source └── _source
└── serach.vue └── search.vue
└── util.js └── util.js
``` ```
......
...@@ -340,7 +340,7 @@ conf/common/hadoop.properties ...@@ -340,7 +340,7 @@ conf/common/hadoop.properties
- Queues are used to execute spark, mapreduce and other programs, which require the use of "queue" parameters. - Queues are used to execute spark, mapreduce and other programs, which require the use of "queue" parameters.
- "Security" - > "Queue Manage" - > "Creat Queue" - "Security" - > "Queue Manage" - > "Create Queue"
<p align="center"> <p align="center">
<img src="https://user-images.githubusercontent.com/53217792/61841945-078f4480-aec9-11e9-92fb-05b6f42f07d6.png" width="60%" /> <img src="https://user-images.githubusercontent.com/53217792/61841945-078f4480-aec9-11e9-92fb-05b6f42f07d6.png" width="60%" />
</p> </p>
...@@ -403,7 +403,7 @@ conf/common/hadoop.properties ...@@ -403,7 +403,7 @@ conf/common/hadoop.properties
try { try {
// execute // execute
response = httpclient.execute(httpPost); response = httpclient.execute(httpPost);
// eponse status code 200 // response status code 200
if (response.getStatusLine().getStatusCode() == 200) { if (response.getStatusLine().getStatusCode() == 200) {
String content = EntityUtils.toString(response.getEntity(), "UTF-8"); String content = EntityUtils.toString(response.getEntity(), "UTF-8");
System.out.println(content); System.out.println(content);
...@@ -533,7 +533,7 @@ conf/common/hadoop.properties ...@@ -533,7 +533,7 @@ conf/common/hadoop.properties
<img src="https://user-images.githubusercontent.com/53217792/61844464-1af2dd80-aed2-11e9-9486-6cf1b8585aa5.png" width="60%" /> <img src="https://user-images.githubusercontent.com/53217792/61844464-1af2dd80-aed2-11e9-9486-6cf1b8585aa5.png" width="60%" />
</p> </p>
- Datasource: The data source type of stored procedure supports MySQL and POSTGRRESQL, and chooses the corresponding data source. - Datasource: The data source type of stored procedure supports MySQL and POSTGRESQL, and chooses the corresponding data source.
- Method: The method name of the stored procedure - Method: The method name of the stored procedure
- Custom parameters: Custom parameter types of stored procedures support IN and OUT, and data types support nine data types: VARCHAR, INTEGER, LONG, FLOAT, DOUBLE, DATE, TIME, TIMESTAMP and BOOLEAN. - Custom parameters: Custom parameter types of stored procedures support IN and OUT, and data types support nine data types: VARCHAR, INTEGER, LONG, FLOAT, DOUBLE, DATE, TIME, TIMESTAMP and BOOLEAN.
......
...@@ -64,7 +64,7 @@ npm install node-sass --unsafe-perm //单独安装node-sass依赖 ...@@ -64,7 +64,7 @@ npm install node-sass --unsafe-perm //单独安装node-sass依赖
访问地址 `http://localhost:8888/#/` 访问地址 `http://localhost:8888/#/`
#### Liunx下使用node启动并且守护进程 #### Linux下使用node启动并且守护进程
安装pm2 `npm install -g pm2` 安装pm2 `npm install -g pm2`
...@@ -237,7 +237,7 @@ export default { ...@@ -237,7 +237,7 @@ export default {
├── conditions ├── conditions
├── conditions.vue ├── conditions.vue
└── _source └── _source
└── serach.vue └── search.vue
└── util.js └── util.js
``` ```
......
...@@ -391,7 +391,7 @@ conf/common/hadoop.properties ...@@ -391,7 +391,7 @@ conf/common/hadoop.properties
try { try {
// execute // execute
response = httpclient.execute(httpPost); response = httpclient.execute(httpPost);
// eponse status code 200 // response status code 200
if (response.getStatusLine().getStatusCode() == 200) { if (response.getStatusLine().getStatusCode() == 200) {
String content = EntityUtils.toString(response.getEntity(), "UTF-8"); String content = EntityUtils.toString(response.getEntity(), "UTF-8");
System.out.println(content); System.out.println(content);
......
...@@ -59,7 +59,7 @@ public class HttpClientTest { ...@@ -59,7 +59,7 @@ public class HttpClientTest {
try { try {
// execute // execute
response = httpclient.execute(httpPost); response = httpclient.execute(httpPost);
// eponse status code 200 // response status code 200
if (response.getStatusLine().getStatusCode() == 200) { if (response.getStatusLine().getStatusCode() == 200) {
String content = EntityUtils.toString(response.getEntity(), "UTF-8"); String content = EntityUtils.toString(response.getEntity(), "UTF-8");
logger.info(content); logger.info(content);
...@@ -96,7 +96,7 @@ public class HttpClientTest { ...@@ -96,7 +96,7 @@ public class HttpClientTest {
try { try {
// execute http get request // execute http get request
response = httpclient.execute(httpGet); response = httpclient.execute(httpGet);
// reponse status code 200 // response status code 200
if (response.getStatusLine().getStatusCode() == 200) { if (response.getStatusLine().getStatusCode() == 200) {
String content = EntityUtils.toString(response.getEntity(), "UTF-8"); String content = EntityUtils.toString(response.getEntity(), "UTF-8");
logger.info("start--------------->"); logger.info("start--------------->");
...@@ -139,7 +139,7 @@ public class HttpClientTest { ...@@ -139,7 +139,7 @@ public class HttpClientTest {
try { try {
// execute http get request // execute http get request
response = httpclient.execute(httpGet); response = httpclient.execute(httpGet);
// reponse status code 200 // response status code 200
if (response.getStatusLine().getStatusCode() == 200) { if (response.getStatusLine().getStatusCode() == 200) {
String content = EntityUtils.toString(response.getEntity(), "UTF-8"); String content = EntityUtils.toString(response.getEntity(), "UTF-8");
logger.info("start--------------->"); logger.info("start--------------->");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册