Re: zeppelin performance debugging?

2016-04-26 Thread ashish rawat
un paragraphs concurrently on 'Run All Paragraph' > > Thanks, > moon > > > On Tue, Apr 26, 2016 at 12:46 AM ashish rawat wrote: > >> The display problem was mainly because of huge data transfer to UI. I >> have reduced the data and now it takes around 4

Re: zeppelin packaging and distribution

2016-04-26 Thread ashish rawat
t; https://github.com/apache/incubator-zeppelin#package > > Hope this helps. > > Thanks, > moon > > > > On Tue, Apr 26, 2016 at 6:07 AM ashish rawat wrote: > >> Hi, >> >> We want to take the latest code of Zeppelin (from master) and create a >> p

zeppelin packaging and distribution

2016-04-26 Thread ashish rawat
Hi, We want to take the latest code of Zeppelin (from master) and create a package, to be deployed on production machines. I believe, Zeppelin-distribution project is in the same direction, but when run using the instructions mentioned on github (mvn clean package -skipTests=true), it doesn't seem

Re: zeppelin performance debugging?

2016-04-26 Thread ashish rawat
I believe Zeppelin can be a great Dashboard/Reporting tool as well. Regards, Ashish On Tue, Apr 26, 2016 at 10:32 AM, ashish rawat wrote: > Yes, I am referring to the total time in fetching and displaying. Does > zeppelin server send the complete notebook data to browser? I couldn't se

Re: zeppelin performance debugging?

2016-04-25 Thread ashish rawat
I think > any JVM profiling tool can be attached to the process. > > When you're experiencing 10-15s time to retrieve a notebook, is the time > includes notebook being displayed on your webbrowser or not? > > Thanks, > moon > > > On Mon, Apr 25, 2016 at 11:51 AM as

Re: zeppelin performance debugging?

2016-04-25 Thread ashish rawat
, but it seems that it doesn't even cache the notebooks. Is that correct? Regards, Ashish On Mon, Apr 25, 2016 at 11:05 PM, ashish rawat wrote: > Hello folks, > > Is there any quick way of debugging the performance issues of zeppelin. I > am facing serious performance issues in

zeppelin performance debugging?

2016-04-25 Thread ashish rawat
Hello folks, Is there any quick way of debugging the performance issues of zeppelin. I am facing serious performance issues in serving zeppelin notebooks. A notebook with 6-7 graphs is taking upto 10-15 secs to load, with just 3000 tuples in elastic search. I believe the problem is at the Zeppelin

Re: Elastic Search Interpreter limitation?

2016-04-19 Thread ashish rawat
Hi Bruno, I believe I have found the issue. There indeed is a dependency on the _source fields in this line 461 final String json = hit.getSourceAsString(); Regards, Ashish On Wed, Apr 20, 2016 at 12:05 AM, ashish rawat wrote: > Hi Bruno, > > I am encountering another issue, which m

Re: Elastic Search Interpreter limitation?

2016-04-19 Thread ashish rawat
;fields", return results in the format: "hits": { "hits": [ { "fields": { Could this be the issue? I had a quick scan over the ElasticsearchInterpreter.buildSearchHitsResponseMessage, but couldn't find any dependency on "_source&qu

Re: Elastic Search Interpreter limitation?

2016-04-19 Thread ashish rawat
tions with the Elasticsearch > interpreter. > I have developed it and I'am going to check how I can change the component > to take into account this kind of more complex request. > > Regards, > Bruno > > 2016-04-19 18:53 GMT+02:00 ashish rawat : > >> Hi, >>

Elastic Search Interpreter limitation?

2016-04-19 Thread ashish rawat
Hi, I am trying to use the filters aggregation of elastic search https://www.elastic.co/guide/en/elasticsearch/reference/2.2/search-aggregations-bucket-filters-aggregation.html As documented on the elastic page, I made the following query through zeppelin { "aggs" : { "messages" : {

Re: Zeppelin Dashboards

2016-04-10 Thread ashish rawat
yles/looknfeel > helps > in your use case? > > Thanks, > moon > > On Tue, Apr 5, 2016 at 5:24 PM ashish rawat wrote: > >> Thanks Johnny. I was able to get an initial approval on using Zeppelin in >> my project, by using some of the things mentioned in those links

