Re: ajax call

2016-09-03 Thread tolomaus
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",

Dependency jars not refreshed after interpreter restart in Zeppelin 0.6.1

2016-09-03 Thread tolomaus
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

Re: Dependency jars not refreshed after interpreter restart in Zeppelin 0.6.1

2016-09-24 Thread tolomaus
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

Unable to change the height of paragraphs after upgrade 0.5.6 to 0.6.1

2016-09-23 Thread tolomaus
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

Re: Unable to change the height of paragraphs after upgrade 0.5.6 to 0.6.1

2016-09-23 Thread tolomaus
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