Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/2478
---
Github user felixcheung commented on the issue:
https://github.com/apache/zeppelin/pull/2478
merged, thanks!
---
Github user namanmishra91 commented on the issue:
https://github.com/apache/zeppelin/pull/2619
@zjffdu
> What we need to do it to run it blocking way.
The code does exactly that. It might look complicated overall as a lot of
code is related to handling and passing o
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2619
@namanmishra91 Thanks for the contribution. But the implementation is a
little complicated to me. I think the easiest implementation is just run
paragraphs sequentially in backend. Look at the foll
GitHub user namanmishra91 opened a pull request:
https://github.com/apache/zeppelin/pull/2619
Run all paragraphs sequentially
### What is this PR for?
This PR introduces "run all" behaviour for a note in a sequential manner.
The "Run All paragraphs" button will now run the noteb
GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/2618
ZEPPELIN-2986. Add hadoop-aws and hadoop-azure to zeppelin server
### What is this PR for?
Trivial fix.
### What type of PR is it?
[Improvement]
### Todos
* [ ]
Jeff Zhang created ZEPPELIN-2986:
Summary: Add hadoop-aws and hadoop-azure to zeppelin server
Key: ZEPPELIN-2986
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2986
Project: Zeppelin
Iss
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2613
Yes, it keeps capability. The interpreter is not changed.
interpreter-setting.json is still packaged into interpreter jar, but copied to
interpreter dir as well in this PR. And interpreter-setting.
GitHub user gef756 opened a pull request:
https://github.com/apache/zeppelin/pull/2617
ZEPPELIN-2985: correct grammar in keyboard tooltip
### What is this PR for?
The tooltip for "List of shortcut" should read "List of shortcuts" (plural).
### What type of PR is it?
Gabe Fernando created ZEPPELIN-2985:
---
Summary: Correct grammar on shortcuts tooltip
Key: ZEPPELIN-2985
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2985
Project: Zeppelin
Issue Type:
GitHub user gef756 opened a pull request:
https://github.com/apache/zeppelin/pull/2616
ZEPPELIN-2984: allow enter from username
### What is this PR for?
Allow an "Enter" keypress in the username field during login
### What type of PR is it?
Improvement
### T
Gabe Fernando created ZEPPELIN-2984:
---
Summary: Allow enter key in username field on login
Key: ZEPPELIN-2984
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2984
Project: Zeppelin
Issue
GitHub user tinkoff-dwh opened a pull request:
https://github.com/apache/zeppelin/pull/2615
[ZEPPELIN-1999][IMPROVEMENT] improve replacement
### What is this PR for?
Field `protected Properties property` is protected. sometimes this field
used derictly. Sometimes interpreter is
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2613
Each release, interpreter jars are published in maven repository and
`bin/install-interpreter.sh` lets user download and install interpreters. Is
this change keeps capability to both publish an
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2592
@zjffdu I don't have much concern about compatibility break you have
mentioned. Left few comments, please check.
---
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2542
Looks great!
There're 3 CI build job failure.
https://travis-ci.org/malayhm/zeppelin/builds/286024284
Failures does not look like related to this PR change, but just in case,
could you
Github user conker84 commented on the issue:
https://github.com/apache/zeppelin/pull/2478
Thanks!
---
GitHub user dmvk opened a pull request:
https://github.com/apache/zeppelin/pull/2614
Add support for minio storage over s3 api
Adds support for github.com/minio/minio block storage
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/d
This is related to ticket
https://issues.apache.org/jira/browse/ZEPPELIN-2929.
This is the flow of a ZeppelinContext run request, when you want to run
a paragraph from a given notebook:
1. ZeppelinContext.run uses
ZeppelinContext.getInterpreterContextRunner to obtain a list of
Interpr
Karim Gehad created ZEPPELIN-2983:
-
Summary: python interpreter not working
Key: ZEPPELIN-2983
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2983
Project: Zeppelin
Issue Type: Bug
Github user malayhm commented on the issue:
https://github.com/apache/zeppelin/pull/2568
@Leemoonsoo : I will fix the spacing issue.
Regarding more icon not visible, it seems we need to add it to the build.
I will change the delete icon to be cross rather than trash.
Github user malayhm commented on the issue:
https://github.com/apache/zeppelin/pull/2542
@Leemoonsoo : I have changed
`let isAllTabs = currentLine.split('').every(function(char) { return (char
=== '\t' || char === ' ') })`
to
`let isAllTabs = currentLine.substring(0,
Github user malayhm commented on the issue:
https://github.com/apache/zeppelin/pull/2542
@Leemoonsoo @zjffdu I have merged the sub level pull request to this PR, we
can merge this to master.
---
23 matches
Mail list logo