Re: Failure in building web package

2016-06-03 Thread Luciano Resende
This seems to be happening in multiple areas, and starting to be more frequent... I am having the same issue in my scala-2.11 PR... Someone that is more familiar with the npm installation/integration should take a look at this... On Fri, Jun 3, 2016 at 8:57 AM, atreya90

Re: Dockerfile?

2016-06-05 Thread Darren Govoni
Thanks. I will share my dockerfile once I get it working too. Sent from my Verizon Wireless 4G LTE smartphone Original message From: Luciano Resende Date: 06/05/2016 1:48 PM (GMT-05:00) To: users@zeppelin.apache.org Subject: Re: Dockerfile?

Re: Get stack Tooltip Value

2016-06-08 Thread moon soo Lee
Hi Andrea, On 'start a paragraph B', 'start' means create paragraph B, you'll need to call rest api. If 'start' means run paragraph B, you can leverage AngualrDisplay system z.run() [1][2]. Hope this helps. Thanks, moon [1]

Get stack Tooltip Value

2016-06-08 Thread Andrea Santurbano
Hi, i'm making a dashboard with Zeppelin and Spark, the tool is fantastic but i have a little problem: i have to get some values from the d3 visualization (on click on stack for instance) from the paragraph "A" and use this values to start a paragraph "B" (via rest api). Is it possibile to do

Github Integration

2016-06-09 Thread Benjamin Kim
I heard that Zeppelin 0.6.0 is able to use its local notebook directory as a Github repo. Does anyone know of a way to have it work (workaround) with our company’s Github (Stash) repo server? Any advice would be welcome. Thanks, Ben

Re: homepage ng-hide Zeppelin 0.5.6

2016-06-06 Thread Ahyoung Ryu
Hi Moonssang, It seems you downloaded Zeppelin-0.5.6 binary version, but you were looking for 0.6.0 version docs. AFAIK, there is no authentication feature in 0.5.6 version. If you want to configure authentication with nginx reverse proxy setting, you have to build from source. Please check this

Re: homepage ng-hide Zeppelin 0.5.6

2016-06-06 Thread ????
Hi Ryu thank you for reply. I find the nginx reverse proxy setting only in 0.6.0 docs. I set nginx setting except the authentication feature. I will try about build from source. but i think there is something wrong with my nginx settings. think always. iPad

Re: Zeppelin Meetup in Bangalore (Hortonworks, BLR)

2016-06-06 Thread Piyush Kaila
Hi Rohit, I'm working on Zeppelin from last few days and adding interpreter for clojure language. While working with that read source code and found it very interesting. If there is any slot free, I would like to attend the meetup. I would like to know more about how to contribute to Zeppelin,

Re: Zeppelin Meetup in Bangalore (Hortonworks, BLR)

2016-06-06 Thread pgkaila
Hi Rohit, I'm working on Zeppelin from last few days and adding interpreter for clojure language. While working with that read source code and found it very interesting. If there is any slot free, I would like to attend the meetup. I would like to know more about how to contribute to Zeppelin,

Re: JDBC interpreter is not concurrent

2016-06-10 Thread Prasad Wagle
Hi Boris, You can run concurrent queries by overriding the getScheduler function in JDBCInterpreter to return ParallelScheduler like HiveInterpreter. @jongyoul - should we change JDBCInterpreter. getScheduler to return ParallelScheduler? It would also be nice to make maxConcurrency configurable.

Re: Get stack Tooltip Value

2016-06-09 Thread moon soo Lee
Thanks for the explain. Currently, we can not attach event handler to chart generated by the app via spark sql query. When you display custom chart using d3 or any other javascript library in Zeppelin notebook, then you can leverage angulardisplay system and use z.runParagraph to run paragraph

Printing notes

2016-06-10 Thread Anton Bubna-Litic
Hi All, I really like the report mode feature but I would like to print it out so that I can share it with others. However, it renders terribly when I try to print it. Has anyone found a nice way to print the notes? Or should I raise it as a feature request? Cheers, Anton Anton Bubna-Litic

Re: dynamically populating drop-downs

2016-05-24 Thread ashish rawat
Thanks Mohit and Mark. I have seen this example, but it works only for Spark. How can one do this generically for all interpreters, specifically elastic search interpreter. Regards, Ashish On Mon, May 23, 2016 at 11:55 PM, Marc Warren wrote: > here is a youtube video

