Thanks Mina, will wait for 0.6.2!
--
View this message in context:
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Dependency-jars-not-refreshed-after-interpreter-restart-in-Zeppelin-0-6-1-tp4035p4213.html
Sent from the Apache Zeppelin Users (incubating) mailing list ma
Cool thanks! Will wait for 0.6.2 then.
--
View this message in context:
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Unable-to-change-the-height-of-paragraphs-after-upgrade-0-5-6-to-0-6-1-tp4205p4212.html
Sent from the Apache Zeppelin Users (incubating) mailing list
Hi Damien,
That's exactly what doesn't work in my case: i don't see any handle appear
when I navigate over the edges of the paragraph.
Good to know it's working in master, if you can't reproduce the issue on
0.6.1 I could maybe switch to master.
Many thanks,
Niek.
--
View this message in con
Hi,
I noticed that I can't change the height of the table/graph based paragraphs
anymore since I upgraded. Before a handle appeared in the bottom corner to
allow dragging the height. Now it is stuck at 300
As a temporary workaround I manually increased the height in the note.json.
Angular based
Hi Mina,
Thanks a lot for digging into it.
See here my work flow:
I have two jar files: one with my code (A) and one with all dependencies
(B). The one with the code is rebuilt regularly.
1. build jar file A v1
2. start zeppelin
3. remove dependencies for A and B in the spark interpreter, save,
Ah indeed, that was probably the reason I never got it to work, thanks for
pointing that out!
--
View this message in context:
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/ajax-call-tp4024p4039.html
Sent from the Apache Zeppelin Users (incubating) mailing list mailin
There is an option zeppelin.server.allowed.origins in zeppelin-site.xml to
configure the origin you want to allow, but I never got it to work. If I
recall well it was only partially implemented.
I worked around this problem with jsonp:
$.ajax({
url: "http://...";,
data: {a: "xxx",
Hi,
I just upgraded from zeppelin 0.5.6/spark 1.6.2 to zeppelin 0.6.1/spark
2.0.0 and after moving my application's jars %deps to the spark interpreter
UI dependencies section I noticed that updated jars are not taken into
account anymore. Instead Zeppelin continues to load the original versions o