Re: Helium Registry Gone?

2023-10-30 Thread Vladimir Prus
latest one and will attach it soon. Then, for the future >>> release, I’ll change the location to github repo or similar location. >>> >>> Best regards, >>> Jongyoul >>> >>> 2023년 9월 22일 (금) 오후 7:13, Vladimir Prus 님이 작성: >>> >>>>

Re: Helium Registry Gone?

2023-09-22 Thread Vladimir Prus
. > > Best regards, > Jongyoul > > 2023년 9월 22일 (금) 오후 7:13, Vladimir Prus 님이 작성: > >> >> Hi, >> >> Zeppelin used to fetch Helium visualization plugins from the following URL >> >> https://s3.amazonaws.com/helium-package/helium.json >&g

Helium Registry Gone?

2023-09-22 Thread Vladimir Prus
joy some of the Helium visualizations, such as heatmap. Any suggestions how to get them back in the most future-proof way? -- Vladimir Prus http://vladimirprus.com

Optimizing Spark interpreter startup

2023-05-03 Thread Vladimir Prus
creating mirrors of every class on the classpath. Obviously, most users will never care about most of those classes. Any ideas on how this can be sped up, maybe by only looking at key spark classes? [image: image.png] -- Vladimir Prus http://vladimirprus.com

Re: IPv6 in Zeppelin

2022-01-25 Thread Vladimir Prus
*noblis.org* > <http://www.noblis.org/> > > tel: 703.610.2004| cell: 240.899.5676 | john.helm...@noblis.org > > > -- Vladimir Prus http://vladimirprus.com

Updating search index when editing paragraph

2021-07-26 Thread Vladimir Prus
d during commit paragraph operation. At this point, I am a bit stuck. What would be an appropriate place to call SearchService when a note is updated? -- Vladimir Prus http://vladimirprus.com

Paragraph content is reset

2021-06-29 Thread Vladimir Prus
#x27;s the intention to preserve local changes, but then the last line still assigns newPara.text to paragraph. Is this just a thinko and the last line is a bug, and must be basically removed (so keep current paragraph.text and dirtyText). Or am I misunderstanding all this? -- Vladimir Prus http://vladimirprus.com

Re: Status of new UI

2021-05-21 Thread Vladimir Prus
be very appreciated if you or anyone else could > help continue the development of new UI, > > Vladimir Prus 于2021年5月21日周五 下午6:30写道: > >> Hi, >> >> I see that Zeppelin has new in-development UI (available view "Try the >> new Zeppelin" link). >>

Status of new UI

2021-05-21 Thread Vladimir Prus
fixes (initially, locally), and I wonder whether I should do it in the current UI, or jump to the new one right away. Thanks, -- Vladimir Prus http://vladimirprus.com

Re: Custom init for Spark interpreter

2021-05-21 Thread Vladimir Prus
ocess level hook. Could you create a ticket for that ? And welcome to > contribute. > > Vladimir Prus 于2021年5月21日周五 下午4:16写道: > >> >> Hi, >> >> is there a way, when using Spark interpreter, to always run additional >> Scala code after startup? E

Custom init for Spark interpreter

2021-05-21 Thread Vladimir Prus
thing, but the code does not appear to support customizing this sequence. -- Vladimir Prus http://vladimirprus.com

All paragraphs are disable during "Run All"

2021-03-15 Thread Vladimir Prus
maybe even add another. Is it possible to somehow configure the old behavior, where "Run All" does not disable paragraphs that are not executing? Thanks, -- Vladimir Prus http://vladimirprus.com

Re: Notes no longer show full path

2021-03-12 Thread Vladimir Prus
not > see the full path if it is very long, I create a ticket to just display the > title in a separate line. > > https://issues.apache.org/jira/browse/ZEPPELIN-5264 > > > > Vladimir Prus 于2021年3月12日周五 下午5:16写道: > >> Hi, >> >> In Zeppelin 0.9 the note sto

Notes no longer show full path

2021-03-12 Thread Vladimir Prus
no longer can move a note by editing its name - one should go back to index page, expand the hierarchy, and use rename there - also inconvenient. I could not find any issues to improve this - is there some setting or workaround I can use? [image: image.png] -- Vladimir Prus http://vladimirprus.com

Re: PySpark PYTHONPATH issue after 0.8 to 0.9 upgrade

2021-03-11 Thread Vladimir Prus
described in http://kmiku7.github.io/2019/09/20/Keep-environment-variables-with-sudo-command/ So, one either should reconfigure sudo, or do "sudo PYTHONPATH=${PYTHONPATH} ". On Thu, Mar 11, 2021 at 7:27 PM Vladimir Prus wrote: > Hi, > > we've upgraded from 0.8 to 0.

PySpark PYTHONPATH issue after 0.8 to 0.9 upgrade

2021-03-11 Thread Vladimir Prus
refactoring in this area: https://github.com/apache/zeppelin/commit/0a97446a70f6294a3efb071bb9a70601f885840b But can't quite understand whether this change in behavour is intentional, and what additional options I might need to set. Does anybody have any suggestions? -- Vladimir Prus http://vladimirprus.com

Re: Zeppelin behind authenticating proxy

2021-02-12 Thread Vladimir Prus
, Feb 12, 2021 at 10:46 PM Vladimir Prus wrote: > Hi, > > that seems exactly what I was looking for. I gave it a try, and got > half-way through: > > - Zeppelin shows the username I set in header, and websocket is connected, > and I can use menu with no issues > - The main

Re: Zeppelin behind authenticating proxy

2021-02-12 Thread Vladimir Prus
Hi, > > I haven't tried it personally, but this repository might help > https://github.com/leighklotz/shiro-remote-user > > Thanks, > moon > > > > On Tue, Feb 9, 2021 at 3:25 AM Vladimir Prus > wrote: > >> Hi, >> >> I would like to run Ze

Re: Kubernetes and interpreter dependencies

2021-02-10 Thread Vladimir Prus
for k8s. > Because when introducing this feature, K8s is not considered. I think we > need to fix it. > > For now, you can just download them by yourself and put them in the > docker image to make it work in k8s. > > > > > Vladimir Prus 于2021年2月10日周三 下午10:44写道: &g

Kubernetes and interpreter dependencies

2021-02-10 Thread Vladimir Prus
h zeppelin server downloads the dependency to /zeppelin/local-repo - The pod with jdbc interpreter is merely started with zeppelin image, so can't find those jars Am I misconfiguring something? Are there alternative approaches to accomplish this? -- Vladimir Prus http://vladimirprus.com

Zeppelin behind authenticating proxy

2021-02-09 Thread Vladimir Prus
How can I accomplish what I want? -- Vladimir Prus http://vladimirprus.com