Re: TLS support

2016-05-24 Thread rohit choudhary
Here's some information - https://github.com/apache/incubator-zeppelin/tree/master/conf. Thanks, Rohit. On Wed, May 25, 2016 at 5:38 AM, Peter Schwarz wrote: > Does Zeppelin support TLS, in particular TLSv1.2? If so, how is it > configured? > > Thank you, > Peter Schwarz >

Re: dynamically populating drop-downs

2016-05-28 Thread moon soo Lee
Hi, ZeppelinContext is available in Spark interpreter only. But there is no reason to not having it in the other interpreters. [1] might give some idea about how ZeppelinContext can be implemented in each interpreter. Thanks, moon [1]

Re: Input Controls and Visualizations in Zeppelin

2016-05-28 Thread ashish rawat
Thanks a lot Damien. Even after working with Zeppelin for last couple of months, I had not stumbled upon Helium. It looks very promising and I believe it's reference should be included in Zeppelin Documentation. Are there also plans to incorporate pluggable inputs with Helium? Regards, Ashish

Re: Input Controls and Visualizations in Zeppelin

2016-05-28 Thread DuyHai Doan
You can design your own input form using plain Bootstrap/Angular and then use the new AngularJS front-end API to interact with paragraphs: http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/displaysystem/front-end-angular.html On Sat, May 28, 2016 at 11:13 AM, ashish rawat

Re: Failure in building web package

2016-06-10 Thread atreya90
I got the same error with the first method. When I tried the second one, I got the following error - $ ./grunt build module.js:340 throw err; ^ Error: Cannot find module 'C:\Users\atreya\Downloads\zeppelin-0.5.6-incubating\zeppelin-web\node_modules\.bin\grunt' at

Re: hive remote megastore

2016-06-13 Thread Mohit Jaggi
Is there a binary release for latest code? I am unable to compile from source on the system I am using. I can only download binaries from a legit website. > On Jun 13, 2016, at 2:32 PM, Jongyoul Lee wrote: > > Sorry for late reply, > > Could you please current master and

Re: hive remote megastore

2016-06-13 Thread Mohit Jaggi
I still have this problem…any help is much appreciated. > On Jun 9, 2016, at 7:22 PM, Jongyoul Lee wrote: > > Hi Mohit, > > Could you please show me your settings of interpreter tab and detail error > messages? > > JL > > On Thu, Jun 9, 2016 at 10:31 PM, Mohit Jaggi

Re: hive remote megastore

2016-06-13 Thread Jongyoul Lee
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 those jars in a package. Hope this help, JL On Mon, Jun 13, 2016 at 6:05 PM, Mohit Jaggi

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 /

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.

Re: Cannot copy data in tables in Zeppelin 0.6.0

2016-06-08 Thread Corneau Damien
No problem, it can be hard to find the exact issue in JIRA, and the PR is quite recent. Hopefully you will be able to get a version of Zeppelin with that change soon. There is also a paragraph data download feature in the master right now, in case it would help On Thu, Jun 9, 2016 at 2:47 PM,

Re: The Apache Software Foundation Announces Apache(R) Zeppelin™ as a Top-Level Project

2016-05-29 Thread Guilherme Silveira
Congratulations everyone! A newbie question: What are the practical implications of becoming a top level project? Do you get somehow more resources? Or just more status/press and, therefore, more users/community? Em 29 de mai de 2016 14:08, "Jeff Steinmetz"

spark summit 2016 (San Francisco, CA)

2016-05-30 Thread Zhong Wang
Hi zeppelin users/developers, Are any of you going to attend the spark summit in June? Zeppelin is an awesome project, and we had a great experience using Zeppelin and working with the community this year. I would like to meet with anyone who is interested in Zeppelin in person and chat about

Re: Small tips when running Zeppelin on EMR

2016-05-30 Thread Alexander Bezzubov
Thank you for sharing, Kevin! Great tips, especially how to setup S3 storage on EMR. -- Alex On Wed, May 18, 2016 at 6:04 PM, Kevin (Sangwoo) Kim wrote: > Hi Ahyoung, > > I just added #6 while writing this mail, after realized I kept the cluster > turn on after the

