Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1708
LGTM. Thank you!
---
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
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1840
Thank you @khalidhuseynov .
On
> user configures export ZEPPELIN_IMPERSONATE_CMD in here with kinit
@ -k -t and then it's run before spark-submit
The only problem I
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1840
As far as credentials refresh are concerned, please see new comments in
[SPARK-19143](https://issues.apache.org/jira/browse/SPARK-19143).
Hope this helps.
---
If your project is set up for it
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1913
Thank you @khalidhuseynov
---
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
GitHub user Tagar opened a pull request:
https://github.com/apache/zeppelin/pull/1921
[ZEPPELIN-1984] Zeppelin Server doesn't catch all exceptions when launching
interpreter.sh
https://issues.apache.org/jira/browse/ZEPPELIN-1984
> DEBUG [2017-01-20 13:56:37,688
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1921
I've tested Zeppelin with this one-line 42b02bd
commit change and now RemoteInterpreterManagedProcess.java correctly gets
return code as 1, notice `Process exited with an err
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1931
Thanks a lot @Leemoonsoo .
ps. PR title misspelled ZEPPELIN-1894 -> ZEPPELIN-1984
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as w
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1921
@Leemoonsoo I rebased this PR and it went green. Thanks!
---
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 Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1931
Tested today's master merged with #1931 and #1921 and it works great. LGTM
Thanks again.
---
If your project is set up for it, you can reply to this email and have your
reply appear on G
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Just upgraded to yesterday's master snapshot.
When I click on any of these links, link is leading to
http://hostname.domain.com:8088/proxy/application_1488384993892_0001/job
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1663
@karuppayya thank you for the follow up.
A little bit more information - the link on paragprah leads to
> http://10.20.32.57:28009/jobs/job?id=123
A Spark Driver
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1663
According to https://github.com/apache/spark/pull/5947 URL format is
different in YARN and non-YARN modes? Was PR-1663 for ZEPPELIN-1692 tested on
both of these modes? Not sure what else might
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1536
IMHO, automatically adding `" (1)", " (2)" ..` etc to a note name in case
of duplicate name found
might be a better solution than disallowing import at all. A variation on
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2302
This PR breaks authentication for me .. in a weird way.
After authentication (we use LDAP shiro) - I can log in, but after attempt
to open any note, it closes session and redirects me back to
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2304
Thanks for prompt response @prabhjyotsingh
I've retested with `currentUser.login(token)` moved down 2 lines - Zeppelin
doesn't kick out
now after attempt to open a note
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2329
Great job. Exciting to see this new feature in Zeppelin.
My two cents:
> through thrift in yarn-cluster mode
Cloudera's Spark don't have thrift service and Clo
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2329
@zjffdu @jongyoul got it - thanks for prompt response.
---
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 Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Does this feature work for anyone who is using Spark on YARN?
It seems to be broken by https://issues.apache.org/jira/browse/SPARK-20772
I've updated https://issues.apache.org
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2407
Great addition. Thank you.
Btw, `renew_lifetime` although can be set in `krb5.conf`, it's maximum
value is limited on Active Directory side if AD is used for Kerberos, look for
ex
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2407
@prabhjyotsingh, created
https://issues.apache.org/jira/browse/ZEPPELIN-2703
Let me know what do you gyus think?
---
If your project is set up for it, you can reply to this email and have
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2502
@sanjaydasgupta great job on getting this done.
ZEPPELIN-1967 was inspired by Jupyter so I just we should do the same as it
is done there.
So it's less confusing for users who are swit
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2502
Info from Jupyter comitter @takluyver
> It's fairly brief, but here:
>
http://ipython.readthedocs.io/en/stable/interactive/reference.html#manual-capture-of-command-outpu
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2502
My two cents
> One of the things I learned about Jupyter's implementation is that it
never intercepts an error case
I personally not necessarily like how this piece is imp
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2601
I wonder if it's related to
https://issues.apache.org/jira/browse/ZEPPELIN-1803 ?
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2631
Thank you @zjffdu.
I just thought about this scenario: a Spark job runs for 1.5 hours, would
it be killed by the LifeCycleManager in this case? (assuming here default
timeout of 1 hour)
If
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2631
@zjffdu got it - thank you.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2631
One last thing - from user experience it would be convenient to know when
their interpreters timed out.
Something like a popup or just some sort of a graphical flag would do, I
guess?
Not
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2555
@sctincman Did you find a workaround for this issue ? Thanks
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2555
Found this works around the issue on Python 2.. will test more.
```
import sys
sys.stdout.isatty = lambda : False
sys.stdout.encoding = None
```
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2555
FYI
This Zeppelin issue will be worked around in Sparkling Water in following
PR - https://github.com/h2oai/h2o-3/pull/1705
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2723
thank you @zjffdu
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2744
This commit broke build for CDH (maven convergence error on dependencies).
Should there be a automated test to check if a commit breaks compatibility
with Cloudera distro of Hadoop?
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2744
Do you mean compile without option like
> -Dhadoop.version=2.6.0-cdh5.12.1
?
It compiles fine but I was getting runtime errors (like some non-existent
method etc). Ca
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2790
Manually tested master with this PR when using CDH 5.12 and it solves NPE
issue when starting Spark interpreter.
Thanks @zjffdu !
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2782
Since we migrated from Jupyter to Zeppelin, I miss a lot floating ToC menu
Jupyter extension.
Super useful for larger notebooks - navigation becomes very transparent.
http://jupyter
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2802
Thanks for the heads up, yep I figured out that I have to tune up
zeppelin.ipython.grpc.framesize to a large number.
I looked over the PR. Two quick suggestions
1) Would it be possible
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2802
1) My main point was that this exception should be thrown to the user, so
he or she has a chance to increase this limit. Currently if it breaks, only way
to find out about this limitation is to
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2802
@zjffdu I don't have a reproducible case yet. This error hasn't been very
consistent for me so it might be also a side effect of another problem. That's
why I asked above if w
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2805
Are those kind of properties mix in interpreter could happen because of
Zeppelin upgrade?
I.e. old properties and new properties mix?
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2802
> ERROR [2018-02-14 10:39:10,922] ({grpc-default-executor-3}
IPythonClient.java[onError]:138) - Fail to call IPython grpc
> io.grpc.StatusRuntimeException: RESOURCE_EXH
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2808
I think I've seen this behavior too. Thanks for fixing this.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2810
thanks @zjffdu! will give this a try today.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2802
thank you @zjffdu - I will check this today.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2782
I think a low-hanging fruit here might be if Zeppelin would treat paragraph
titles as mark down code?
So if you added leading `#` it would mean a high-level section of the
notebook, `##` would
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2810
Verified manually. Works as expected. Thanks a lot @zjffdu
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2802
LGTM
thanks a lot @zjffdu
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2802
@zjffdu I just verified this new commit and it works great.
Glad to see exceptions in ipython backend are now being captured correctly.
I wasn't able to actually test frame size pr
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2649
Would be great to have this functionality part of core Zeppelin.
Any plans to move this PR forward? Thanks!
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2323
Great improvement.
Submitted https://issues.apache.org/jira/browse/ZEPPELIN-3251 to consider
showing rows/columns lazily on scrolling events as otherwise ui-grid has a
significant overhead for
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2809
I think as a nice side effect, this PR also fixes
https://issues.apache.org/jira/browse/ZEPPELIN-3238 - see comments there
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2624
This commit seems broke Tab to indent text behavior.
https://issues.apache.org/jira/browse/ZEPPELIN-3253
---
GitHub user Tagar opened a pull request:
https://github.com/apache/zeppelin/pull/2812
disable tab completion
### What is this PR for?
A few sentences describing the overall goals of the pull request's commits.
First time? Check out the contributing guide -
Github user Tagar closed the pull request at:
https://github.com/apache/zeppelin/pull/2812
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2812
One way to fix
[ZEPPELIN-3253](https://issues.apache.org/jira/browse/ZEPPELIN-3253?focusedCommentId=16373706&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1637
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2822
thank you @zjffdu - I will give this a try today
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2822
Manually tested. Works as expected.
This PR fixes:
- Spark job progress bar
- ability to cancel as spark job from paragraph
- Spark Driver web UI link.
Thanks a lot
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2817
@SleepyThread - great feature!
Building on @felixcheung's comment, it would be good if Snapshot feature
would use org.apache.zeppelin.notebook.repo.GitNotebookRepo to store a
sna
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2833
thanks Jeff! will validate a bit later today.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2835
@weand I just logged in https://issues.apache.org/jira/browse/ZEPPELIN-3292
for data duplication )
I don't think it's related to this PR?
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2833
Tested manually - this patch fixes issue described in ZEPPELIN-3286
Thank you @zjffdu
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2782
I think it's a good improvement. As an example, Databricks spark notebooks
also have paragraph numbering across whole notebook.
Thanks.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2684
Just noticed this.. I think it's a great feature!
In Jupyter we can also select multiple paragraphs.
Although it is made more seamless.. I believe you could Ctrl+click anywhere
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2834
Great improvement! Many of our users were asking for this since day one
they started using Zeppelin.
Like, "how do I pass a variable from %pyspark paragraph to %sh one.. "
Le
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2834
What happens when a notebook had code {something} and "something" doesn't
exist as a 'z' variable?
Would it be possible to review that comment I left earlier i
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2834
@zjffdu Great idea on paragraph-level properties! There are so many
possible uses for this feature like ones you explained below.
For interpolation I think there should be a way to do it
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2834
@zjffdu, @felixcheung would be exciting to have this feature be part of the
0.8.0 release.
Since there is a way to maintain backward compatibility, it seems to be a
low hanging fruit
as
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2894
Thanks @zjffdu
cc @prabhjyotsingh - you were saying in [a comment for
ZEPPELIN-3292](https://issues.apache.org/jira/browse/ZEPPELIN-3292?focusedCommentId=16387420&
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2923
Great idea.. I had a similar jira
https://issues.apache.org/jira/browse/ZEPPELIN-2886
Thanks!
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2923
I was thinking we should also lower-case usernames that are stored in
`notebook-authorization.json`, when doing authorization. Otherwise users
wouldn't be able to see their own notebooks when
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2742
@necosta thanks for this great feature. It makes a lot of sense for
Zeppelin instance shared with different set of users. Would it be possible to
do this interpreter settings authorization for LDAP
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2760
@zjffdu, just updated to master, and noticed versioning toolbar is
missing...
I think it's because of this PR.
We have
`zeppelin.notebook.st
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2760
I wonder if https://github.com/apache/zeppelin/pull/2945 fixes issue I
described in my earlier comment.
cc @cvaliente @myuwono
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2945
This PR fixes the issue I described in
https://github.com/apache/zeppelin/pull/2760#issuecomment-386148566
Now the git/versioning subpanel is back!
Thanks.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2963
Thanks for fixing this - I just had a chance to test and confirm it fixes
number sorting.
PR title reads "Number sorting issue", but code change seems tries to
address String and Da
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2963
@sameer79 I was using latest Zeppelin from master snapshot. Chrome browser.
Can you reproduce the same sorting issue for strings?
Here's the code I used:
```python
%py
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2975
checked a few newer CDH 5 versions and they're packaged with 0.9.3.
older CDH 5 version come with 0.9.2.
CDH 6 will be shipped with 0.9.3 too.
my two cents: +1 from me.
thanks.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2974
I think it's a great idea to add something like this to also show status if
an interpreter is running.
so show a green icon if interpreter is running/ or had been restarted
success
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2971
Could you please also have a look at
https://issues.apache.org/jira/browse/ZEPPELIN-3478
CSV/TSV exports seem to be broken too.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2975
@felixcheung as an example, I've seen NoSuchMethodError exceptions like one
below when working with Spark interpreter reading Hive tables and Thrift
version had a version mismatch .. so it ma
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2976
thanks for prompt response @prabhjyotsingh
I will give this a try today.
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2971
How to activate XLS/XLSX download option?
It doesn't show up for me with this PR applied.

thanks!
---
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2978
@sanjaydasgupta
> do you recommend similar treatment for FileSystemConfigStorage also?
yep, HDFS although is not a posix filesystem, but renaming a file is still
implemented as
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2971
Thanks @prabhjyotsingh - filed
https://issues.apache.org/jira/browse/ZEPPELIN-3511 to consider removing old
export csv/tsv which is broken in some other ways (like when data has double
quotes and
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2601
> I believe one could remove old button "Download Data as CSV".
filed https://issues.apache.org/jira/browse/ZEPPELIN-3511 to remove old
export csv/tsv
This idea was
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2978
@sanjaydasgupta, `writeFile` in `FileSystemStorage` drops file first, and
then renames temp file.
It's not an atomic write, and also leaves a chance to loosing file that is
being wr
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/2952
We were using PR this in prod for a couple of weeks. Works great.
Left one additional comment based on users feedback.
"Select a paragraph" tooltip change to "Add th
Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/3000
> The orphaned file will not be automatically overwritten later because
File.createTempFile(...) will always attempt to create a new filename that is
unused in the directory.
That ma
1 - 100 of 127 matches
Mail list logo