Github user krishna-pandey commented on the issue:
https://github.com/apache/zeppelin/pull/2482
@felixcheung Thanks for the review. Fixed the value.
---
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 soralee commented on the issue:
https://github.com/apache/zeppelin/pull/2460
Cool! Thanks @1ambda for checking!
I also just checked it works well on mobile
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well.
Github user 1ambda commented on the issue:
https://github.com/apache/zeppelin/pull/2460
and works well in mobile (iphone 6s chrome, sarari)
---
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 thi
Github user 1ambda commented on the issue:
https://github.com/apache/zeppelin/pull/2460
Deployed.
---
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 asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/2460
---
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 feature is e
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2467
Thanks @gaoyang143 for the fix.
LGTM and merge to master if no further discussions.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2485
@karuppayya I remove `NotebookTypeAdapterFactory.java` which I think is
not necessary. Let me know your concern.
---
If your project is set up for it, you can reply to this email and have your
r
Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2238
They might be flaky tests. Could you retry failed jobs and see if it goes
green?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well.
GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/2486
[ZEPPELIN-2768]. Bump up Spark version to 2.2.0
### What is this PR for?
Spark 2.2.0 is just released, this PR is to support spark 2.2.0.
### What type of PR is it?
[Improvement]
Jeff Zhang created ZEPPELIN-2768:
Summary: Bump up Spark version to 2.2.0
Key: ZEPPELIN-2768
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2768
Project: Zeppelin
Issue Type: Improvement
GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/2485
[ZEPPELIN-2758]. NumberFormatException on importing notebook
### What is this PR for?
This is due to the custom TypeAdapter for Paragraph. I don't know why we
introduce it. To me it is no
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/2481
@herval and @felixcheung Thank you for the review. Will merge this if no
more discussion.
---
If your project is set up for it, you can reply to this email and have your
reply appear on G
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/2471
Sure, I see your point, will close this, and mark ZEPPELIN-2744 works as
designed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as
Github user instaclustr-oss commented on the issue:
https://github.com/apache/zeppelin/pull/2238
Hi @Leemoonsoo
Sorry for taking awhile to setup the CI. Now that I have, I see some jobs
fail. What should I do about it?
Thanks!
---
If your project is set up for it,
Github user herval commented on the issue:
https://github.com/apache/zeppelin/pull/2439
all tests passing now
---
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 s
Github user herval commented on the issue:
https://github.com/apache/zeppelin/pull/2484
This is the basic set of functionality needed to start monitoring some
common metrics - Comments & observations welcome!
---
If your project is set up for it, you can reply to this email and have
Github user jexp commented on the issue:
https://github.com/apache/zeppelin/pull/2478
I looked through the code and the UX and can confirm that this is great
work from a Neo4j point of view.
---
If your project is set up for it, you can reply to this email and have your
reply appear
Github user andreaTP commented on the issue:
https://github.com/apache/zeppelin/pull/2483
yes of course @felixcheung , basically I'm exposing through maven
properties the ability for users to customize where to download from certain
packets that are normally downloaded from very speci
jahira ibrahim created ZEPPELIN-2767:
Summary: Loading scatter chart in chrome, safari freezes the
application - when show tables command is executed
Key: ZEPPELIN-2767
URL: https://issues.apache.org/jira/brow
Github user herval commented on the issue:
https://github.com/apache/zeppelin/pull/2480
Regarding verification, how do you suggest I go about that? We've been
using this setup internally for some time, but we only use a few of the
interpreters (spark, scalding, jdbc, md) - not sure if
GitHub user herval opened a pull request:
https://github.com/apache/zeppelin/pull/2484
[ZEPPELIN-2711] [WIP] basic metrics for paragraphs & notebook
view/create/run
### What is this PR for?
This exposes JMX metrics for a few operations on Zeppelin. The first step
here is t
Github user soralee commented on the issue:
https://github.com/apache/zeppelin/pull/2439
Tested and LGTM!
It looks cool that when a `writers` logins a note, it shows report mode.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHu
Github user herval commented on the issue:
https://github.com/apache/zeppelin/pull/2481
oh, Indeed. There's some inheritance there ð¶
---
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 fe
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/2481
Well, any test case calling `open()` will hit `isKerboseEnabled()`, and in
`JdbcInterpreterTest` when ever `isKerboseEnabled` function is called will
returning false all the time.
Github user herval commented on the issue:
https://github.com/apache/zeppelin/pull/2481
I actually don't see any test on `JdbcInterpreterTest` covering that code
path at all - I think the test suite is passing simply because that bit is not
tested, and feel it should be
---
If your
GitHub user 1ambda reopened a pull request:
https://github.com/apache/zeppelin/pull/2477
[ZEPPELIN-2342] Improving Test Environment for zeppelin-web (e2e, coverage)
### What is this PR for?
Improved testing environment for zeppelin-web
- added `test:watch` command f
Github user 1ambda closed the pull request at:
https://github.com/apache/zeppelin/pull/2477
---
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 feature is e
GitHub user andreaTP reopened a pull request:
https://github.com/apache/zeppelin/pull/2483
[ZEPPELIN-2766] Make online resources url configurable at compile time
### What is this PR for?
At compile time Zeppelin is downloading several external resources.
I want to be able to
Github user andreaTP closed the pull request at:
https://github.com/apache/zeppelin/pull/2483
---
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 feature is
Github user khalidhuseynov commented on the issue:
https://github.com/apache/zeppelin/pull/2448
@zjffdu yeah, the renaming would be done probably on saving which would
apply if user enters note, and does some action so that save->conversion
(rename) is initiated. This would work furth
GitHub user andreaTP opened a pull request:
https://github.com/apache/zeppelin/pull/2483
[ZEPPELIN-2766] Make online resources url configurable at compile time
### What is this PR for?
At compile time Zeppelin is downloading several external resources.
I want to be able to pr
Andrea Peruffo created ZEPPELIN-2766:
Summary: Make online resources url configurable at compile time
Key: ZEPPELIN-2766
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2766
Project: Zeppelin
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2448
How about do the renaming in saving ? We just need to save to the new file
and delete the old note file.
---
If your project is set up for it, you can reply to this email and have your
reply appe
Github user khalidhuseynov commented on the issue:
https://github.com/apache/zeppelin/pull/2448
@Leemoonsoo @1ambda @zjffdu I wanted to have opinion on the note conversion
strategy. lazy strategy - converting when note is renamed, vs aggressive -
converting all notes when starting zep
Github user krishna-pandey commented on the issue:
https://github.com/apache/zeppelin/pull/2482
@Leemoonsoo, @felixcheung, @jongyoul, @prabhjyotsingh Please help review
this.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as wel
GitHub user krishna-pandey opened a pull request:
https://github.com/apache/zeppelin/pull/2482
[ZEPPELIN-2765] Configurable X-FRAME-OPTIONS for Zeppelin
### What is this PR for?
The X-Frame-Options HTTP response header can be used to indicate whether or
not a browser should be a
Krishna Pandey created ZEPPELIN-2765:
Summary: Configurable X-FRAME-OPTIONS for Zeppelin
Key: ZEPPELIN-2765
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2765
Project: Zeppelin
Issu
Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/2481
@herval The reason this exception didn't get caught with any of the
existing test cases is because this particular dependency (for
UserGroupInformation) is marked as `provided`
(https://gi
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2474
@Leemoonsoo @1ambda @felixcheung @prabhjyotsingh Please help 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
Github user soralee commented on the issue:
https://github.com/apache/zeppelin/pull/2439
Good!
Let me test it out agian!
---
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
enabl
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/2329
@jongyoul I still could not get shell interpreter work in yarn mode. But
this time it is due to AM fail to launch. Here's the log in AM container.
```
Error: Could not find or load main clas
Github user asfgit closed the pull request at:
https://github.com/apache/zeppelin/pull/2459
---
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 feature is e
Khalid Huseynov created ZEPPELIN-2764:
-
Summary: Change all links from ZeppelinHub to Zepl
Key: ZEPPELIN-2764
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2764
Project: Zeppelin
Is
43 matches
Mail list logo