Re: ajax call

2016-09-01 Thread Corneau Damien
If you look into your console, you will see that there is a Cross Domain error. XMLHttpRequest cannot load http://www.thomas-bayer.com/sqlrest/CUSTOMER/3. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9000' is therefore not allowed access.

Re: ajax call

2016-09-01 Thread Teik Hooi Beh
I believe this simple test should work but it isn't on my Zeppelin. Anyone could help to cut and paste to try, to be sure my Zeppelin is behaving correctly. And BTW, anyway to turn on more logs, could not find anything in zeppelin or angular log. %angular var request = jQuery.ajax({ url: "

Re: ajax call

2016-09-01 Thread Corneau Damien
Hi, I've been using jQuery.when() inside an %angular paragraph ( https://www.zeppelinhub.com/viewer/notebooks/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2Nvcm5lYWRvdWcvWmVwcGVsaW4tTm90ZWJvb2tzL21hc3Rlci9BdXRvLUNvbXBsZXRlLU11bHRpU2VsZWN0L25vdGUuanNvbg ) I don't know if $ keyword would be usable,

ajax call

2016-09-01 Thread Teik Hooi Beh
Hi, Anyone knows whether can I do a $.ajax() call in %angular? Regards Beh

Re: hive interpreter group missing in recent builds

2016-09-01 Thread Pradeep Reddy
BTW, when I add the hive jdbc dependencies to the jdbc interpreter. I'm seeing these kind of errors all over in the log and the dependencies are not resolved due to this. I'm working behind a firewall, I specified my proxy settings in maven_home/conf/settings.xml.the settings.xml worked for bui

Re: hive interpreter group missing in recent builds

2016-09-01 Thread Pradeep Reddy
Thanks Jeff On Thu, Sep 1, 2016 at 9:28 AM, Jeff Zhang wrote: > It is merged into jdbc interpreter. > > https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/interpreter/hive.html > > > > On Thu, Sep 1, 2016 at 10:25 PM, Pradeep Reddy < > pradeepreddy.a...@gmail.com> wrote: > >> Hi- >> >> Is there a r

hive interpreter group missing in recent builds

2016-09-01 Thread Pradeep Reddy
Hi- Is there a reason why hive interpreter group is found missing in the recent zeppelin builds? how can I add a new interpreter group for hive or impala? So I can use %hive & %impala in my paragraphs? Thanks, Pradeep

Re: hive interpreter group missing in recent builds

2016-09-01 Thread Jeff Zhang
It is merged into jdbc interpreter. https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/interpreter/hive.html On Thu, Sep 1, 2016 at 10:25 PM, Pradeep Reddy wrote: > Hi- > > Is there a reason why hive interpreter group is found missing in the > recent zeppelin builds? > > how can I add a new inte