Re: [DISCUSS] Update Roadmap

2016-03-01 Thread Zhong Wang
+1 on @rick. quality is really important... I am still encountering bugs consistently On Tue, Mar 1, 2016 at 10:16 AM, TEJA SRIVASTAV wrote: > +1 on @rick > > On Tue, Mar 1, 2016 at 11:26 PM Benjamin Kim wrote: > >> I see in the Enterprise section that multi-tenancy will be included, will >> th

Re: error "Could not find creator property with name 'id' "

2016-03-01 Thread moon soo Lee
I thought https://issues.apache.org/jira/browse/ZEPPELIN-469 resolved this issue. But if your Zeppelin is based on 0.5.6 or master branch, and you've faced the problem, could you share how to reproduce ? Thanks, moon On Tue, Mar 1, 2016 at 12:36 PM enzo wrote: > Hi Moon > > Thanks!! The fixes

Re: Zeppelin Real Time usecases

2016-03-01 Thread moon soo Lee
Hi Shabeel, Trying https://gist.github.com/granturing/a09aed4a302a7367be92 would help. It displays tweets on the map in realtime, data from spark streaming. Thanks, moon On Tue, Mar 1, 2016 at 12:48 AM Shabeel Syed wrote: > Hi All, > >I'm planning to give a demo tomorrow to my team here on

Re: error "Could not find creator property with name 'id' "

2016-03-01 Thread enzo
Hi Moon Thanks!! The fixes proposed in the post resolved my problem. On the other hand, if this is happening to everybody (as I assume), maybe this should be addressed a bit more systematically?? Thanks again! Enzo e...@smartinsightsfromdata.com > On 1 Mar 2016, at 19:13, moon soo Lee wr

Re: error "Could not find creator property with name 'id' "

2016-03-01 Thread moon soo Lee
Hi Enzo, It happens when you have multiple version of jackson library in your classpath. Please check following email thread http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/com-fasterxml-jackson-databind-JsonMappingException-td1607.html Thanks, moon On Tue, Mar 1, 2016 a

Re: Math formula on %md model

2016-03-01 Thread moon soo Lee
+1 This would be useful On Tue, Mar 1, 2016 at 7:36 AM Aish Fenton wrote: > +1 that'd be amazing. > On Mon, Feb 29, 2016 at 6:04 PM Trevor Grant > wrote: > >> +1 for math formula support in the mark down interpreter, >> >> Trevor Grant >> Data Scientist >> https://github.com/rawkintrevo >> http

Re: [DISCUSS] Update Roadmap

2016-03-01 Thread TEJA SRIVASTAV
+1 on @rick On Tue, Mar 1, 2016 at 11:26 PM Benjamin Kim wrote: > I see in the Enterprise section that multi-tenancy will be included, will > this have user impersonation too? In this way, the user executing will be > the user owning the process. > > On Mar 1, 2016, at 12:51 AM, Shabeel Syed wr

Re: [DISCUSS] Update Roadmap

2016-03-01 Thread Benjamin Kim
I see in the Enterprise section that multi-tenancy will be included, will this have user impersonation too? In this way, the user executing will be the user owning the process. > On Mar 1, 2016, at 12:51 AM, Shabeel Syed wrote: > > +1 > > Hi Tamas, >Pluggable external visualization is rea

Re: Can zeppelin send email by using scheduler?

2016-03-01 Thread Felix Cheung
Sounds like it could be an interesting feature to add. Would you like to contribute? :) On Tue, Mar 1, 2016 at 3:49 AM -0800, "魏龙星" wrote: In that case, users have to write code for every notebook. Eran Witkon 于2016年3月1日周二 下午7:48写道: > I guess that if the scheduler can run a notebook

error "Could not find creator property with name 'id' "

