You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/05/05 03:21:43 UTC

[incubator-linkis-website] branch dev updated (21e953134 -> bf8e07f80)

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

casion pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


    from 21e953134 Merge pull request #242 from husofskyzy/dev-fix-eureka-config
     new e3da1eccd update cluster_deployment.md
     new 85203f6a7 docs 1.1.1
     new 163af3b87 add authors info
     new bf8e07f80 Merge pull request #243 from casionone/dev

The 624 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 blog/2022-03-20-openlookeng.md                     |  39 ++
 blog/authors.yml                                   |   7 +-
 docs/api/http/engineconn-plugin-refesh.md          | 124 +++++
 docs/api/http/udf-api.md                           | 505 +++++++++++++++++++++
 docs/engine_usage/openlookeng.md                   |  98 ++++
 .../current => docs}/release-notes-1.1.1.md        |  53 +--
 docs/table/_category_.json                         |   4 +
 docs/table/udf-table.md                            |  99 ++++
 docs/user_guide/udf.md                             | 137 ++++++
 i18n/zh-CN/code.json                               |   2 +-
 .../2022-03-20-openlookeng.md                      |  39 ++
 .../docusaurus-plugin-content-blog/authors.yml     |   8 +-
 .../docusaurus-plugin-content-docs/current.json    |   5 +
 .../current/api/http/engineconn-plugin-refesh.md   | 124 +++++
 .../current/api/http/udf-api.md                    | 505 +++++++++++++++++++++
 .../current/deployment/cluster_deployment.md       | 101 +++--
 .../deployment/engine_conn_plugin_installation.md  |  79 ++--
 .../current/deployment/quick_deploy.md             |  34 +-
 .../development/linkis_compile_and_package.md      |  35 +-
 .../current/engine_usage/flink.md                  |   4 +-
 .../current/engine_usage/hive.md                   |   4 +-
 .../current/engine_usage/jdbc.md                   |  42 +-
 .../current/engine_usage/openlookeng.md            | 104 +++++
 .../current/engine_usage/python.md                 |   2 +-
 .../current/engine_usage/shell.md                  |   2 +-
 .../current/engine_usage/spark.md                  |   6 +-
 .../current/introduction.md                        |   3 +-
 .../current/release.md                             |  14 +-
 .../current/table/udf-table.md                     |  99 ++++
 .../current/user_guide/udf.md                      | 137 ++++++
 .../version-1.1.0/release.md                       |   2 +-
 .../Images-zh/EngineUsage/openlookeng-config.png   | Bin 0 -> 98561 bytes
 static/Images-zh/table/udf.png                     | Bin 0 -> 70620 bytes
 static/Images/EngineUsage/openlookeng-config.png   | Bin 0 -> 98561 bytes
 .../Tunning_And_Troubleshooting/debug-01.png       | Bin 6168 -> 0 bytes
 .../Tunning_And_Troubleshooting/debug-02.png       | Bin 62496 -> 0 bytes
 .../Tunning_And_Troubleshooting/debug-03.png       | Bin 32875 -> 0 bytes
 .../Tunning_And_Troubleshooting/debug-04.png       | Bin 111758 -> 0 bytes
 .../Tunning_And_Troubleshooting/debug-05.png       | Bin 52040 -> 0 bytes
 .../Tunning_And_Troubleshooting/debug-06.png       | Bin 63668 -> 0 bytes
 .../Tunning_And_Troubleshooting/debug-07.png       | Bin 316176 -> 0 bytes
 .../Tunning_And_Troubleshooting/debug-08.png       | Bin 27722 -> 0 bytes
 static/Images/udf/udf_01.png                       | Bin 0 -> 100284 bytes
 static/Images/udf/udf_02.png                       | Bin 0 -> 66012 bytes
 static/Images/udf/udf_03.png                       | Bin 0 -> 31227 bytes
 static/Images/udf/udf_04.png                       | Bin 0 -> 25826 bytes
 static/Images/udf/udf_05.png                       | Bin 0 -> 28371 bytes
 static/Images/udf/udf_06.png                       | Bin 0 -> 25926 bytes
 static/Images/udf/udf_07.png                       | Bin 0 -> 29917 bytes
 static/Images/udf/udf_08.png                       | Bin 0 -> 21608 bytes
 static/Images/udf/udf_09.png                       | Bin 0 -> 62750 bytes
 versioned_docs/version-1.1.0/release.md            |   2 +-
 52 files changed, 2253 insertions(+), 166 deletions(-)
 create mode 100644 blog/2022-03-20-openlookeng.md
 create mode 100644 docs/api/http/engineconn-plugin-refesh.md
 create mode 100644 docs/api/http/udf-api.md
 create mode 100644 docs/engine_usage/openlookeng.md
 copy {i18n/zh-CN/docusaurus-plugin-content-docs/current => docs}/release-notes-1.1.1.md (66%)
 create mode 100644 docs/table/_category_.json
 create mode 100644 docs/table/udf-table.md
 create mode 100644 docs/user_guide/udf.md
 create mode 100644 i18n/zh-CN/docusaurus-plugin-content-blog/2022-03-20-openlookeng.md
 create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/engineconn-plugin-refesh.md
 create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/udf-api.md
 create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/engine_usage/openlookeng.md
 create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/table/udf-table.md
 create mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/user_guide/udf.md
 create mode 100644 static/Images-zh/EngineUsage/openlookeng-config.png
 create mode 100644 static/Images-zh/table/udf.png
 create mode 100644 static/Images/EngineUsage/openlookeng-config.png
 delete mode 100644 static/Images/Tunning_And_Troubleshooting/debug-01.png
 delete mode 100644 static/Images/Tunning_And_Troubleshooting/debug-02.png
 delete mode 100644 static/Images/Tunning_And_Troubleshooting/debug-03.png
 delete mode 100644 static/Images/Tunning_And_Troubleshooting/debug-04.png
 delete mode 100644 static/Images/Tunning_And_Troubleshooting/debug-05.png
 delete mode 100644 static/Images/Tunning_And_Troubleshooting/debug-06.png
 delete mode 100644 static/Images/Tunning_And_Troubleshooting/debug-07.png
 delete mode 100644 static/Images/Tunning_And_Troubleshooting/debug-08.png
 create mode 100644 static/Images/udf/udf_01.png
 create mode 100644 static/Images/udf/udf_02.png
 create mode 100644 static/Images/udf/udf_03.png
 create mode 100644 static/Images/udf/udf_04.png
 create mode 100644 static/Images/udf/udf_05.png
 create mode 100644 static/Images/udf/udf_06.png
 create mode 100644 static/Images/udf/udf_07.png
 create mode 100644 static/Images/udf/udf_08.png
 create mode 100644 static/Images/udf/udf_09.png


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org