Re: [VOTE] Release Apache Zeppelin 0.8.1 (RC1)

2019-01-16 Thread Xun Liu
+1 > 在 2019年1月17日,下午2:50,Miquel Angel Andreu Febrer > 写道: > > +1 > > El jue., 17 ene. 2019 6:40, Jeff Zhang > escribió: > >> I will start with my +1 >> >> Jeff Zhang 于2019年1月17日周四 上午11:28写道: >> >>> Hi folks, >>> >>> I propose the following RC to be released for

Re: [Discuss] 0.8.1 Release

2019-01-15 Thread Xun Liu
+ 1 thanks! > 在 2019年1月16日,上午10:32,moon soo Lee 写道: > > +1 > > On Tue, Jan 15, 2019 at 18:28 Bicky Ealias > wrote: > Keen to see > https://issues.apache.org/jira/plugins/servlet/mobile#issue/ZEPPELIN-3800 >

Re: How to add Cassandra Interpreter to Zeppelin on EMR?

2018-12-21 Thread Xun Liu
hi, shyla deshpande You can check if the cassandra interpreter is registered in zeppelin's startup log in the zeppelin/logs/zeppelin-{hostname}.log file. You may need to restart zeppelin and you can easily see the interpreter registration information. INFO [2018-12-21 21:36:18,967]

Re: How to add Cassandra Interpreter to Zeppelin on EMR?

2018-12-22 Thread Xun Liu
ome progress. > I still have 2 issues. > 1. I was able to add the cassandra interpreter. But now I am getting the > following error. > > 2. I am unable to add spark-cassandra-connector > > > I appreciate your help. > Thanks > -Shyla > > On Fri, Dec 21,

Re: Zeppelin Ticket Inconsistency

2018-11-30 Thread Xun Liu
Hi Bradley Barber, You need to use httpclient to support setting up the session(org.apache.httpcomponents:httpclient:4.5.3). Log in to zeppelin's login, get the ticket, set it to the http session, Then you can do other operations. You can also use the following steps to verify and experiment

Re: Shiro over Nginx

2018-11-29 Thread Xun Liu
hi,Abhi Basu First you need to explain your deployment: How many zeppelin-servers do you have through nginx reverse proxy? 1)If there is only one zeppelin service, you can refer to the link below for configuration. https://zeppelin.apache.org/docs/0.6.2/security/authentication.html

Re: Runtime Exception while trying to connect to remote spark interpreters, (In yarn-cluster mode in Zeppelin-0.8.0)

2018-11-19 Thread Xun Liu
HI,Sarthak Sharma The log shows that the task submitted by spark-submmit has been waiting for execution in the queue of YARN. Is there no resource for the queue of YARN? You can specify a queue with resources in the spark interpreter via the spark.yarn.queue parameter. > 在

Re: Runtime Exception while trying to connect to remote spark interpreters, (In yarn-cluster mode in Zeppelin-0.8.0)

2018-11-20 Thread Xun Liu
; driver process remains stuck in ACCEPTED state. Is there a change in the way > it is implemented in this version ? Since we never experienced this on the > previous one (zeppelin-0.7.3) where drivers would get scheduled eventually in > their respective queues. > > On Tue, Nov 20, 2018, 7:29

Re: Dynamic updation of notes across multiple Zeppelin-0.8.0 instances (with shared notebook storage)

2019-03-25 Thread Xun Liu
https://jira.apache.org/jira/browse/ZEPPELIN-3471 This is a clustered design specifically designed to run multiple zeppelin instances simultaneously. If you implement this feature yourself, First, multiple zeppelin instances must be able to

Re: Dynamic updation of notes across multiple Zeppelin-0.8.0 instances (with shared notebook storage)

2019-03-25 Thread Xun Liu
Hi The note list can be synchronized by the refresh button, But there will still be some other problems. 1) If you modify the permissions of the note, notebook-authorization.json cannot be synchronized in real time between multiple zeppelin services. 2) If you add, modify, remove the

Re: Setting the default interpreter after creating a new notebook via REST

2019-03-06 Thread Xun Liu
Hi, Jojo Paderes Create a note via the web, Is calling here : https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java#L283

Re: Zeppelin Community Meeting Notes 3/4/2019

