Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2296
@Leemoonsoo , Could you please take a look at this change ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/2310
ZEPPELIN-2484 do a Null check before calling trim on paragraph's text
### What is this PR for?
Prevent NullPointerException during check to determine whether a new
paragraph nee
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2301
@zjffdu , Thanks for pointing me to ZEPPELIN-1338. I did not know about it.
I believe, the intent is same. I agree that the approach is different. We
wanted to shield the user from
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2296
@prabhjyotsingh , Could you please review this change?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2301
@Leemoonsoo , Could you please review this feature ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2297
@zjffdu , could you please review this change ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/2301
[ZEPPELIN-1625] Override Interpreter settings at User level
### What is this PR for?
When multiple users share a zeppelin instance, it is sometimes desirable to
use the same interpreter
Github user benoyantony closed the pull request at:
https://github.com/apache/zeppelin/pull/1623
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/2297
[ZEPPELIN-2465] Minor code fixes for the livy package
### What is this PR for?
Minor code fixes for the livy package.
The code fixes include :
Fixing a typo in a classname
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/2296
[ZEPPELIN-2463] Avoid Locking interpreterSettings during Notebook deletion
### What is this PR for?
Deletion of a notebook requires locking interpreterSettings. If the
deletion is
Github user benoyantony closed the pull request at:
https://github.com/apache/zeppelin/pull/2295
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/2295
[ZEPPELIN-2463] Avoid Locking interpreterSettings during Notebook deletion
### What is this PR for?
Deletion of a notebook requires locking interpreterSettings. If the
deletion is
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2223
Thanks @zjffdu for reviewing and committing.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2223
A testcase errored out and it seems to be unrelated.
ParagraphActionsIT.testRunOnSelectionChange
---
If your project is set up for it, you can reply to this email and have your
reply
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2223
@zjffdu , Will try to add the unit test for cancellation in
LivySparkSQLInterpreter. Any suggestion on how to simulate a sleep in SQL ?
Also, where are the other comments ? Sorry, I am
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2223
@zjffdu , Could you please review ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/2223
[ZEPPELIN-2355] Livy cancel enhancements
### What is this PR for?
The Cancel functionality for the Livy interpreter has a couple of issues.
One issue is because a variable is not
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2201
Thank you @zjffdu and @felixcheung
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2201
It should not break anything as the property name remains same as before.
The documentation had a typo in it. It was missing 'sql' in it.
If it's confusing, I
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2201
Thanks for the prompt review, @zjffdu .
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2201
@felixcheung , Could you please help commit this patch ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2201
That seems to have worked. thanks @zjffdu .
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2201
I had retriggered it once. Doing it again.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/2201
There seems to be a problem with Jenkins as the error is "
java.io.IOException: Remote call on ubuntu-2 failed". Any idea on howto
overcome this ?
The travis build has
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/2201
[ZEPPELIN-1965] Livy SQL Interpreter: Should use df.show(1000, false)â¦
⦠to display results
### What is this PR for?
Livy SQL interpreter truncate result strings of size
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/1778
When a note is run as by scheduler, thread T1 calls Note.runAll() and lock
on the paragraphs is acquired. Later, T1 tries to obtain locks on paragraphs
of other notes as part of status
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/1778
ZEPPELIN-1834 Deadlock in Zeppelin when running multiple notes via scâ¦
### What is this PR for?
What is this PR for?
To prevent deadlock when different notes are run simultaneously
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/1623
thanks @1ambda , Sorry for the delay.
1. If this feature is merged, then the properties can be referred in the
interpreter properties. Each user can override the property value
Github user benoyantony closed the pull request at:
https://github.com/apache/zeppelin/pull/1623
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user benoyantony reopened a pull request:
https://github.com/apache/zeppelin/pull/1623
ZEPPELIN-1625 add support for user specific properties
### What is this PR for?
User should be able to define properties and these properties must be
passed to Interpreter via
Github user benoyantony closed the pull request at:
https://github.com/apache/zeppelin/pull/1623
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user benoyantony reopened a pull request:
https://github.com/apache/zeppelin/pull/1623
ZEPPELIN-1625 add support for user specific properties
### What is this PR for?
User should be able to define properties and these properties must be
passed to Interpreter via
Github user benoyantony commented on the issue:
https://github.com/apache/zeppelin/pull/1611
Opened a new pull - https://github.com/apache/zeppelin/pull/1623
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your
Github user benoyantony closed the pull request at:
https://github.com/apache/zeppelin/pull/1611
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/1623
ZEPPELIN-1625 add support for user specific properties
### What is this PR for?
User should be able to define properties and these properties must be
passed to Interpreter via
GitHub user benoyantony opened a pull request:
https://github.com/apache/zeppelin/pull/1611
ZEPPELIN-1625 - Add support of user specific properties
### What is this PR for?
User should be able to define properties and these properties must be
passed to Interpreter via
36 matches
Mail list logo