RE: Getting 'File name too long' error when running scala code in Zeppelin

2016-05-30 Thread Polina Marasanova
Thank you Moon! https://issues.apache.org/jira/browse/ZEPPELIN-926 Here is an issue. If you need any other details feel free to ask. From: moon soo Lee [m...@apache.org] Sent: Tuesday, 31 May 2016 3:07 PM To: users@zeppelin.apache.org Subject: Re: Getting

Re: Getting 'File name too long' error when running scala code in Zeppelin

2016-05-30 Thread moon soo Lee
Do you mind file an issue? I think i can quickly make a patch. Thanks, moon On Sun, May 29, 2016 at 5:53 PM Polina Marasanova < polina.marasan...@quantium.com.au> wrote: > Thanks for the response > > I added 'args' property at the interpreter tab like this: > > spark %spark (default) , %pyspark

Re: Getting 'File name too long' error when running scala code in Zeppelin

2016-05-31 Thread moon soo Lee
Created a patch. https://github.com/apache/incubator-zeppelin/pull/935 Could you try and see if it helps? Thanks, moon On Mon, May 30, 2016 at 10:48 PM Polina Marasanova < polina.marasan...@quantium.com.au> wrote: > Thank you Moon! > > https://issues.apache.org/jira/browse/ZEPPELIN-926 > Here

Re: spark summit 2016 (San Francisco, CA)

2016-05-31 Thread Jeremy Anderson
Zhong,   I'll be at the IBM booth from 11-2 Wednesday. I'll be floating around the rest of the time. We can always arrange to meet in one of the common areas.   Thanks,   Jeremy   Jeremy AndersonUX Design Lead  |  Spark Technology Center  |  IBM425 Market Street, 20th Floor  |  San Francisco, CA

Re: spark summit 2016 (San Francisco, CA)

2016-05-31 Thread Jeremy Anderson
Zhong, I'll be at the IBM booth from 11-2 Wednesday. I'll be floating around the rest of the time. We can always arrange to meet in one of the common areas. Thanks, Jeremy ... Jeremy Anderson Founder, Object Adjective 415.493.8489 jer...@objectadjective.com

Fwd: Zeppelin authentication / permissions while using both Shiro and AD

2016-05-27 Thread Rob Anderson
Hey Everyone, I'm new to Zeppelin as of this week. I've managed to build and stand up the *0.6.0-incubating-SNAPSHOT. *I've configured Zeppelin to authenticate via Shiro using Active Directory. I'm able to authenticate without issue. I'm having a problem setting / honoring notebook specific

Re: The Apache Software Foundation Announces Apache(R) Zeppelin™ as a Top-Level Project

2016-05-27 Thread Sourav Mazumder
Congratulations !!! Kudos to Moon and the group. Great work. Regards, Sourav On Wed, May 25, 2016 at 6:56 AM, moon soo Lee wrote: > Congratulations and thank you everyone who made it possible! > > -- Forwarded message - > From: Sally Khudairi

Re: Getting 'File name too long' error when running scala code in Zeppelin

2016-05-27 Thread moon soo Lee
Hi, You can see 'args' property on spark interpreter setting, in interpreter menu. Could you try there and see if it works? Thanks, moon On Fri, May 27, 2016 at 12:18 AM Polina Marasanova < polina.marasan...@quantium.com.au> wrote: > Hello, > > Sometimes running scala code in Zeppelin I'm

Re: The Apache Software Foundation Announces Apache(R) Zeppelin™ as a Top-Level Project

2016-05-26 Thread Renato Perini
Congratulation to all involved in the project. Way to go guys! Il 26/05/2016 22:12, George Koshy ha scritto: Awesome news! Congrats everyone! On Thu, May 26, 2016 at 5:27 AM, Minudika Malshan > wrote: Congratulations!!! :) :) On

Re: The Apache Software Foundation Announces Apache(R) Zeppelin™ as a Top-Level Project

2016-05-26 Thread Roman Shaposhnik
Congrats and best of luck! Thanks, Roman. On Wed, May 25, 2016 at 6:56 AM, moon soo Lee wrote: > Congratulations and thank you everyone who made it possible! > > -- Forwarded message - > From: Sally Khudairi > Date: Wed, May 25, 2016 at 3:04 AM

Re: UnknownHostException in HA cluster when access hive metastore with Spark SQL in Zeppelin

