RE: Zeppelin and Java 8

2017-05-03 Thread Polina Marasanova
hanks :) 2017년 5월 4일 (목) 오전 9:57, Polina Marasanova mailto:polina.marasan...@quantium.com.au>>님이 작성: Hi everyone, We really need to have Java 8 in our Zeppelin. I've seen a pull request about a year ago to upgrade Java version. It was closed as not urgent. Are there any updates regar

Zeppelin and Java 8

2017-05-03 Thread Polina Marasanova
Hi everyone, We really need to have Java 8 in our Zeppelin. I've seen a pull request about a year ago to upgrade Java version. It was closed as not urgent. Are there any updates regarding this matter? How dangerous it could be if I change the version to 1.8 in a pom.xml myself and rebuild it?

RE: Config for spark interpreter

2016-09-07 Thread Polina Marasanova
olina From: Polina Marasanova [polina.marasan...@quantium.com.au] Sent: Thursday, 8 September 2016 1:46 PM To: users@zeppelin.apache.org Subject: RE: Config for spark interpreter Hi Mina, Thank you for your response. I double checked approach 1 and 3, still no luck. Probably the point is tha

RE: Config for spark interpreter

2016-09-07 Thread Polina Marasanova
son file if you want to change one of below properties: * spark.app.name<http://spark.app.name> * spark.executor.memory * spark.cores.max * spark.master The properties other than above, you can configure them in spark-default.conf. Regards, Mina On Tue, Aug 9, 2016

RE: ActiveDirectoryGroupRealm.java allows user outside of searchBase to login

2016-09-07 Thread Polina Marasanova
oks like it's related to auth process. ________ From: Polina Marasanova [polina.marasan...@quantium.com.au] Sent: Thursday, 8 September 2016 10:41 AM To: users@zeppelin.apache.org; d...@zeppelin.incubator.apache.org; us...@zeppelin.incubator.apache.org Subject:

RE: Authenticate 1 user per notebook

2016-09-07 Thread Polina Marasanova
it's related to auth process. ________ From: Polina Marasanova [polina.marasan...@quantium.com.au] Sent: Wednesday, 17 August 2016 10:48 AM To: users@zeppelin.apache.org Subject: Authenticate 1 user per notebook Hi everyone, I'm back with my authentication questions.

RE: ActiveDirectoryGroupRealm.java allows user outside of searchBase to login

2016-09-07 Thread Polina Marasanova
sue. We are seriously blocked by it, but really want to start using 0.6.0 Cheers Thanks Polina Marasanova From: Weipu Zhao [zhaoweipu@gmail.com] Sent: Sunday, 21 August 2016 4:37 AM To: d...@zeppelin.incubator.apache.org; us...@ze

Authenticate 1 user per notebook

2016-08-16 Thread Polina Marasanova
Hi everyone, I'm back with my authentication questions. Here is my shiro.ini config file. The problem is that it lets in all users from search base "OU=Users,DC=companyname,DC=local" How can I restrict the access to only one user who owns a notebook? The process zeppelin-daemon.sh is running by

RE: Config for spark interpreter

2016-08-08 Thread Polina Marasanova
just overwrite them. Once this is done, you can define the Spark default configurations in its config file living in conf/spark.default.conf. Cheers, Ndjido. > On 08 Aug 2016, at 07:31, Polina Marasanova > wrote: > > Hi everyone, > > I have a question: in previous versions of

Config for spark interpreter

2016-08-07 Thread Polina Marasanova
st way for version 0.6.0 to provide a bunch of defaults specific to a project? Thanks Cheers Polina Marasanova

RE: Securing ldap password in shiro.ini

2016-08-03 Thread Polina Marasanova
tried it but hope it works your case, too. Thanks, moon On Mon, Aug 1, 2016 at 10:08 PM Polina Marasanova mailto:polina.marasan...@quantium.com.au>> wrote: Hi everyone, I'm using Zeppelin with Active Directory authentication. Our LDAP server requires authentication as well. The proble

Securing ldap password in shiro.ini

2016-08-01 Thread Polina Marasanova
login activeDirectoryRealm.systemPassword = secret What would be a good way to secure ldap password? Cheers, Polina Marasanova

PAM authentication

2016-06-09 Thread Polina Marasanova
Hello, Probably it will be stupid question: is it possible to do configure Apache Shiro to use PAM file? I found this project on github and it might be useful https://github.com/plaflamme/shiro-libpam4j Cheers Polina

RE: Interpreter groups list empty

2016-06-07 Thread Polina Marasanova
show that bug with current master. Hope this help, Jongyoul On Tue, Jun 7, 2016 at 4:39 PM, Polina Marasanova mailto:polina.marasan...@quantium.com.au>> wrote: Hi all, I recently build Zeppelin-0.6.0-SNAPSHOT and it looks and works great, thank you. Unfortunately I cannot add my custom inte

Interpreter groups list empty

2016-06-07 Thread Polina Marasanova
Hi all, I recently build Zeppelin-0.6.0-SNAPSHOT and it looks and works great, thank you. Unfortunately I cannot add my custom interpreter via interpreters tab. I need Apache Drill (connected via jdbc) Steps to reproduce: 1. Go to interpreters tab 2. Click "+Create" 3. Insert: name, properties

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

2016-05-30 Thread Polina Marasanova
'File name too long' error when running scala code in Zeppelin 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 mailto:polina.marasan...@quantium.com.au>> wrote: Thanks for the response I added '

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

2016-05-29 Thread Polina Marasanova
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 mailto:polina.marasan...@quantium.com.au>> wrote: Hello, Sometimes running scala code in Zeppelin I'm getting an error 'File nam

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

2016-05-27 Thread Polina Marasanova
820 Could you please advice me what is the right way to apply this option? I already tried this to add in spark-defaults.conf this: spark.driver.extraJavaOptions -Xmax-classfile-name=128 And it doesn't help. Thank you Cheers Polina Marasanova

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

2016-05-27 Thread Polina Marasanova
820 Could you please advice me what is the right way to apply this option? I already tried this to add in spark-defaults.conf this: spark.driver.extraJavaOptions -Xmax-classfile-name=128 And it doesn't help. Thank you Cheers Polina Marasanova