Re: Elastic search storage for zeppelin notebooks

2016-06-14 Thread moon soo Lee
Hi Ashish, I think your approach is generally right. It's bit annoying while type of paragraph.result varies. I think 'angularObject' field is another field that you also need to take care. object inside 'angularObject' might also vary their types. Another approach would be serialize part of / e

Zeppelin Meetup - Hortonworks BLR

2016-06-14 Thread rohit choudhary
Hi All, We have some confirmations from community members and companies from Bangalore. Please do RSVP, if anyone from the community would like to join us for the meetup. Here are the details: *Venue :* Hortonworks India, #92, Z Square, Jyoti Nivas College Road, Koramangla. https://goo.gl/maps/A

Re: Elastic search storage for zeppelin notebooks

2016-06-14 Thread ashish rawat
I could think of another hack. While saving, when paragraphs.result type is string, move that to another field paragraphs.stringResult before saving to elastic. And do the reverse when serving reading notes. This might just work and looks relatively clean, but can there be more such cases in Zeppe

Elastic search storage for zeppelin notebooks

2016-06-14 Thread ashish rawat
Hi All, I was trying to write an implementation of storage interface for elastic search, so that notebooks can be highly available in a cluster. The implementation of basic interface looked simple but I got stuck while importing note.json data into elastic search. Unfortunately, the type of paragr

Re: hive remote megastore

2016-06-14 Thread Mohit Jaggi
thanks. i will give that a shot. > On Jun 13, 2016, at 7:20 PM, Jongyoul Lee wrote: > > Got it. In fact, I don't know why your binary doesn't have any jar related > hive. Thus, It would work if you copy hive-jdbc and hadoop-common into > interpreter/hive. Or I've checked Zeppelin 0.5.6 had thos