2019-03-18 Thread Xun Liu
Thanks Mei! :-) > 在 2019年3月19日,下午1:07,Jagjeet Malhi 写道: > > Mei - Thanks! > > >> On Mar 18, 2019, at 6:48 PM, Jeff Zhang > > wrote: >> >> Thanks Mei for organizing this, it is very helpful for zeppelin community >> >> Mei Long mailto:ml...@zepl.com>> 于2019年3月19日周二

Re: Hive Interpreter and ui-grid

2019-03-11 Thread Xun Liu
| Is there any way to turn off the editable tables? Sorry, I don't quite understand what you mean. You mean, After querying the data through hive, You want to choose data from the grid, But turned into editing data? Or, the screenshot shows you the problem you encountered? > 在

Re: Python driver in yarn

2019-03-14 Thread Xun Liu
The latest version of zeppelin, PySpark driver run in yarn. You can use the zeppelin 0.8.1 release version. > 在 2019年3月15日,上午6:42,Roshan Punnoose 写道: > > Hey guys, > > In the latest release does the pyspark driver run in yarn? In 0.7 I know it > ran on the same box as the Zeppelin

Re: Spark issue moving from local to yarn-client

2019-03-14 Thread Xun Liu
Hi You can first execute a simple statement in spark, through sparksql, to see if it can run normally in YARN. If sparksql is running without problems, check the zeppelin and spark on yarn issues. Also, what do you use for zeppelin-0.7.4? zeppelin-0.8.2? Is it a branch that you maintain

Re: [DISCUSS] Deprecate support for Spark 2.2.x and earlier version

2019-02-16 Thread Xun Liu
+1 > 在 2019年2月16日,下午2:44,Felix Cheung 写道: > > +1 > > > From: Jeff Zhang > Sent: Thursday, February 14, 2019 10:28 PM > To: users > Subject: [DISCUSS] Deprecate support for Spark 2.2.x and earlier version > > Hi Folks, > > Spark 2.2.x will be EOL[1] from January of 2019. So I am

Re: python interpreter not working

2019-06-04 Thread Xun Liu
hi, Manuel Did you enter the wrong information in the paragraph? Can you type in the paragraph in the python interpreter? %python Print "hello world.” Try it. > On Jun 5, 2019, at 11:04 AM, Manuel Sopena Ballesteros > wrote: > > Same error without impersonation  <>à The interpreter will

Apache Zeppelin meetup. 2/June at Shanghai, China

2019-05-28 Thread Xun Liu
for machine learning 5. Zeppelin Support Multiple Hadoop Clusters You can check agenda, time, location and RSVP here https://www.slidestalk.com/m/33 Best, Xun Liu

Re: Editing files on filesystem from Zeppelin?

2019-06-14 Thread Xun Liu
%sh.terminal interpreter has been merged into the master branch and should be released with zeppelin 0.9.0. > On Jun 15, 2019, at 2:31 AM, xiufeng liu wrote: > > very nice feature. look forward to it. when will the next release be? > > liu > > On Fri, 14 Jun 2019, 09:56 Queimado, Fernando

Re: Failed to start Zeppelin

2019-06-08 Thread Xun Liu
hi, xiufeng I checked it. This problem is org.jvnet.hk2 using gson for List, The problem triggered by the paradigm shift. org.glassfish.hk2.api.MultiException: A MultiException has 1 exceptions. They are: 1. java.lang.RuntimeException: Can not convert this type of property: class

Re: Editing files on filesystem from Zeppelin?

2019-06-13 Thread Xun Liu
With the new %sh.terminal interpreter, you can directly edit the files in the server or perform any other terminal operations. The code for the %sh.terminal interpreter has been merged into the master branch and will be released in the zeppelin-0.9.0 release. > On Jun 13, 2019, at 10:07 PM,

Re: Docker images for various deployments

2019-06-20 Thread Xun Liu
Yes, I developed the zeppelin interpreter on docker feature. https://github.com/apache/zeppelin/pull/3383 I want to push the image of the zeppelin interpreter onto the dockerhub. But I don't know how to do it? > On Jun 20, 2019, at 3:18 PM, Ori

I have refactored the shell interpreter, welcome comments

