svn commit: r1898655 - in /zeppelin/site/docs/0.10.1: ./ development/ development/contribution/ development/helium/ interpreter/ quickstart/ setup/basics/ setup/deployment/ setup/operation/ setup/secu

2022-03-06 Thread zjffdu
Author: zjffdu
Date: Sun Mar  6 14:18:28 2022
New Revision: 1898655

URL: http://svn.apache.org/viewvc?rev=1898655&view=rev
Log:
Update 0.10.1 doc


[This commit notification would consist of 52 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


[zeppelin] branch master updated: [ZEPPELIN-5664] Change from adopt to temurin

2022-03-06 Thread pdallig
This is an automated email from the ASF dual-hosted git repository.

pdallig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
 new 914be90  [ZEPPELIN-5664] Change from adopt to temurin
914be90 is described below

commit 914be909605b94b599dc923844b70a16616c6362
Author: Philipp Dallig 
AuthorDate: Wed Mar 2 18:22:08 2022 +0100

[ZEPPELIN-5664] Change from adopt to temurin

### What is this PR for?
This PR migrates the JDK from adoptopenjdk to temurin, the successor.
https://github.com/actions/setup-java#supported-distributions

### What type of PR is it?
Refactoring

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-5664

### How should this be tested?
* CI

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Philipp Dallig 

Closes #4301 from Reamer/update_ci and squashes the following commits:

c8ba59391 [Philipp Dallig] Change adopt to temurin
---
 .github/workflows/core.yml | 16 
 .github/workflows/frontend.yml |  8 
 .github/workflows/quick.yml|  4 ++--
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index 808356d..e765a54 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -42,7 +42,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -89,7 +89,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -131,7 +131,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -177,7 +177,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -223,7 +223,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -262,7 +262,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -313,7 +313,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -371,7 +371,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 20f4aff..9f84e58 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -32,7 +32,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -61,7 +61,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -88,7 +88,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -118,4 +118,4 @@ jobs:
 run: xvfb-run --auto-servernum --server-args="-screen 0 1600x1024x16" 
./mvnw verify -DskipRat -Pspark-2.4 -Phadoop2 -Phelium-dev -Pexamples 
-Pintegration -Pspark-scala-2.11

[zeppelin] branch branch-0.10 updated: [ZEPPELIN-5664] Change from adopt to temurin

2022-03-06 Thread pdallig
This is an automated email from the ASF dual-hosted git repository.

pdallig pushed a commit to branch branch-0.10
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.10 by this push:
 new b6431e7  [ZEPPELIN-5664] Change from adopt to temurin
b6431e7 is described below

commit b6431e7767bcef39ebfb28422dd53d3248e02acd
Author: Philipp Dallig 
AuthorDate: Wed Mar 2 18:22:08 2022 +0100

[ZEPPELIN-5664] Change from adopt to temurin

This PR migrates the JDK from adoptopenjdk to temurin, the successor.
https://github.com/actions/setup-java#supported-distributions

Refactoring

* https://issues.apache.org/jira/browse/ZEPPELIN-5664

* CI

* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Philipp Dallig 

Closes #4301 from Reamer/update_ci and squashes the following commits:

c8ba59391 [Philipp Dallig] Change adopt to temurin

(cherry picked from commit 914be909605b94b599dc923844b70a16616c6362)
Signed-off-by: Philipp Dallig 
---
 .github/workflows/core.yml | 22 +++---
 .github/workflows/frontend.yml |  6 +++---
 .github/workflows/rat.yml  |  2 +-
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index 21a355d..6ca45e7 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -41,7 +41,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -84,7 +84,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -121,7 +121,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -166,7 +166,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -204,7 +204,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -249,7 +249,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -291,7 +291,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -336,7 +336,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -381,7 +381,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -425,7 +425,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
@@ -465,7 +465,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache local Maven repository
 uses: actions/cache@v2
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml
index 5a59dcd..6dbdfe5 100644
--- a/.github/workflows/frontend.yml
+++ b/.github/workflows/frontend.yml
@@ -32,7 +32,7 @@ jobs:
   - name: Set up JDK 8
 uses: actions/setup-java@v2
 with:
-  distribution: 'adopt'
+  distribution: 'temurin'
   java-version: 8
   - name: Cache loca