Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3254
@fred521 Could you please describe issues that you have faced?
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3205
I decided to put floppy icon as in `advanced-transformation-setting`.
@jongyoul please help reviewing this.
---
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3254
[ZEPPELIN-3575] Add 'Copy Column Name' to table visualisation-table
### What is this PR for?
Add button to drop-down list in visualization table to copy column name.
I
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3204
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3229
Hi @liuxunorg
This PR just makes closing procedure faster: it places closing methods
inside the threads, I don't think that it makes the whole closing procedure
more rel
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3229
[ZEPPELIN-3869] Close interpreters in multithreaded mode
### What is this PR for?
This PR provides multithreading realization of interpreters closing.
Benchmark based on [JMH
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3205
[ZEPPELIN-3814] Add apply button to table settings
### What is this PR for?
Now changes in table settings applies only after page refreshing which
isn't convenient
* Settings
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3204
[ZEPPELIN-3694] Dynamically change scheduler thread pool size using REST
API
### What is this PR for?
This PR is reopening of https://github.com/apache/zeppelin/pull/3121
It would
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3121
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3121
CI is green:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/436625044
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3107
@felixcheung could you point out good place for note/script? Let's close
this PR :)
@zjffdu WDYT
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3148
@zjffdu Seems that this PR can be merged, look, please
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3165
ping @zjffdu
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3165
@felixcheung This bug is hard to reproduce, I don't think that we could add
elegant test for this.
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3121
CI is green:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422979013
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3148
CI pass:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422448244
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3165
CI pass:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422446034
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3167
Something went wrong with Travis check in PR, but CI pass:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/422445142
---
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3167
[ZEPPELIN-3698] Zeppelin stops working after a few days of uptime with
RemoteEndpoint unavailable, outgoing connection not open
### What is this PR for?
Notebooks suddenly show up
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3165
[ZEPPELIN-3704] Scheduler.getJobsRunning() returns finished jobs
### What is this PR for?
Sometimes, when cron configured with active "After execution stop the
interpreter&quo
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3153
[ZEPPELIN-3738] Fix enabling JMX in ZeppelinServer
### What is this PR for?
There is a typo in the system variable name `ZEPPELIN_JMX_ENABLE`:
```
// Register MBean
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3110
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3107
@maziyarpanahi I can offer to put it in `dev` folder, because I don't know
the place where it could be added for remote access, maybe @felixcheung could
offer a better solution.
---
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3140
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3110
@zjffdu Thank you for review in
[3102](https://github.com/apache/zeppelin/pull/3102), I fixed tests.
Our team is going to use this feature in our fork. If it can not be merged
in
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3110
CI pass:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/416708180
(with cherry picked
[ZEPPELIN-3715](https://github.com/apache/zeppelin/pull/3148) otherwise it
[falls](https
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3148
[ZEPPELIN-3715] Fix text & titile passing in NotebookRestApi.runParagraph
### What is this PR for?
All paragraphs processing as blank, because text string is empty.
```
@
GitHub user egorklimov reopened a pull request:
https://github.com/apache/zeppelin/pull/3107
[ZEPPELIN-3646] Add note for updating user permissions
### What is this PR for?
This is @mebelousov workaround to @maziyarpanahi
[problem](https://issues.apache.org/jira/browse
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3107
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3121
CI pass:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/416307550
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3140
@zjffdu said:
> I am afraid we have to keep title & text, because when we run paragraph,
the paragraph text in backend may not be updated. That means api runParagraph
is not o
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3140
[WIP][ZEPPELIN-3713] Remove paragraph text and title from
NotebookService.runParagraph
### What is this PR for?
NotebookService.runParagraph have paragraph text and title as args, it
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3107
@felixcheung look again please.
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3121
CI pass:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/415384640
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3121
CI pass https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/414155839
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3107
I moved note to `docs` and upgraded instructions, so it would be available
in Zeppelin only for those who would follow instructions in Upgrade Docs.
@maziyarpanahi, @felixcheung what
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3121
[ZEPPELIN-3694] Dynamically change scheduler thread pool size using REST API
### What is this PR for?
It would be nice if we could change thread pool size for scheduler
dynamically
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3111
@zjffdu Look again please.
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3111
@zjffdu Yes I did, CI pass:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/412604637
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3107
@felixcheung On other hand, risk of showing all notes may be greater,
therefore I think that we should add this workaround, because everyone who is
upgrading from any version less than 0.8.x
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3111
testCronDisable fixed
### What is this PR for?
`testCronDisable` in `ZeppelinRestApiTest` produce error:
```
09:15:51,001 ERROR org.quartz.core.ErrorLogger:2425 - Job (note
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3110
[ZEPPELIN-3671] Add info about running interpreters PIDs to API and JMX
### What is this PR for?
This is a continuation of
[3102](https://github.com/apache/zeppelin/pull/3102
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3102
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3100
@zjffdu, please look, smth went wrong:
https://issues.apache.org/jira/browse/ZEPPELIN-3682
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3066
@felixcheung are there still any defects?
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3102
@zjffdu If I'm not mistaken according to `interpreter.sh`:
```
HOSTNAME=$(hostname)
ZEPPELIN_SERVER=org.apache.zeppelin.interpreter.remote.RemoteInterpreterS
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3107
[ZEPPELIN-3646] Add note for updating user permissions
### What is this PR for?
This is @mebelousov workaround to @maziyarpanahi
[problem](https://issues.apache.org/jira/browse
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3102
There are some troubles during processing `run` folder
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3102
No tests added yet.
---
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3102
[ZEPPELIN-3671] Add info about running interpreters to API and JMX
### What is this PR for?
It would be nice if we could get PID of running interpreter, and group of
paragraphs that
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3066
@jongyoul
CI is green
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/407590408
---
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3078
---
GitHub user egorklimov reopened a pull request:
https://github.com/apache/zeppelin/pull/3078
[ZEPPELIN-3628] HTML anchor links on paragraph don't work in Google Chrome
### What is this PR for?
Links like [1] work well in Firefox, but don't work in Chrome.
1. http:
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3078
@jongyoul
CI is green
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/407589455
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3066
@felixcheung I added `TException` and now it seems to be ok, thank you.
* Zeppelin log for z.run("WrongParagraphId") and z.runNote("WrongNoteId"):
```
ERR
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3066
@jongyoul result is unfortunately the same
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/407075673
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3078
@jongyoul I decided that it would be too hard for me to migrate away from
bower to yarn now, maybe I'll try to do this later.
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3078
Seems that in updated `scrollTo()` it's not allowed to pass `undefined `.
Also I found one more error that was fixed after update: keyboard arrows
scrolling works in Firefox, and do
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3066
@felixcheung look again please.
Here is some troubles with CI: tests 6 & 7 always fail, even after cleaning
cache: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/404476903
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3082
@jongyoul check my test please.
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3078
@jongyoul I could try to migrate away from bower to npm/yarn
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3078
Something went wrong with dependencies: after that update, cursor stopped
moving in paragraph text using keyboard arrows.
---
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3082
[ZEPPELIN-3636] Add timeout for s3 amazon bucket endpoint
### What is this PR for?
If there is no connection to amazonaws, app will wait for 2 minutes during
setup:
```
INFO [2018
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3078
[ZEPPELIN-3628] HTML anchor links on paragraph don't work in Google Chrome
### What is this PR for?
Links like [1] work well in Firefox, but don't work in Chrome.
1. http:
GitHub user egorklimov reopened a pull request:
https://github.com/apache/zeppelin/pull/3066
[ZEPPELIN-3618] ZeppelinContext methods z.run and z.runNote fall after
passing wrong argument
### What is this PR for?
Passing wrong argument to z.run() or z.runNote() causes error
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3066
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3066
I didn't find out how to send error message in paragraph result, my best
try also removed other output in that paragraph, It would be nice if you could
suggest an easy way to make it.
---
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3066
[Zeppelin-3618] ZeppelinContext methods z.run and z.runNote fall after
passing wrong argument
### What is this PR for?
Passing wrong argument to z.run() or z.runNote() causes error
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3053
Look again please:
* Thrift file updated
* CI is green:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/400831400
---
Github user egorklimov commented on the issue:
https://github.com/apache/zeppelin/pull/3053
Looks like fixed
* CI is green:
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/400447972
* Screenshot added.
---
GitHub user egorklimov reopened a pull request:
https://github.com/apache/zeppelin/pull/3053
[WIP] [ZEPPELIN-3583] Add function getNoteName() in InterpreterContext
### What is this PR for?
Now we could get only current user and note ID.
```
note_id
Github user egorklimov closed the pull request at:
https://github.com/apache/zeppelin/pull/3053
---
GitHub user egorklimov opened a pull request:
https://github.com/apache/zeppelin/pull/3053
[ZEPPELIN-3583] Add function getNoteName() in InterpreterContext
### What is this PR for?
Now we could get only current user and note ID.
```
note_id = z.getInterpreterContext
73 matches
Mail list logo