2019-05-15 Thread Xun Liu
Hi Folks, The current shell interpreter functionality is simple. Execute a command, Session does not record the status after executing the command, You can only enter all the commands in one paragraph. There is no way to explore on a command-by-command basis. Now the shell interpreter can't

[discuss] if runners permission is empty, every authenticated user can view the notebook

2019-05-23 Thread Xun Liu
Hi Folks, https://issues.apache.org/jira/browse/ZEPPELIN-4167 if runners permission is empty, every authenticated user can view the notebook. I also think that if you don't set permissions, you shouldn't use anyone. This is more rigorous,

Re: How to deploy Zeppelin Notebook on Internet Facing Server

2019-04-26 Thread Xun Liu
Maybe Zeppelin Notebook Serving(Https://github.com/apache/zeppelin/pull/3356 ) is what you want. > 在 2019年4月27日,上午4:51,Jagjeet Malhi 写道: > > Hi All- > > I am looking a way to open up zeppelin over the internet in a controlled > manner where

Re: Vega-lite / vegas in Zeppelin

2019-05-02 Thread Xun Liu
Stéphane Thank you for telling me vega-lite, Zeppelin is really a magical software! > 在 2019年5月2日,下午9:06,stephane.d...@orange.com 写道: > > Perfect ! Thanks a lot J > > Stéphane > > From: Jeff Zhang [mailto:zjf...@gmail.com] > Sent: Thursday, May 2, 2019 14:59 > To: users > Subject: Re:

Re: Compile error

2019-08-29 Thread Xun Liu
hi, xiufeng liu: Please send me your zeppelin-interpreter-shll.log file. > On Aug 29, 2019, at 9:50 PM, Jeff Zhang wrote: > > + Xun who implement the interactive shell. > > > > xiufeng liu mailto:toxiuf...@gmail.com>> 于2019年8月29日周四 > 下午9:44写道: > Dear Jeff, > > Thanks! It works. > But,

Re: Zeppelin Studio Proposal

2019-08-26 Thread Xun Liu
Zeppelin is very much in need of a front end developed using VUE.js front-end technology. Thank you for your contribution. :-) Xun Liu Best Regards > On Aug 26, 2019, at 9:21 PM, Jeff Zhang wrote: > > + user mail list > > > Thanks Malay for the proposal. The zeppelin fron

Re: [ANNOUNCE] Welcome Alex Ott as New Committer

2020-01-11 Thread Xun Liu
Hi, Alex Ott. Congratulations on becoming a committer of Apache Zeppelin !! :-) On Sat, Jan 11, 2020 at 4:38 PM Jongyoul Lee wrote: > That's really great!! > > I appreciate his activities against Apache Zeppelin and I'm really happy as > I have already known how difficult to contribute an

Re: [VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-26 Thread Xun Liu
+1 On Thu, Mar 26, 2020 at 5:33 AM moon soo Lee wrote: > +1 > > Tested > - The binary package can run tutorial notebook out of the box > - Can build docker image > - scripts/docker/zeppelin/bin/Dockerfile give me some error on R > dependency installation. But I think it's not a blocker.

Re: [DISCUSS] Release for 0.9.0-preview-1

2020-03-17 Thread Xun Liu
+1^10 On Wed, Mar 18, 2020 at 9:22 AM Jongyoul Lee wrote: > +1 > > 2020년 3월 17일 (화) 오후 11:29, Sam Nicholson 님이 작성: > > > +1 > > > > On Mon, Mar 16, 2020, 10:45 Jeff Zhang wrote: > > > >> Hi Folks, > >> > >> I'd like to start the discussion of releasing of 0.9.0-preview-1. As we > >> discussed

Re: [Announce] New Zeppelin Committer: Philipp Dallig

2020-06-27 Thread Xun Liu
That's great news! Welcome aboard Philipp! :-) On Sat, Jun 27, 2020 at 8:43 AM Yadong Xie wrote: > welcome! > > On Saturday, June 27, 2020, Alex Ott wrote: > > > That's great news! Welcome aboard Philipp! > > > > On Fri, Jun 26, 2020 at 8:23 AM Jeff Zhang wrote: > > > > > > > > The Project