[GitHub] [zeppelin] jongyoul commented on a diff in pull request #4524: [ZEPPELIN-5859] Upgrading alluxio client library to latest stable release 2.9.0

2022-12-01 Thread GitBox
jongyoul commented on code in PR #4524: URL: https://github.com/apache/zeppelin/pull/4524#discussion_r1037834518 ## alluxio/src/main/java/org/apache/zeppelin/alluxio/AlluxioInterpreter.java: ## @@ -74,19 +74,25 @@ public AlluxioInterpreter(Properties property) { alluxioMa

[ZEPPELIN-5859] Upgrading alluxio client library to latest stable release 2.9.0

2022-12-01 Thread Ankit Gupta
Hi Please review the following commit which aims to upgrade the library for alluxio client for Alluxio's interpreter. PR Link: https://github.com/apache/zeppelin/pull/4524 Jira Ticket Link: https://issues.apache.org/jira/browse/ZEPPELIN-5859 Thanks and Regards. Ankit Prakash Gupta

[GitHub] [zeppelin] infoankitp commented on a diff in pull request #4524: [ZEPPELIN-5859] Upgrading alluxio client library to latest stable release 2.9.0

2022-12-01 Thread GitBox
infoankitp commented on code in PR #4524: URL: https://github.com/apache/zeppelin/pull/4524#discussion_r1037294160 ## alluxio/src/main/java/org/apache/zeppelin/alluxio/AlluxioInterpreter.java: ## @@ -19,10 +19,7 @@ package org.apache.zeppelin.alluxio; import alluxio.cli.fs.F

[GitHub] [zeppelin] infoankitp commented on a diff in pull request #4524: [ZEPPELIN-5859] Upgrading alluxio client library to latest stable release 2.9.0

2022-12-01 Thread GitBox
infoankitp commented on code in PR #4524: URL: https://github.com/apache/zeppelin/pull/4524#discussion_r1037290777 ## alluxio/src/main/java/org/apache/zeppelin/alluxio/AlluxioInterpreter.java: ## @@ -19,10 +19,7 @@ package org.apache.zeppelin.alluxio; import alluxio.cli.fs.F

[GitHub] [zeppelin] jongyoul commented on a diff in pull request #4524: [ZEPPELIN-5859] Upgrading alluxio client library to latest stable release 2.9.0

2022-12-01 Thread GitBox
jongyoul commented on code in PR #4524: URL: https://github.com/apache/zeppelin/pull/4524#discussion_r1037283827 ## alluxio/src/main/java/org/apache/zeppelin/alluxio/AlluxioInterpreter.java: ## @@ -19,10 +19,7 @@ package org.apache.zeppelin.alluxio; import alluxio.cli.fs.Fil

[GitHub] [zeppelin] infoankitp opened a new pull request, #4524: [ZEPPELIN-5859] Upgrading alluxio client library to latest stable release 2.9.0

2022-12-01 Thread GitBox
infoankitp opened a new pull request, #4524: URL: https://github.com/apache/zeppelin/pull/4524 [ZEPPELIN-5859] Upgrading alluxio client library to latest stable release 2.9.0 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. Fir

[jira] [Created] (ZEPPELIN-5859) Upgrade the Alluxio client library to latest stable version's client for alluxio interpreter

2022-12-01 Thread Ankit Prakash Gupta (Jira)
Ankit Prakash Gupta created ZEPPELIN-5859: - Summary: Upgrade the Alluxio client library to latest stable version's client for alluxio interpreter Key: ZEPPELIN-5859 URL: https://issues.apache.org/jira/brow

[GitHub] [zeppelin] jongyoul commented on pull request #4522: [ZEPPELIN-5856] Bump bouncycastle 1.70

2022-12-01 Thread GitBox
jongyoul commented on PR #4522: URL: https://github.com/apache/zeppelin/pull/4522#issuecomment-1333620239 > I use the M1 mac, may be related (not sure), I can not compile the project, I'm going to fix it one by one Yep. I also use m1 mac. BTW, I appreciate your interest for Zeppelin.

[jira] [Created] (ZEPPELIN-5858) Race condition between moveNote and saveNote causes duplicated notes

2022-12-01 Thread Samuel Siebenmann (Jira)
Samuel Siebenmann created ZEPPELIN-5858: --- Summary: Race condition between moveNote and saveNote causes duplicated notes Key: ZEPPELIN-5858 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5858

[GitHub] [zeppelin] jongyoul commented on a diff in pull request #4520: [MINOR] Fix Appveyor error

2022-12-01 Thread GitBox
jongyoul commented on code in PR #4520: URL: https://github.com/apache/zeppelin/pull/4520#discussion_r1036799642 ## .appveyor.yml: ## @@ -31,4 +31,4 @@ install: build_script: - echo "Build" - - ps: ./mvnw clean package -DskipTests + - ps: ./mvnw clean package -DskipTests