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

peacewong pushed a commit to branch dev-1.0.3
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.0.3 by this push:
     new 51a2031  remove pyspark.zip and add py4j LICENSE (#1281)
51a2031 is described below

commit 51a203153eb1fd19f800fc9690ad05830aad2137
Author: Casion <[email protected]>
AuthorDate: Fri Jan 7 20:18:58 2022 +0800

    remove pyspark.zip and add py4j LICENSE (#1281)
    
    * remove unused image
    
    * remove pyspark.zip and add py4j LICENSE
    
    * remove pyspark.zip and add py4j LICENSE
    
    * image for readme doc
---
 LICENSE                                            |   2 +-
 README.md                                          |   4 ++--
 README_CN.md                                       |   4 ++--
 .../architecture/Linkis1.0-architecture.png        | Bin 212362 -> 0 bytes
 images/linkis-intro-02.png                         | Bin 649536 -> 0 bytes
 ...rchitecture.png => linkis_1.0_architecture.png} | Bin
 ...ck_Linkis.png => wedatasphere_stack_linkis.png} | Bin
 .../Linkis0.X-NewEngine-architecture.png           | Bin 244826 -> 0 bytes
 .../Linkis1.0-EngineConn-architecture.png          | Bin 157753 -> 0 bytes
 .../Linkis1.0-NewEngine-architecture.png           | Bin 26523 -> 0 bytes
 .../architecture/Linkis1.0-architecture.png        | Bin 221751 -> 0 bytes
 .../Linkis1.0-newEngine-initialization.png         | Bin 48313 -> 0 bytes
 .../installation/Linkis0.X-services-list.png       | Bin 66821 -> 0 bytes
 .../installation/Linkis1.0-services-list.png       | Bin 85890 -> 0 bytes
 ...03\275\346\250\241\345\235\227\345\233\276.png" | Bin 207648 -> 0 bytes
 .../src/main/py4j/LICENSE-py4j-0.10.7-src.txt      |  26 +++++++++++++++++++++
 .../python/src/main/py4j/pyspark.zip               | Bin 451898 -> 0 bytes
 17 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/LICENSE b/LICENSE
index e0384ca..8cc8dcc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -293,7 +293,7 @@ The following components are provided under the BSD License.
 The text of each license is also included at 
