[GitHub] [zeppelin] asfgit closed pull request #3774: [ZEPPELIN-4823]. exported ipynb file name is undefined

2020-05-18 Thread GitBox
asfgit closed pull request #3774: URL: https://github.com/apache/zeppelin/pull/3774 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

[GitHub] [zeppelin] asfgit closed pull request #3772: [ZEPPELIN-4805]. Error Stack Trace not received on rest API

2020-05-18 Thread GitBox
asfgit closed pull request #3772: URL: https://github.com/apache/zeppelin/pull/3772 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

[GitHub] [zeppelin] asfgit closed pull request #3771: [ZEPPELIN-4726] Use entry.user & entry.password instead of user.entry and password.entry for credential injection

2020-05-18 Thread GitBox
asfgit closed pull request #3771: URL: https://github.com/apache/zeppelin/pull/3771 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

[GitHub] [zeppelin] alexott commented on pull request #3773: [ZEPPELIN-4821] Spark interpreter uses incorrect property name

2020-05-18 Thread GitBox
alexott commented on pull request #3773: URL: https://github.com/apache/zeppelin/pull/3773#issuecomment-630295795 I agree with that Jeff - I was just thinking about migration path, etc. Give me a couple of days to fix that... ---

[GitHub] [zeppelin] alexott commented on a change in pull request #3773: [ZEPPELIN-4821] Spark interpreter uses incorrect property name

2020-05-18 Thread GitBox
alexott commented on a change in pull request #3773: URL: https://github.com/apache/zeppelin/pull/3773#discussion_r426750981 ## File path: spark/interpreter/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java ## @@ -93,7 +93,8 @@ public void open() throws Interpreter

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3772: [ZEPPELIN-4805]. Error Stack Trace not received on rest API

2020-05-18 Thread GitBox
zjffdu commented on a change in pull request #3772: URL: https://github.com/apache/zeppelin/pull/3772#discussion_r426738404 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java ## @@ -279,6 +279,22 @@ public Note importNote(String notePa

[GitHub] [zeppelin] zjffdu commented on pull request #3771: [ZEPPELIN-4726] Use entry.user & entry.password instead of user.entry and password.entry for credential injection

2020-05-18 Thread GitBox
zjffdu commented on pull request #3771: URL: https://github.com/apache/zeppelin/pull/3771#issuecomment-630280859 Document is updated This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [zeppelin] zjffdu commented on pull request #3773: [ZEPPELIN-4821] Spark interpreter uses incorrect property name

2020-05-18 Thread GitBox
zjffdu commented on pull request #3773: URL: https://github.com/apache/zeppelin/pull/3773#issuecomment-630276162 @alexott Overall I agree with using `spark.master` instead of `master`. But I think we should keep compatibility because lots of users are still using `master` today. And we

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3773: [ZEPPELIN-4821] Spark interpreter uses incorrect property name

2020-05-18 Thread GitBox
zjffdu commented on a change in pull request #3773: URL: https://github.com/apache/zeppelin/pull/3773#discussion_r426722439 ## File path: spark/interpreter/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java ## @@ -93,7 +93,8 @@ public void open() throws InterpreterE

[GitHub] [zeppelin] zjffdu opened a new pull request #3774: [ZEPPELIN-4823]. exported ipynb file name is undefined

2020-05-18 Thread GitBox
zjffdu opened a new pull request #3774: URL: https://github.com/apache/zeppelin/pull/3774 ### What is this PR for? Before this PR, the exported `ipynb` is always `undefined.zepl.ipynb` because note name is not passed correctly, this PR fix this issue and the exported ipynb will be `

[jira] [Created] (ZEPPELIN-4824) Interpreter API should provide a method for updating of one setting in specific interpreter

2020-05-18 Thread Alex Ott (Jira)
Alex Ott created ZEPPELIN-4824: -- Summary: Interpreter API should provide a method for updating of one setting in specific interpreter Key: ZEPPELIN-4824 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4824

[jira] [Created] (ZEPPELIN-4823) exported ipynb file name is undefined

2020-05-18 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4823: Summary: exported ipynb file name is undefined Key: ZEPPELIN-4823 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4823 Project: Zeppelin Issue Type: Bug