asfgit closed pull request #4076:
URL: https://github.com/apache/zeppelin/pull/4076
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
asfgit closed pull request #4058:
URL: https://github.com/apache/zeppelin/pull/4058
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
Teo920127 commented on pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#issuecomment-802489730
In Kubernetes, would it be possible to use customized interpreter image for
particular interpreters ?
--
This is an automated message from the Apache Git Service.
To respo
Teo920127 edited a comment on pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#issuecomment-802489730
In Kubernetes, Can interpreters of the same type (such as Python) be
configured to enable different images?
--
This is an automated message from the Apache Git Servi
Reamer commented on pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#issuecomment-802608364
> In Kubernetes, Can interpreters of the same type (such as Python) be
configured to enable different images?
At the moment, this is not possible. For a discussion, see
h
Reamer commented on pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#issuecomment-806743948
The infrastructure tests have been passed. I would like to merge this into
Master. I think we can also merge this into branch-0.9 as it doesn't break
anything. What is your opin
cuspymd commented on a change in pull request #3947:
URL: https://github.com/apache/zeppelin/pull/3947#discussion_r601994732
##
File path:
zeppelin-server/src/main/java/org/apache/zeppelin/socket/ConnectionManager.java
##
@@ -359,6 +359,19 @@ public void unicastParagraph(Note
zjffdu commented on pull request #4079:
URL: https://github.com/apache/zeppelin/pull/4079#issuecomment-807916684
@cuspymd You are right, thanks for your review
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
zjffdu commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602051890
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java
##
@@ -557,4 +563,58 @@ public void update
zjffdu commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602051890
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java
##
@@ -557,4 +563,58 @@ public void update
Reamer commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602089778
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java
##
@@ -557,4 +563,58 @@ public void update
cuspymd commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602090937
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -0,0 +1,140 @@
+/*
+ * Li
Reamer commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602096654
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -0,0 +1,140 @@
+/*
+ * Lic
zjffdu commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602102340
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java
##
@@ -557,4 +563,58 @@ public void update
Reamer commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602111388
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java
##
@@ -557,4 +563,58 @@ public void update
Reamer commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602129604
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -0,0 +1,140 @@
+/*
+ * Lic
zjffdu commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r602144305
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/RemoteInterpreterEventServer.java
##
@@ -557,4 +563,58 @@ public void update
zjffdu opened a new pull request #4080:
URL: https://github.com/apache/zeppelin/pull/4080
### What is this PR for?
This PR is to exist the waitForReady method earlier when process launcher is
failed. Currently it would only exit when launch timeout.
### What type of PR is
zjffdu opened a new pull request #4081:
URL: https://github.com/apache/zeppelin/pull/4081
### What is this PR for?
This is to fix the corner case that when the comment is at the end of query,
the query will be skipped due to bug in SqlSplitter.
This PR fix the bug in SqlSplitter a
cuspymd commented on a change in pull request #4080:
URL: https://github.com/apache/zeppelin/pull/4080#discussion_r602709246
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/ExecRemoteInterpreterProcess.java
##
@@ -175,6 +177,7 @@ public void
zjffdu commented on pull request #4077:
URL: https://github.com/apache/zeppelin/pull/4077#issuecomment-808723651
LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For q
Reamer commented on pull request #4077:
URL: https://github.com/apache/zeppelin/pull/4077#issuecomment-809162672
LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For q
Leemoonsoo commented on pull request #4077:
URL: https://github.com/apache/zeppelin/pull/4077#issuecomment-809400582
Thank @Reamer and @zjffdu for the review and guide this PR.
I'm merging this one to master.
--
This is an automated message from the Apache Git Service.
To respond to th
asfgit closed pull request #4077:
URL: https://github.com/apache/zeppelin/pull/4077
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please
eljur commented on pull request #3712:
URL: https://github.com/apache/zeppelin/pull/3712#issuecomment-809625313
I just tried preview2, it throws NoClassDefFoundError for hive interpreter
and does not fix presto one. Is it expected?
--
This is an automated message from the Apache Git Serv
zjffdu commented on pull request #3712:
URL: https://github.com/apache/zeppelin/pull/3712#issuecomment-809853017
@eljur Your issue should not related with this PR, you can try 0.9.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
cuspymd commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r603758497
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -0,0 +1,148 @@
+/*
+ * Li
Reamer commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r603865473
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -0,0 +1,148 @@
+/*
+ * Lic
Reamer commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r603876767
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -0,0 +1,148 @@
+/*
+ * Lic
cuspymd commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r603921780
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -0,0 +1,148 @@
+/*
+ * Li
cuspymd commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r603933999
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -51,22 +50,21 @@ public R
Reamer commented on a change in pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#discussion_r603963761
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterDownloader.java
##
@@ -51,22 +50,21 @@ public Re
Reamer opened a new pull request #4082:
URL: https://github.com/apache/zeppelin/pull/4082
### What is this PR for?
Activates the tests for all Zeppelin plug-ins in our CI infrastructure
### What type of PR is it?
- Bug Fix
### What is the Jira issue?
* https://issues.
cuspymd commented on pull request #4082:
URL: https://github.com/apache/zeppelin/pull/4082#issuecomment-810734456
I have one question. Some tests sometimes cause errors, why is this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
Reamer edited a comment on pull request #4082:
URL: https://github.com/apache/zeppelin/pull/4082#issuecomment-810852869
> have one question. Some tests sometimes cause errors, why is this?
At the moment we have a CI problem. I have informed the other devs via our
[mailing
list](htt
Reamer commented on pull request #4082:
URL: https://github.com/apache/zeppelin/pull/4082#issuecomment-810852869
At the moment we have a CI problem. I have informed the other devs via our
[mailing
list](https://lists.apache.org/thread.html/r7555a8a39a493ef3588d7000e450fd7801affac14b970b8f8
cuspymd commented on pull request #4082:
URL: https://github.com/apache/zeppelin/pull/4082#issuecomment-810933409
> At the moment we have a CI problem. I have informed the other devs via our
[mailing
list](https://lists.apache.org/thread.html/r7555a8a39a493ef3588d7000e450fd7801affac14b
zjffdu opened a new pull request #4083:
URL: https://github.com/apache/zeppelin/pull/4083
### What is this PR for?
This PR is to fix the bug of SqlSplitter when single/double quote in sql
comment. UT is added.
### What type of PR is it?
[Bug Fix]
### Todos
* [ ]
zjffdu opened a new pull request #4084:
URL: https://github.com/apache/zeppelin/pull/4084
### What is this PR for?
Trivial PR to fix NPE in Spark interpreter when calling code completion.
### What type of PR is it?
[Bug Fix
### Todos
* [ ] - Task
### What
zjffdu commented on pull request #4081:
URL: https://github.com/apache/zeppelin/pull/4081#issuecomment-812278438
Will merge if no more comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
zjffdu opened a new pull request #4085:
URL: https://github.com/apache/zeppelin/pull/4085
### What is this PR for?
Trivial PR to include note id into the exported note name so that the
exported note name is consistent with the note name we stored in notebook repo.
### What typ
zjffdu opened a new pull request #4086:
URL: https://github.com/apache/zeppelin/pull/4086
### What is this PR for?
Trivial PR to get HIVE_CONF_DIR from environment variable in flink
interpreter
### What type of PR is it?
[Bug Fix]
### Todos
* [ ] - Task
###
zjffdu opened a new pull request #4087:
URL: https://github.com/apache/zeppelin/pull/4087
### What is this PR for?
Trivial PR to increase the default value of
`ZEPPELIN_INTERPRETER_CONNECTION_POOL_SIZE`
### What type of PR is it?
[ Improvement ]
### Todos
* [ ] -
cuspymd commented on a change in pull request #4083:
URL: https://github.com/apache/zeppelin/pull/4083#discussion_r606124319
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/util/SqlSplitter.java
##
@@ -102,15 +102,15 @@ public SqlSplitter(Strin
zjffdu commented on pull request #4082:
URL: https://github.com/apache/zeppelin/pull/4082#issuecomment-812404735
LGTM, thanks @Reamer
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specifi
zjffdu commented on a change in pull request #4083:
URL: https://github.com/apache/zeppelin/pull/4083#discussion_r606133784
##
File path:
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/util/SqlSplitter.java
##
@@ -102,15 +102,15 @@ public SqlSplitter(String
Reamer commented on pull request #4082:
URL: https://github.com/apache/zeppelin/pull/4082#issuecomment-812438401
I will merge this into Master and Branch-0.9 next week.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
cuspymd commented on a change in pull request #4079:
URL: https://github.com/apache/zeppelin/pull/4079#discussion_r606168837
##
File path:
zeppelin-server/src/test/java/org/apache/zeppelin/rest/NotebookRestApiTest.java
##
@@ -78,6 +78,39 @@ public void setUp() {
anonymous
cuspymd commented on a change in pull request #4086:
URL: https://github.com/apache/zeppelin/pull/4086#discussion_r606174794
##
File path:
flink/interpreter/src/main/scala/org/apache/zeppelin/flink/FlinkScalaInterpreter.scala
##
@@ -450,9 +450,9 @@ class FlinkScalaInterpreter(
zjffdu commented on pull request #4083:
URL: https://github.com/apache/zeppelin/pull/4083#issuecomment-813027604
Thanks for the review @cuspymd Will merge if no more comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
zjffdu commented on a change in pull request #4079:
URL: https://github.com/apache/zeppelin/pull/4079#discussion_r606797662
##
File path:
zeppelin-server/src/test/java/org/apache/zeppelin/rest/NotebookRestApiTest.java
##
@@ -78,6 +78,39 @@ public void setUp() {
anonymous
zjffdu opened a new pull request #4088:
URL: https://github.com/apache/zeppelin/pull/4088
### What is this PR for?
The root cause is that we didn't get SPARK_HOME from env first when
detecting scala version.
### What type of PR is it?
[Bug Fix ]
### Todos
* [ ] -
zjffdu commented on pull request #4085:
URL: https://github.com/apache/zeppelin/pull/4085#issuecomment-813769369
Will merge if no more comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
zjffdu commented on pull request #4084:
URL: https://github.com/apache/zeppelin/pull/4084#issuecomment-813769536
Will merge if no more comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
asfgit closed pull request #4083:
URL: https://github.com/apache/zeppelin/pull/4083
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please
asfgit closed pull request #4082:
URL: https://github.com/apache/zeppelin/pull/4082
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please
zjffdu commented on pull request #4088:
URL: https://github.com/apache/zeppelin/pull/4088#issuecomment-814566829
@cuspymd Could you point where it inconsistent ? Any place we take
environment variable first ?
--
This is an automated message from the Apache Git Service.
To respond to the
asfgit closed pull request #4087:
URL: https://github.com/apache/zeppelin/pull/4087
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please
asfgit closed pull request #4084:
URL: https://github.com/apache/zeppelin/pull/4084
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please
asfgit closed pull request #4085:
URL: https://github.com/apache/zeppelin/pull/4085
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please
cuspymd commented on pull request #4088:
URL: https://github.com/apache/zeppelin/pull/4088#issuecomment-814575595
>
>
> @cuspymd Could you point where it inconsistent ? Any place we take
environment variable first ?
Oh, I'm not saying because there is an error in the code. Yo
zjffdu commented on pull request #4088:
URL: https://github.com/apache/zeppelin/pull/4088#issuecomment-814578428
No problem @cuspymd Thanks for your time on the code review. Very
appreciated !
--
This is an automated message from the Apache Git Service.
To respond to the message, please
asfgit closed pull request #4081:
URL: https://github.com/apache/zeppelin/pull/4081
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please
PrarthiJain opened a new pull request #4089:
URL: https://github.com/apache/zeppelin/pull/4089
### What is this PR for?
• This PR is to upgrade thrift to 0.14.1
### What type of PR is it?
• [Improvement]
### Todos
• [ ] - Task
### What is the Jira issue?
• ht
PrarthiJain commented on pull request #4089:
URL: https://github.com/apache/zeppelin/pull/4089#issuecomment-815744305
@prabhjyotsingh @VipinRathor @zjffdu, Could you please help in reviewing?
Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message,
Reamer commented on pull request #4089:
URL: https://github.com/apache/zeppelin/pull/4089#issuecomment-815769361
Please remove your changes in the zeppelin-web submodule. I closed your JIRA
ticket because it duplicates another one. Please change your PR title and link
to your PR text.
cuspymd opened a new pull request #4090:
URL: https://github.com/apache/zeppelin/pull/4090
### What is this PR for?
Fix incorrect markdown at /quickstart/docker.md
### What type of PR is it?
[Documentation]
### Todos
* [ ] - Task
### What is the Jira issue?
*
Reamer commented on pull request #4089:
URL: https://github.com/apache/zeppelin/pull/4089#issuecomment-816508269
This PR also affects #4072, which still uses the old Thrift version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
PrarthiJain commented on pull request #4089:
URL: https://github.com/apache/zeppelin/pull/4089#issuecomment-816593386
Thanks, @Reamer. Could you please help with the steps to test for a
successful shutdown of the Zeppelin interpreter?
--
This is an automated message from the Apache Git S
Reamer edited a comment on pull request #4089:
URL: https://github.com/apache/zeppelin/pull/4089#issuecomment-815769361
Please remove your changes in the zeppelin-web submodule. I closed your JIRA
ticket because it duplicates another one. Please change your PR title and link
in your PR tex
Reamer commented on pull request #4089:
URL: https://github.com/apache/zeppelin/pull/4089#issuecomment-816623685
> Thanks, @Reamer. Could you please help with the steps to test for a
successful shutdown of the Zeppelin interpreter?
After #4072 has been merged, I can help you,
--
T
cuspymd opened a new pull request #4091:
URL: https://github.com/apache/zeppelin/pull/4091
### What is this PR for?
Fix incorrect example code display at "/interpreter/sap.html"
### What type of PR is it?
[Documentation]
### What is the Jira issue?
* https://issues
dannycranmer opened a new pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092
### What is this PR for?
When a user renames a note Zeppelin does not check for existing notes with
the same name/path. This can result in errors as multiple notes can have
conflicting paths.
Reamer commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r611652026
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NoteManager.java
##
@@ -225,6 +228,8 @@ public void moveNote(String noteId,
cuspymd commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r611663144
##
File path: zeppelin-web/src/app/notebook/notebook.controller.js
##
@@ -539,11 +539,23 @@ function NotebookCtrl($scope, $route, $routeParams,
$locatio
Reamer commented on pull request #4091:
URL: https://github.com/apache/zeppelin/pull/4091#issuecomment-817857107
LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For q
Reamer commented on pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#issuecomment-817859179
I will merge this PR into master and branch-0.9 on Thursday if no further
comments are received.
--
This is an automated message from the Apache Git Service.
To respond to the
dannycranmer commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r611713414
##
File path: zeppelin-web/src/app/notebook/notebook.controller.js
##
@@ -539,11 +539,23 @@ function NotebookCtrl($scope, $route, $routeParams,
$lo
dannycranmer commented on pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#issuecomment-817891494
> I see that you have made changes in the `zeppelin-web` submodule. We a
newer frontend submodule `zeppelin-web-angular`. Unfortunately, I am not a
NodeJS developer, so I
dannycranmer commented on pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#issuecomment-817891879
Looks like I have a flaky UI test, will address
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
dannycranmer commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r612252990
##
File path: zeppelin-web/src/app/notebook/notebook.controller.js
##
@@ -539,11 +539,23 @@ function NotebookCtrl($scope, $route, $routeParams,
$lo
dannycranmer commented on pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#issuecomment-818563782
I have reworked this change to be server side only, no UI changes required
now
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
Reamer commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r612301146
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NoteManager.java
##
@@ -378,6 +386,24 @@ private String getNoteName(String note
Bowen0729 opened a new pull request #4093:
URL: https://github.com/apache/zeppelin/pull/4093
### What is this PR for?
Add Feature 'delete paragraph' for ZeppelinClient
### What type of PR is it?
[Improvement]
### What is the Jira issue?
https://issues.apache.org/jira/b
dannycranmer commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r612393692
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NoteManager.java
##
@@ -378,6 +386,24 @@ private String getNoteName(Strin
cuspymd commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r612500675
##
File path:
zeppelin-server/src/test/java/org/apache/zeppelin/service/NotebookServiceTest.java
##
@@ -331,6 +333,26 @@ public void testNoteOperations(
cuspymd opened a new pull request #4094:
URL: https://github.com/apache/zeppelin/pull/4094
### What is this PR for?
Fix missing interpreter links in document page
### What type of PR is it?
[Documentation]
### What is the Jira issue?
* https://issues.apache.org/jira/br
zjffdu commented on pull request #4094:
URL: https://github.com/apache/zeppelin/pull/4094#issuecomment-819176499
Thanks @cuspymd for the contribution, LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
cuspymd commented on a change in pull request #4093:
URL: https://github.com/apache/zeppelin/pull/4093#discussion_r612913260
##
File path:
zeppelin-client/src/main/java/org/apache/zeppelin/client/ZeppelinClient.java
##
@@ -559,6 +559,24 @@ public String addParagraph(String not
Bowen0729 commented on pull request #4093:
URL: https://github.com/apache/zeppelin/pull/4093#issuecomment-819272541
> It would be nice if there were more helpful descriptions. Of course you've
referenced the existing code, but isn't there a need to copy the existing bad
parts?
Sure,
Bowen0729 closed pull request #4093:
URL: https://github.com/apache/zeppelin/pull/4093
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, ple
Bowen0729 commented on pull request #4093:
URL: https://github.com/apache/zeppelin/pull/4093#issuecomment-819273546
@zjffdu should I close this pr or merge it after review?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
zjffdu commented on pull request #4093:
URL: https://github.com/apache/zeppelin/pull/4093#issuecomment-819288928
@Bowen0729 If this PR is not needed, you can close it an its jira ticket as
well.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
Bowen0729 closed pull request #4093:
URL: https://github.com/apache/zeppelin/pull/4093
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, ple
cuspymd opened a new pull request #4095:
URL: https://github.com/apache/zeppelin/pull/4095
### What is this PR for?
Add missing column of table in yarn document
### What type of PR is it?
[Documentation]
### What is the Jira issue?
* https://issues.apache.org/jira/brow
asfgit closed pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please
zjffdu opened a new pull request #4096:
URL: https://github.com/apache/zeppelin/pull/4096
### What is this PR for?
This is a hotfix to fix the ci failure due to dns reverse lookup issue. Some
of the code is copied from pulsar project.
https://github.com/lhotari/pulsar/commit/b430
cuspymd commented on a change in pull request #4096:
URL: https://github.com/apache/zeppelin/pull/4096#discussion_r615405020
##
File path:
spark/interpreter/src/test/java/org/apache/zeppelin/spark/SparkShinyInterpreterTest.java
##
@@ -102,7 +102,7 @@ public void testSparkShiny
zjffdu commented on a change in pull request #4096:
URL: https://github.com/apache/zeppelin/pull/4096#discussion_r615417651
##
File path:
spark/interpreter/src/test/java/org/apache/zeppelin/spark/SparkShinyInterpreterTest.java
##
@@ -102,7 +102,7 @@ public void testSparkShinyA
zjffdu commented on a change in pull request #4096:
URL: https://github.com/apache/zeppelin/pull/4096#discussion_r615421141
##
File path:
spark/interpreter/src/test/java/org/apache/zeppelin/spark/SparkShinyInterpreterTest.java
##
@@ -102,7 +102,7 @@ public void testSparkShinyA
1 - 100 of 8406 matches
Mail list logo