assembly-combined-package/licenses/LICENSE-[project].txt.
 
   (The 3-Clause BSD License) Py4J (net.sf.py4j:py4j:0.10.4 - 
http://nexus.sonatype.org/oss-repository-hosting.html/py4j)
-
+  (The 3-Clause BSD License) 
linkis-engineconn-plugins/engineconn-plugins/python/src/main/py4j/py4j-*-src.zip
 ========================================================================
 Third party MIT licenses
 ========================================================================
diff --git a/README.md b/README.md
index f4ecc78..c04c740 100644
--- a/README.md
+++ b/README.md
@@ -75,11 +75,11 @@ Linkis services could be divided into three categories: 
computation governance s
 - The microservice governance services, including Spring Cloud Gateway, Eureka 
and Open Feign.
 
 Below is the Linkis architecture diagram. You can find more detailed 
architecture docs in 
[Linkis-Doc/Architecture](https://linkis.apache.org/docs/latest/architecture/overview).
-![architecture](images/Linkis_1.0_architecture.png)
+![architecture](images/linkis_1.0_architecture.png)
 
 Based on Linkis the computation middleware, we've built a lot of applications 
and tools on top of it in the big data platform suite 
[WeDataSphere](https://github.com/WeBankFinTech/WeDataSphere). Below are the 
currently available open-source projects. More projects upcoming, please stay 
tuned.
 
-![wedatasphere_stack_Linkis](images/wedatasphere_stack_Linkis.png)
+![wedatasphere_stack_Linkis](images/wedatasphere_stack_linkis.png)
 
 # Contributing
 
diff --git a/README_CN.md b/README_CN.md
index a61df54..bab6077 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -66,11 +66,11 @@ Linkis 基于微服务架构开发,其服务可以分为3类:计算治理服
 - 微服务治理服务,包括定制化的Spring Cloud Gateway、Eureka、Open Feign。
 
 下面是Linkis 的架构概要图. 更多详细架构文档请见 
[Linkis-Doc/Architecture](https://linkis.apache.org/zh-CN/docs/latest/architecture/overview).
-![architecture](images/Linkis_1.0_architecture.png)
+![architecture](images/linkis_1.0_architecture.png)
 
 基于Linkis 
计算中间件,我们在大数据平台套件[WeDataSphere](https://github.com/WeBankFinTech/WeDataSphere) 
中构建了许多应用和工具系统。下面是目前可用的开源项目。
 
-![wedatasphere_stack_Linkis](images/wedatasphere_stack_Linkis.png)
+![wedatasphere_stack_Linkis](images/wedatasphere_stack_linkis.png)
 
 - [**DataSphere Studio** - 
数据应用集成开发框架](https://github.com/WeBankFinTech/DataSphereStudio)
 
diff --git a/images/en_US/Linkis1.0/architecture/Linkis1.0-architecture.png 
b/images/en_US/Linkis1.0/architecture/Linkis1.0-architecture.png
deleted file mode 100644
index 825672b..0000000
Binary files a/images/en_US/Linkis1.0/architecture/Linkis1.0-architecture.png 
and /dev/null differ
diff --git a/images/linkis-intro-02.png b/images/linkis-intro-02.png
deleted file mode 100644
index 4c369d2..0000000
Binary files a/images/linkis-intro-02.png and /dev/null differ
diff --git a/images/Linkis_1.0_architecture.png 
b/images/linkis_1.0_architecture.png
similarity index 100%
rename from images/Linkis_1.0_architecture.png
rename to images/linkis_1.0_architecture.png
diff --git a/images/wedatasphere_stack_Linkis.png 
b/images/wedatasphere_stack_linkis.png
similarity index 100%
rename from images/wedatasphere_stack_Linkis.png
rename to images/wedatasphere_stack_linkis.png
diff --git 
a/images/zh_CN/Linkis1.0/architecture/Linkis0.X-NewEngine-architecture.png 
b/images/zh_CN/Linkis1.0/architecture/Linkis0.X-NewEngine-architecture.png
deleted file mode 100644
index 57c83b3..0000000
Binary files 
a/images/zh_CN/Linkis1.0/architecture/Linkis0.X-NewEngine-architecture.png and 
/dev/null differ
diff --git 
a/images/zh_CN/Linkis1.0/architecture/Linkis1.0-EngineConn-architecture.png 
b/images/zh_CN/Linkis1.0/architecture/Linkis1.0-EngineConn-architecture.png
deleted file mode 100644
index d95da89..0000000
Binary files 
a/images/zh_CN/Linkis1.0/architecture/Linkis1.0-EngineConn-architecture.png and 
/dev/null differ
diff --git 
a/images/zh_CN/Linkis1.0/architecture/Linkis1.0-NewEngine-architecture.png 
b/images/zh_CN/Linkis1.0/architecture/Linkis1.0-NewEngine-architecture.png
deleted file mode 100644
index b1d60bf..0000000
Binary files 
a/images/zh_CN/Linkis1.0/architecture/Linkis1.0-NewEngine-architecture.png and 
/dev/null differ
diff --git a/images/zh_CN/Linkis1.0/architecture/Linkis1.0-architecture.png 
b/images/zh_CN/Linkis1.0/architecture/Linkis1.0-architecture.png
deleted file mode 100644
index c3cb24c..0000000
Binary files a/images/zh_CN/Linkis1.0/architecture/Linkis1.0-architecture.png 
and /dev/null differ
diff --git 
a/images/zh_CN/Linkis1.0/architecture/Linkis1.0-newEngine-initialization.png 
b/images/zh_CN/Linkis1.0/architecture/Linkis1.0-newEngine-initialization.png
deleted file mode 100644
index 003b38e..0000000
Binary files 
a/images/zh_CN/Linkis1.0/architecture/Linkis1.0-newEngine-initialization.png 
and /dev/null differ
diff --git a/images/zh_CN/Linkis1.0/installation/Linkis0.X-services-list.png 
b/images/zh_CN/Linkis1.0/installation/Linkis0.X-services-list.png
deleted file mode 100644
index c669abf..0000000
Binary files a/images/zh_CN/Linkis1.0/installation/Linkis0.X-services-list.png 
and /dev/null differ
diff --git a/images/zh_CN/Linkis1.0/installation/Linkis1.0-services-list.png 
b/images/zh_CN/Linkis1.0/installation/Linkis1.0-services-list.png
deleted file mode 100644
index f768545..0000000
Binary files a/images/zh_CN/Linkis1.0/installation/Linkis1.0-services-list.png 
and /dev/null differ
diff --git 
"a/images/\345\212\237\350\203\275\346\250\241\345\235\227\345\233\276.png" 
"b/images/\345\212\237\350\203\275\346\250\241\345\235\227\345\233\276.png"
deleted file mode 100644
index 15dd01f..0000000
Binary files 
"a/images/\345\212\237\350\203\275\346\250\241\345\235\227\345\233\276.png" and 
/dev/null differ
diff --git 
a/linkis-engineconn-plugins/engineconn-plugins/python/src/main/py4j/LICENSE-py4j-0.10.7-src.txt
 
b/linkis-engineconn-plugins/engineconn-plugins/python/src/main/py4j/LICENSE-py4j-0.10.7-src.txt
new file mode 100644
index 0000000..0f9b961
--- /dev/null
+++ 
b/linkis-engineconn-plugins/engineconn-plugins/python/src/main/py4j/LICENSE-py4j-0.10.7-src.txt
@@ -0,0 +1,26 @@
+Copyright (c) 2009-2018, Barthelemy Dagenais and individual contributors. All
+rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+- Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+- The name of the author may not be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
diff --git 
a/linkis-engineconn-plugins/engineconn-plugins/python/src/main/py4j/pyspark.zip 
b/linkis-engineconn-plugins/engineconn-plugins/python/src/main/py4j/pyspark.zip
deleted file mode 100644
index 1e90857..0000000
Binary files 
a/linkis-engineconn-plugins/engineconn-plugins/python/src/main/py4j/pyspark.zip 
and /dev/null differ

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to