2016-06-01 Thread Timur Shenkao
Hi! 1) Do you use properly configured Zookeeper in your cluster? 2) I suspect (at least, it helped me greatly in CDH) that you should install HDFS NFS service on the host with Zeppelin Without NFS & (may be) ZooKeeper, your Hive tries to interpret "ha-cluster" as DNS name in your network On

Zeppelin pres

2016-06-01 Thread tog
Hi I remember sometimes back we discussed a place to list past/future events in which Zeppelin has been/will be presented. I dont remember where this information is stored. Can someone refresh my mind? Cheers Guillaume

Strata London - Zeppelin users catchup

2016-06-01 Thread Deenar Toraskar
Hi Zeppelin users/developers, On a similar note would love to meet and share experiences with any of you that are going to be at Strata London. Please let me know if you are going to be there. Thanks! Deenar *Think Reactive Ltd* deenar.toras...@thinkreactive.co.uk 07714140812 On 1 June

Re: spark summit 2016 (San Francisco, CA)

2016-05-31 Thread Luciano Resende
Count me in, as I will be there as well. On Mon, May 30, 2016 at 9:04 PM, Zhong Wang wrote: > Hi zeppelin users/developers, > > Are any of you going to attend the spark summit in June? > > Zeppelin is an awesome project, and we had a great experience using > Zeppelin

Re: The Apache Software Foundation Announces Apache(R) Zeppelin™ as a Top-Level Project

2016-05-29 Thread moon soo Lee
Becoming top level project does not guarantee more resources or users. It's more like project is mature enough and community is healthy enough to get more resources and users. Please check 'Apache way' [1] and 'maturity model' [2] if you're interested. They might be helpful. Thanks, moon [1]

Re: The Apache Software Foundation Announces Apache(R) Zeppelin™ as a Top-Level Project

2016-05-29 Thread Jeff Steinmetz
Congrats! Great job everyone Jeff Steinmetz >> >> On Wed, May 25, 2016 at 6:56 AM, moon soo Lee wrote: >> >> > Congratulations and thank you everyone who made it possible! >> > >> > -- Forwarded message - >> > From: Sally Khudairi >> >

RE: Getting 'File name too long' error when running scala code in Zeppelin

2016-05-29 Thread Polina Marasanova
Thanks for the response I added 'args' property at the interpreter tab like this: spark %spark (default) , %pyspark , %sql , %dep edit restart remove Properties namevalue args-Xmax-classfile-name=128 But unfortunately it's still reproducible. Any other ways how to do it?

spark interpreter

2016-06-21 Thread Chen Song
Zeppelin provides 3 binding modes for each interpreter. With `scoped` or `shared` Spark interpreter, every user share the same SparkContext. Sorry for the dumb question, how does it differ from Spark via Ivy Server? -- Chen Song

Re: admin account in zeppelin

2016-06-21 Thread Chen Song
Thanks Rohit Are you using LDAP? With LDAP enabled, it doesn't look like configuration users are honored at all. Chen On Tue, Jun 21, 2016 at 6:38 PM, rohit choudhary wrote: > Chen, > > One configuration that worked for us is as follows. The key to remember > here is that

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread kevin giroux
Postgres sql could be usefull. Many society use it. Le ven. 17 juin 2016 à 10:26, Mohit Jaggi a écrit : > Perfect...with jdbc do you need to package several drivers? > > Sent from my iPhone > > On Jun 17, 2016, at 1:32 PM, mina lee wrote: > > Hi all! >

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Jongyoul Lee
Hello, Concerning jdbc, you can load drivers dynamically, and JdbcInterpreter covers all of function of PostgresqlInterpreter. Hope this help, JL On Fri, Jun 17, 2016 at 5:45 PM, kevin giroux wrote: > Postgres sql could be usefull. Many society use it. > > Le ven.

How to remove uglify operation from zeppelin-web

2016-06-17 Thread Vikash Kumar
Hi all, How to remove uglify operation from zeppelin-web that I can remove the functionality of compression. Thanks & Regards Vikash Kumar

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Benjamin Kim
Hi, Our company’s use is spark, phoenix, jdbc/psql. So, if you make different packages, I would need the full one. In addition, for the minimized one, would there be a way to pick and choose interpreters to add/plug in? Thanks, Ben > On Jun 17, 2016, at 1:02 AM, mina lee

