Re: RE: 0.9 Zeppelin release schedule

2019-06-01 Thread antonkulaga
Some issues were already created by others, for instance offline installation of Hellium ( https://issues.apache.org/jira/browse/ZEPPELIN-3999?jql=text%20~%20%22helium%20offline%22 ) For the issues that I created I changed them to Blocker On 2019/06/01 06:16:12, Jeff Zhang wrote: > Could you

Re: RE: 0.9 Zeppelin release schedule

2019-05-31 Thread antonkulaga
Regarding features that I think will be very interesting: * Scala 2.12 support * fix dependency hell with "org.apache.commons:commons-lang3:3.8.1" which I have to add to spark intepreter to make 2.4.x work * offline downloading of Hellium packages. I personally want to be able to download it and

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

2019-01-19 Thread antonkulaga
+1 cause, I desperately need Spark 2.4.0 support On 2019/01/17 05:40:17, Jeff Zhang wrote: > I will start with my +1 > > Jeff Zhang 于2019年1月17日周四 上午11:28写道: > > > Hi folks, > > > > I propose the following RC to be released for the Apache Zeppelin > > 0.8.1 release. > > > > > > The commit id

installing Hellium packages from command line

2018-11-04 Thread antonkulaga
I am making a custom zeppelin container that will have some visualizations preinstalled. Could you tell me which bash commands I should run to install hellium packages? I will put them to my Dockerfile

accessing sql cell from another cell

2018-08-16 Thread antonkulaga
Hello everybody, I find it very convenient to pass value between interpreters with Zeppelin context, however, I do not understand how I should pass results of SQL queries in %sql cell to my spark scala cell. Could you please explain how to do it? In the docs there are only examples of passing