Re: HA for Zeppelin

2016-04-10 Thread ashish rawat
adhoc data in > their home directory. Spark and Apache Drill can both query anything in > MapR FS, making it a pretty powerful combination. > > > > On Fri, Apr 8, 2016 at 6:33 AM, vincent gromakowski < > vincent.gromakow...@gmail.com> wrote: > >> Using it f

Re: HA for Zeppelin

2016-04-08 Thread ashish rawat
ter... > Le 8 avr. 2016 6:35 AM, "ashish rawat" a écrit : > >> Thanks Eran and Vincent. >> Eran, I would definitely like to try it out, since it won't add to the >> complexity of my deployment. Would see the S3 implementation, to figure out >> how comp

Re: HA for Zeppelin

2016-04-07 Thread ashish rawat
't have HA storage and no access to S3 then AFAIK >> you don't have other option at the moment. >> If you like to save notebooks to elastic then I suggest you look at the >> storage interface and implementation for git and s3 and implement that >> yourself. It does sou

Re: Zeppelin Dashboards

2016-04-07 Thread ashish rawat
s > in your use case? > > Thanks, > moon > > On Tue, Apr 5, 2016 at 5:24 PM ashish rawat wrote: > >> Thanks Johnny. I was able to get an initial approval on using Zeppelin in >> my project, by using some of the things mentioned in those links :) >> >>

Re: HA for Zeppelin

2016-04-05 Thread ashish rawat
I mean that if you connect to an external cluster for example a > spark cluster you need to make sure your spark cluster is HA. Otherwise you > will have zeppelin running but your notebook will fail as no spark cluster > available. > HTH > Eran > > > On Tue, 5 Apr 2016 at 20:20

Re: HA for Zeppelin

2016-04-05 Thread ashish rawat
mounted disk > For 3 it is up to the interpreter and your big data ha solution > > On Tue, 5 Apr 2016 at 19:29 ashish rawat wrote: > >> Hi, >> >> Is there a suggested architecture to run Zeppelin in high availability >> mode. The only option I could find was by

HA for Zeppelin

2016-04-05 Thread ashish rawat
Hi, Is there a suggested architecture to run Zeppelin in high availability mode. The only option I could find was by saving notebooks to S3. Are there any options if one is not using AWS? Regards, Ashish

Re: Zeppelin Dashboards

2016-04-05 Thread ashish rawat
ropdown menu/autocomplete: > > https://www.zeppelinhub.com/viewer/notebooks/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2Nvcm5lYWRvdWcvWmVwcGVsaW4tTm90ZWJvb2tzL21hc3Rlci9BdXRvLUNvbXBsZXRlLU11bHRpU2VsZWN0L25vdGUuanNvbg > > > Thanks, > Johnny > > On Tue, Mar 29, 2016 at 11:50 PM, ashish rawat > wrote: > >> Thanks Moon. I do not have a good understanding of UI but really >> appreciate t

Re: Zeppelin Dashboards

2016-03-29 Thread ashish rawat
cubating-SNAPSHOT/displaysystem/angular.html > > On Thu, Mar 24, 2016 at 6:48 AM ashish rawat wrote: > >> Hi, >> >> Can someone please help. Also, if these are not possible currently, then >> can Zeppelin be extended to make this possible? >> >> Regards, &g

Re: Zeppelin Dashboards

2016-03-24 Thread ashish rawat
Hi, Can someone please help. Also, if these are not possible currently, then can Zeppelin be extended to make this possible? Regards, Ashish On Wed, Mar 23, 2016 at 4:28 PM, ashish rawat wrote: > Hi, > > I have been evaluating Zeppelin for making Analytics Dashboards and plan > to

Zeppelin Dashboards

2016-03-23 Thread ashish rawat
Hi, I have been evaluating Zeppelin for making Analytics Dashboards and plan to use it with Spark SQL and Elastic Search. I have been able to get the basic stuff working but got stuck around the following functionalities. Can someone please help me out if following features are possible with Zeppe