2016-03-01 Thread enzo
I get the following euro in a variety of circumstances. I’ve downloaded zeppelin a couple of days ago. I use Spark 1.6.0. For example: %spark val raw = sc.textFile("/tmp/github.json”) // reading a 25Mb file from /tmp Gives the following error. Hey please!! com.fasterxml.jackson.databind.

Re: Math formula on %md model

2016-03-01 Thread Aish Fenton
+1 that'd be amazing. On Mon, Feb 29, 2016 at 6:04 PM Trevor Grant wrote: > +1 for math formula support in the mark down interpreter, > > Trevor Grant > Data Scientist > https://github.com/rawkintrevo > http://stackexchange.com/users/3002022/rawkintrevo > http://trevorgrant.org > > *"Fortunate is

RE: problem with start H2OContent

2016-03-01 Thread Silvio Fiorito
Make sure the quotes are around the value, not the whole variable in zeppelin-env.sh: export SPARK_HOME=”/path_with_spark_1.5” export SPARK_SUBMIT_OPTIONS=”--packages ai.h2o:sparkling-water-core_2.10:1.5.10” From: Aleksandr Modestov Sent: Tuesday, March 1,

Re: problem with start H2OContent

2016-03-01 Thread Aleksandr Modestov
Zepellin doesn't work with external Apache Spark, but I can launch Spark with h2o package from shell. I use a string export "SPARK_HOME=/path_with_spark_1.5" in zeppelin-env.sh. But I'm not sure that zeppelin sees the extermal interpreter. On Mon, Feb 29, 2016 at 7:35 PM, Silvio Fiorito < silvio.f

Re: Can zeppelin send email by using scheduler?

2016-03-01 Thread 魏龙星
In that case, users have to write code for every notebook. Eran Witkon 于2016年3月1日周二 下午7:48写道: > I guess that if the scheduler can run a notebook then the notebook code > can send the mail > Eran > On Tue, 1 Mar 2016 at 13:38 魏龙星 wrote: > >> Zeppelin already support scheduler. However users can

Re: Can zeppelin send email by using scheduler?

2016-03-01 Thread Eran Witkon
I guess that if the scheduler can run a notebook then the notebook code can send the mail Eran On Tue, 1 Mar 2016 at 13:38 魏龙星 wrote: > Zeppelin already support scheduler. However users can only check the > results on the web. The scheduler is useless since users can execute on the > web. I am w

Can zeppelin send email by using scheduler?

2016-03-01 Thread 魏龙星
Zeppelin already support scheduler. However users can only check the results on the web. The scheduler is useless since users can execute on the web. I am wondering whether zeppelin can support sending the result to users like crontab. Any suggestions? Thanks. Longxing

Re: [DISCUSS] Update Roadmap

2016-03-01 Thread Shabeel Syed
+1 Hi Tamas, Pluggable external visualization is really a GREAT feature to have. I'm looking forward to this :) Regards Shabeel On Tue, Mar 1, 2016 at 2:16 PM, Tamas Szuromi wrote: > Hey, > > Really promising roadmap. > > I'd only push more visualization options. I agree built in visualizat

Zeppelin Real Time usecases

2016-03-01 Thread Shabeel Syed
Hi All, I'm planning to give a demo tomorrow to my team here on Zeppelin. It would be great, if I can get a list of some real time usecases with Zeppelin by prominent companies . Regards, Shabeel

Re: [DISCUSS] Update Roadmap

2016-03-01 Thread Tamas Szuromi
Hey, Really promising roadmap. I'd only push more visualization options. I agree built in visualization is needed with limited charting options but I think we also need somehow 'inject' external js visualizations also. For scheduling Zeppelin notebooks we use https://github.com/airbnb/airflow

Re: [DISCUSS] Update Roadmap

2016-03-01 Thread Eran Witkon
One point to clarify, I don't want to suggest Oozie in specific, I want to think about which features we develop and which ones we integrate external, preferred Apache, technology? We don't think about building our own storage services so why build our own scheduler? Eran On Tue, 1 Mar 2016 at 09:4