Re: Build error zengine

2016-06-21 Thread Hyung Sung Shim
hi. What is your build command and please tell me your environments. 2016-06-21 21:45 GMT+09:00 Darren Govoni : > Hi > > I am trying to build git repo but zengine fails. Any tips on this? > > Thanks > > > > Sent from my Verizon Wireless 4G LTE smartphone >

Build error zengine

2016-06-21 Thread Darren Govoni
Hi I am trying to build git repo but zengine fails. Any tips on this? Thanks  Sent from my Verizon Wireless 4G LTE smartphone

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Mohit Jaggi
sure…that is possible. one can also make a build from source and customize as needed. but not having to do that makes things easier. i do believe that for the vast majority of cases a minimal build with spark (and possibly other small items like shell, jdbc, python) will be quite valuable,

Re: [VIRTUAL] TODAY - Meetup for Data Scientists Tuesday 6/21 - 9AM Pacific : Zeppelin meets MADlib & HAWQ

2016-06-21 Thread Greg Chase
The Zeppelin meeting with MADlib starts at 9AM Pacific today. Join us at: Join at this URL: https://pivotalcommunity.adobeconnect.com/madlib/ On Mon, Jun 20, 2016 at 9:52 AM, Greg Chase wrote: > This is a reminder about

Re: Build error zengine

2016-06-21 Thread Hyung Sung Shim
hi. I just got build success on my ubuntu machine as your build command. Did you install prerequisites things[1] to build zeppelin? And Can you share your build log? [1] https://github.com/apache/zeppelin 2016-06-21 23:47 GMT+09:00 Vinay Shukla : > What is the exact build

Re: Ask opinion regarding 0.6.0 release package

2016-06-21 Thread Alexander Bezzubov
It sounds as a most flexible way, let's try it for 0.6 release and see if it addresses all user needs well. Untill we have GUI for interpreter loading, I feel we also should try our best to make sure netinst usage is documented well, so users on different environments (no internet, corporate

Re: [VIRTUAL] TODAY - Meetup for Data Scientists Tuesday 6/21 - 9AM Pacific : Zeppelin meets MADlib & HAWQ

2016-06-21 Thread Greg Chase
The Zeppelin meeting with MADlib starts at 9AM Pacific today. Join us at: Join at this URL: https://pivotalcommunity.adobeconnect.com/madlib/ On Tue, Jun 21, 2016 at 8:06 AM, Greg Chase wrote: > The Zeppelin meeting with

Re: Build error zengine

2016-06-21 Thread Darren Govoni
H. It worked the 3rd time. Not sure what the hiccup was. On 06/21/2016 11:46 AM, Hyung Sung Shim wrote: hi. I just got build success on my ubuntu machine as your build command. Did you install prerequisites things[1] to

Re: Build error zengine

2016-06-21 Thread Vinay Shukla
What is the exact build failure? On Tuesday, June 21, 2016, Darren Govoni wrote: > Ubuntu 15.10 > > mvn clean package -Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark > > > On 06/21/2016 09:03 AM, Hyung Sung Shim wrote: > > hi. > What is your build command and please tell me your

Re: Build error zengine

2016-06-21 Thread Hyung Sung Shim
good to hear that it worked anyway.  2016년 6월 22일 수요일, Darren Govoni님이 작성한 메시지: > H. It worked the 3rd time. Not sure what the hiccup was. > > On 06/21/2016 11:46 AM, Hyung Sung Shim wrote: > > hi. > I just got build success on my ubuntu machine as your build command. >

Elasticsearch Interpreter

2016-06-21 Thread Edgardo Vega
I was looking at the elasticsearch interpreter documentation and I saw the index and delete operations. Is there any way to disable those? I was reading zeppelin documentation in order to see if it would be a fit to allow external users explorer our data but do not want them to be able to modify

Re: How to remove uglify operation from zeppelin-web

2016-06-17 Thread Corneau Damien
This is happening in the grunt.js But why would you want to remove it? This is a basic production build rule. On Jun 17, 2016 22:27, "Vikash Kumar" wrote: > Hi all, > > How to remove uglify operation from zeppelin-web that I can remove the > functionality of

Re: How to remove uglify operation from zeppelin-web

