You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method 2: If it is not found in method 1, you can find the parameter of `wds.linkis.engineconn.root.dir` configured in `conf/linkis-cg-engineconnmanager.properties`, which is the directory where the engine is started and deployed. The user of the execution engine is isolated (taskId). If you do not know the taskid, you can select it after sorting by time. ll -rt /appcom/tmp/${executing user}/workDir
494
494
495
495
cd /appcom/tmp/${executing user}/workDir/${taskId}
@@ -530,9 +530,9 @@ select * from linkis_cg_engine_conn_plugin_bml_resources
530
530
Troubleshoot basic problems according to some of the scenarios listed above
531
531
[QA documentation](https://docs.qq.com/doc/DSGZhdnpMV3lTUUxq) Find out if there is a solution, link: https://docs.qq.com/doc/DSGZhdnpMV3lTUUxq
532
532
See if you can find a solution by searching the content in the issue
Through the official website document search, for some problems, you can search for keywords through the official website, such as searching for "deployment". (If 404 appears, please refresh your browser)
Copy file name to clipboardExpand all lines: blog/2022-03-20-openlookeng.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ That is, tasks submitted by multiple users can run in one EC process at the same
19
19
The specific implementation is that openLooKengEngineConnExecutor inherits from ConcurrentComputationExecutor, supports multi-user multi-task concurrency, and supports docking to multiple different openLooKeng clusters.
The capabilities based on Linkis and openLooKeng can provide the following capabilities:
29
29
-1. The connection capability of the computing middleware layer based on Linkis allows upper-layer application tools to quickly connect to openLooKeng, submit tasks, and obtain logs, progress, and results.
Copy file name to clipboardExpand all lines: community/how-to-contribute-to-website.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ English siderbar titles should be capitalized except for prepositions, and only
180
180
181
181
## 4 New documents
182
182
183
-
 The md document is recommended to be viewed by visiting the official website and viewing the md document through github. There is a problem that static resources such as pictures cannot be displayed correctly
183
+
The md document is recommended to be viewed by visiting the official website and viewing the md document through github. There is a problem that static resources such as pictures cannot be displayed correctly
184
184
185
185
- The English document docs/ corresponds to the next Next version to be released, and the historical archive version is stored in the versioned_docs/version-${versionno} directory.
186
186
- Chinese documents are placed in the corresponding directory of i18n/zh-CN/docusaurus-plugin-content-docs/, current is the next version to be released. version-${versionno} is the historical archive version.
@@ -197,12 +197,10 @@ After the verification is correct, the asf-staging branch can be merged to the a
197
197
198
198
## 6 Points for attention
199
199
- When adding Chinese documents, you need to add English documents at the same time, otherwise the added page cannot be displayed
200
-
- When adding a document, pay attention to the document node name and node sorting fields, as shown in the following figure
Copy file name to clipboardExpand all lines: community/how-to-contribute.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Fork library: From https://github.com/apache/linkis fork to your own personal re
44
44
#### 2.1.2 Synchronize the latest code of the original warehouse branch to your own fork library
45
45
1. Enter the user project page and select the branch to be updated
46
46
2. Click fetch upstream under the code download button and select fetch and merge (if the branch of your own fork library is accidentally polluted, you can delete the branch and synchronize the new branch of the original warehouse to your own fork library. For instructions, see [Synchronize the new branch of the original repository to your own fork repository](#213-synchronize-the-new-branch-of-the-original-repository-to-your-own-fork-repository))
Copy file name to clipboardExpand all lines: community/how-to-release.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -559,11 +559,11 @@ ${Linkis Release Manager}
559
559
All mailing archives can be found at [[email protected]](https://lists.apache.org/[email protected]), a mailing thread, via the [ Permanent link to this email]
Some mailboxes 163/sina reply with the Chinese "reply" by default, which will cause the apache mail to be recognized as a new thread mail, and the configuration needs to be modified.
Copy file name to clipboardExpand all lines: community/how-to-sign-apache-icla.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ The process of submitting ICLA are:
13
13
14
14
**1. First, click the link [Apache Licenses](https://www.apache.org/licenses/#clas) and find [CLAs](https://www.apache.org/licenses/contributor-agreements.html#clas) under the Contributor License Agreements section.**
**2. At the top of the page, there are two download links choose [ICLA(Individual Contributor License Agreement)](https://www.apache.org/licenses/icla.pdf) and download it.**
**5. After signing, send the icla.pdf command as `username-icla.pdf` to the email address provided by the instructor (The email address is `[email protected]`), here is the mail template:**
0 commit comments