This is an automated email from the ASF dual-hosted git repository.
alexkun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 95c0dc9 update jdbc label version
new 0f79ecf Merge pull request #60 from peacewong/dev
95c0dc9 is described below
commit 95c0dc95ca2532e29f40d28e3bc0f40679b92732
Author: peacewong <[email protected]>
AuthorDate: Tue Dec 21 14:36:56 2021 +0800
update jdbc label version
---
docs/engine_usage/jdbc.md | 2 +-
versioned_docs/version-1.0.2/engine_usage/jdbc.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/engine_usage/jdbc.md b/docs/engine_usage/jdbc.md
index 75d926e..f7c6421 100644
--- a/docs/engine_usage/jdbc.md
+++ b/docs/engine_usage/jdbc.md
@@ -49,7 +49,7 @@ Linkis provides a client method to call jdbc tasks. The call
method is through t
If you use Hive, you only need to make the following changes:
```java
Map<String, Object> labels = new HashMap<String, Object>();
- labels.put(LabelKeyConstant.ENGINE_TYPE_KEY, "jdbc-2.3.3"); //
required engineType Label
+ labels.put(LabelKeyConstant.ENGINE_TYPE_KEY, "jdbc-4"); // required
engineType Label
labels.put(LabelKeyConstant.USER_CREATOR_TYPE_KEY, "hadoop-IDE");//
required execute user and creator
labels.put(LabelKeyConstant.CODE_TYPE_KEY, "jdbc"); // required
codeType
```
diff --git a/versioned_docs/version-1.0.2/engine_usage/jdbc.md
b/versioned_docs/version-1.0.2/engine_usage/jdbc.md
index 75d926e..f7c6421 100644
--- a/versioned_docs/version-1.0.2/engine_usage/jdbc.md
+++ b/versioned_docs/version-1.0.2/engine_usage/jdbc.md
@@ -49,7 +49,7 @@ Linkis provides a client method to call jdbc tasks. The call
method is through t
If you use Hive, you only need to make the following changes:
```java
Map<String, Object> labels = new HashMap<String, Object>();
- labels.put(LabelKeyConstant.ENGINE_TYPE_KEY, "jdbc-2.3.3"); //
required engineType Label
+ labels.put(LabelKeyConstant.ENGINE_TYPE_KEY, "jdbc-4"); // required
engineType Label
labels.put(LabelKeyConstant.USER_CREATOR_TYPE_KEY, "hadoop-IDE");//
required execute user and creator
labels.put(LabelKeyConstant.CODE_TYPE_KEY, "jdbc"); // required
codeType
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]