2016-06-20 Thread Vikash Kumar
Hi, Becuase when we are adding our own UI libraries, it is giving some errors.Which we are not able to trace. I initialized uglify option as false.But still its compressing. We need to remove uglify for debug precess. Thanks & Regards Vikash Kumar From:

Re: Logout from Zeppelin

2016-06-22 Thread Abhisar Mohapatra
Hi , I have raised the following ticket with the problem mentioned above. https://issues.apache.org/jira/browse/ZEPPELIN-1051 Thanks On Thu, Jun 23, 2016 at 11:03 AM, Abhisar Mohapatra < abhisar.mohapa...@inmobi.com> wrote: > Ok I will. > > Thanks, > Abhisar > > > On Thu, Jun 23, 2016 at

Re: Logout from Zeppelin

2016-06-22 Thread Hyung Sung Shim
Hi. I couldn't reproduce your situation. Do you mind create an jira issue? Thanks. 2016-06-23 13:14 GMT+09:00 Abhisar Mohapatra : > Only when a browser is closed and again started, login is asked for. > I tried crearing cookies and cached pages but doesn't seem to

"Private paragraph session"

2016-06-23 Thread Andrea Santurbano
Hi to all, Zeppelin makes an heavy use of websockets so if some paragraph with input value (in a %jdbc interpreter for instance) is manipulated by a user, the paragraph change for every user who is viewing that paragraph. Is there something like a "private" session where every input inserted in a

Re: "Private paragraph session"

2016-06-23 Thread ashish rawat
Hi Andrea, It might be helpful if you follow the thread "Zeppelin multi-user dashboards", where I had discussed a similar problem. Regards, Ashish - sent from a handheld device On Jun 23, 2016 1:05 PM, "Andrea Santurbano" wrote: > Hi to all, > Zeppelin makes an heavy use of

Logout from Zeppelin

2016-06-22 Thread Abhisar Mohapatra
Hi, I configured Zeppelin with basic Shiro authentication.Login and the all the regular notebook creation and code execution happen fine. But when I log out ,it redirects me to the same home page without logging me out.Is there any problem or am I missing some step ? --

Re: Rest API

2016-06-15 Thread moon soo Lee
Websocket server in the other hands, take care of 'config', as well as text and title. https://github.com/apache/zeppelin/blob/branch-0.5.6/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java#L464 If ZeppelinServer is running on port 8080 for example websocket URI will

Re: Elasticsearch Interpreter

2016-06-24 Thread moon soo Lee
Elasticsearch interpreter does not provide such feature out of box. If you don't mind customize code yourself, you can get current user name by calling "interpreterContext.getAuthenticationInfo().getUser()" inside of "interpret()" method in ElasticsearchInterpreter. And it's not going to very

Re: Rest API

2016-06-17 Thread kevin giroux
Hi moon soo Lee, I add the an issues about that on JIRA => https://issues.apache.org/jira/browse/ZEPPELIN-1029 i try to use websocket also for changing the configuration as you said yesterday, but my call is always in "PENDING" Here there is my websocket call, on Angular2 with a

RE: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Vikash Kumar
Hi, Our company is also working with Spark and Phoenix. So that will be good if you are adding Phoenix interpreter in min binary release. Thanks & Regards Vikash Kumar Software Engineer Resilinc – India Center of Excellence | http://www.resilinc.com/ Mobile: +91-7276111812

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Mohit Jaggi
Many production environments have no internet access. A script like this can be useful to some but it should not replace the proposed min binary. Sent from my iPhone > On Jun 17, 2016, at 9:20 PM, moon soo Lee wrote: > > Hi, > > Thanks for bringing this discussion. > it's

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Cameron McBride
This plan sounds great of having a script that can install individual available interpreters. It sounds reasonable to always ship with a spark version for now for lack of complexity in installing that. The original list of min interpreters seems good, too. The generic jdbc interpreter handles a

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Hyung Sung Shim
I think making the 'zeppelin-bin-netinst' is greate idea and more make sense than voting which interpreter should be included to zeppelin-bin-min. 2016-06-18 1:15 GMT+09:00 moon soo Lee : > In case of no internet access, how about > > a. download 'zeppelin-bin-netinst' and run

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread moon soo Lee
Hi, Thanks for bringing this discussion. it's great idea minimize binary package size. Can we set a policy to decide which interpreter goes to 'zeppelin-bin-min', which is not? One alternative is, instead of making 'zeppelin-bin-min', we can make 'zeppelin-bin-netinst'. We can provide a shell

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Jongyoul Lee
Hi, You can use Phoenix via JdbcInterpreter with same function. JdbcInterpreter supports all kind of JDBC-like connection. I'll update JDBC document with example. Hope this help, Jongyoul Lee On Fri, Jun 17, 2016 at 11:47 PM, Vikash Kumar wrote: > Hi, > > Our

Re: Rest API

2016-06-23 Thread moon soo Lee
Glad to hear it works. Thanks for sharing the problem and creating an issue! Best, moon On Thu, Jun 23, 2016 at 9:33 PM kevin giroux wrote: > Don't worry about that, i'm sure you have a lot of work to do, > > We found the trick, (the format of the data we send was

Re: Authentication in zeppelin

2016-06-23 Thread Prabhjyot Singh
Yes, it's mostly to do with how browser is designed to work with basic auth. Follow this link, for a detailed explanation; http://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication . On 24 Jun 2016 8:49 a.m., "Abhisar Mohapatra"

Re: Authentication in zeppelin

2016-06-23 Thread Abhisar Mohapatra
Thanks a lot.It worked. shiro.ini changes was not required.I just worked with the code change. Can you just tell me the gist of the problem ? .I read the code but I am not so good in javascript so couldn't figure out the exact problem. Thanks, Abhisar On Thu, Jun 23, 2016 at 7:10 PM, Prabhjyot

classnotfoundexception using zeppelin with spark authentication

2016-06-27 Thread Jonathan Esterhazy
I am having trouble using zeppelin in a spark cluster that has spark node authentication turned on (e.g. with spark.authenticate=true, spark.authenticate.secret=...) Notebook code that calls built-in spark functions (or other things on executor classpath) work fine, but functions defined in the

Re: classnotfoundexception using zeppelin with spark authentication

2016-06-27 Thread Hyung Sung Shim
Hi. Could you share your conf/zeppelin-env.sh and spark-defaults.conf ? 2016-06-28 8:52 GMT+09:00 Jonathan Esterhazy : > I am having trouble using zeppelin in a spark cluster that has spark node > authentication turned on (e.g. with spark.authenticate=true, >

Running notebook from terminal

2016-06-27 Thread Chandra Maloo
Hello, I have a notebook with multiple paragraphs. I have embedded the results of those paragraphs in a webpage as iframes. Whenever my data changes I have to open the notebook and run all paragraphs to re generate the graphs. Is there some way I could do this without UI so that maybe i can run a

Re: Running notebook from terminal

2016-06-27 Thread Chandra Maloo
I needed just this. I am new to Zeppelin. Thanks for help. Regards, Chandra On Jun 28, 2016 11:59 AM, "Hyung Sung Shim" wrote: > Hi. > You can do what you want using zeppelin REST API[1] . > > [1] > http://zeppelin.apache.org/docs/0.6.0-SNAPSHOT/rest-api/rest-notebook.html >

Re: Running notebook from terminal

2016-06-27 Thread Hyung Sung Shim
Hi. You can do what you want using zeppelin REST API[1] . [1] http://zeppelin.apache.org/docs/0.6.0-SNAPSHOT/rest-api/rest-notebook.html Thanks. 2016-06-28 11:45 GMT+09:00 Chandra Maloo : > Hello, > I have a notebook with multiple paragraphs. I have embedded the results

Re: [VIDEO REPLAY] Meetup for Data Scientists from Tuesday 6/21: Zeppelin meets MADlib & HAWQ

2016-06-27 Thread Greg Chase
Greetings Zeppelin, MADlib, and HAWQ Communities, We have posted a recording of the Apache Zeppelin meets Apache MADlib and Apache HAWQ Meeting. You can find it here . The agenda: What is Apache Zeppelin? (00:23

Re: Error with sql interpreter

2016-06-27 Thread Meilong Huang
Do your export $SPAR_HOME? Is hive-site.xml file in $SPARK_HOME/conf? 2016-06-25 2:50 GMT+08:00 Juan Pablo Briganti : > Hello: > > I'm configuring zeppelin to work with our cloudera cluster and I'm > facing some errors. I would like to see if those are known errors

Re: Cannot import a note

2016-06-17 Thread Sang-Min Yoon
Ah.. I clicked the right arrow button, and it shows 'Create Service Desk Request' :( I will create an issue for this problem. 2016-06-17 17:16 GMT+09:00 Ahyoung Ryu : > Hi Sang-Min, > > Regarding JIRA issue creation button, did you login with your account? > Once you

Re: Ask opinion regarding 0.6.0 release package

2016-06-17 Thread Mohit Jaggi
Perfect...with jdbc do you need to package several drivers? Sent from my iPhone > On Jun 17, 2016, at 1:32 PM, mina lee wrote: > > Hi all! > > Zeppelin just started release process. Prior to creating release candidate I > want to ask users' opinion about how you want it

Re: Cannot import a note

2016-06-17 Thread Ahyoung Ryu
Hi Sang-Min, Regarding JIRA issue creation button, did you login with your account? Once you login to JIRA, then you can easily find *Create *red button at the middle of top. Thanks, Ahyoung 2016년 6월 17일 (금) 오전 1:10, Sang-Min Yoon 님이 작성: > Import fails with following

TLS support

2016-05-24 Thread Peter Schwarz
Does Zeppelin support TLS, in particular TLSv1.2? If so, how is it configured? Thank you, Peter Schwarz

Paragraph opened as IFrame in multiple browsers

2016-07-27 Thread Patrick Duflot
Hello Zeppelin, We were trying out Zeppelin. We created notebooks and then we share them as iframe to embed as dashboards in our app. We have JavaScript widgets that are bound to the Spark context to automatically refresh the data on input changes. Everything was fine until we noticed that

Question: How to call/run one zeppelin notebook from another?

2016-07-27 Thread Hanan Shteingart
Hi, Question: How to call/run one zeppelin notebook from another? This is for code reuse and ability to write packages. Best, Hanan

Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Hi all, Phoenix interpreter is absent in latest release ,so how can we achieve multi-tenancy with jdbc interpreter. And actually what does multi-tenancy means in Zeppelin because I am not seeing any code with tenant field? And why Hbase interpreter is not

Re: Zeppelin multi-user dashboards

2016-07-25 Thread Panayotis Trapatsas
+1. Do we have any updates on this issue? On Thu, Jun 30, 2016 at 10:23 AM, Skanda wrote: > Hi All, > > I have the same requirement as that of Ashish, wherein the same Dashboard > will be used by multiple users and each user will look at the charts by > applying

Re: Filter query results by current user

2016-07-25 Thread Panayotis Trapatsas
Thanks moon but this way all users need to have write permissions to run the report and every time a user runs the reports with his name all other instances are updated with this users data. I am trying to find a way for a user to filter his own data without affecting other users viewing the

Re: Filter query results by current user

2016-07-25 Thread Corneau Damien
There was a thread opened not that long ago in the mailing list with a similar use case. In short, there is currently no way to have changes made without those changes being saved. On Mon, Jul 25, 2016 at 6:25 PM, Panayotis Trapatsas < p.trapat...@pamediakopes.gr> wrote: > Thanks moon but this

Re: Setting default interpreter at notebook level

2016-07-25 Thread Jongyoul Lee
Hello Abul, Changing orders within a group dynamically is not supported yet. You can change it by making interpreter-setting.json in a resources directory In a interpreter-setting.json, you can find a property named `default`. If it's true, That will be a default interpreter in a group. If you

Re: Filter query results by current user

2016-07-25 Thread Panayotis Trapatsas
Is there a way to open a separate interpreter for each different user that logs in the notebook? On Mon, Jul 25, 2016 at 12:36 PM, Corneau Damien wrote: > There was a thread opened not that long ago in the mailing list with a > similar use case. > > In short, there is

Fwd: Apache Zeppelin 0.6.0 Installation on Windows

2016-07-25 Thread VIVEK NARAYANASETTY
Hi All, Can any one suggest how to Install/Configure zeppelin on windows. FYI, I have downloaded pre built Binary Package Release 0.6.0 and tried to start zeppelin as mentioned in the documentation(refer below URL). But no luck. Please find the attached error log for more details.

  1   2   3   4   5   6   7   8   9   10   >