RE: Multiple groups in shiro config for url restriction

2018-03-08 Thread LINZ, Arnaud
? If not, that would be a great idea, as it's not a good practice to patch every software you want to install. -----Message d'origine- De : LINZ, Arnaud Envoyé : jeudi 8 mars 2018 17:14 À : 'users@zeppelin.apache.org' Objet : Multiple groups in shiro config for u

Multiple groups in shiro config for url restriction

2018-03-08 Thread LINZ, Arnaud
Hello, I try to restrict the interpreter configuration page to some specific groups. /api/interpreter/** = authc, roles[admin1] works fine, but I have *multiple* ldap groups to authorize. I've tried : /api/interpreter/** = authc, roles[admin1,admin2] /api/interpreter/** = authc, roles[admin1,

jdbc interpretor user & password

2018-03-08 Thread LINZ, Arnaud
Hello, I'd like to connect to an external (Teradata) database with zeppelin, using %jdbc interpretor. Here is my context: - The user is logged in to zeppelin using a LDAP account known in the Hadoop context, not the database - The user is impersonified for spark operation using "sudo" commands

RE: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread LINZ, Arnaud
De : Jeff Zhang [mailto:zjf...@gmail.com] Envoyé : mardi 6 février 2018 12:04 À : users@zeppelin.apache.org Objet : Re: How to have a native graphical representation (%sql) of a HiveContext? It is weird, there should be a interpreter log file with name 'zeppelin-interpreter-spark*.log'

RE: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread LINZ, Arnaud
2017 12:20:37 PM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.apache.zeppelin.rest De : Jeff Zhang [mailto:zjf...@gmail.com] Envoyé : mardi 6 février 2018 11:17 À : users@zeppelin.apache.org Objet : Re:

RE: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread LINZ, Arnaud
ntext/HiveContext in zeppelin as zeppelin will create that for you. If you zeppelin.spark.useHiveContext to true variable sqlContext will be HiveContext, other it is SqlContxt LINZ, Arnaud mailto:al...@bouyguestelecom.fr>>于2018年2月5日周一 下午9:15写道: Thanks for your answer, but it does not address

RE: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-05 Thread LINZ, Arnaud
when you create multiple spark interpreter in one zeppelin instance. LINZ, Arnaud mailto:al...@bouyguestelecom.fr>>于2018年2月5日周一 下午8:33写道: Hello, I’m trying to install Zeppelin (0.7.2) on my CDH cluster, and I am unable to connect the sql + graphical representations of the %sql inter

How to have a native graphical representation (%sql) of a HiveContext?

2018-02-05 Thread LINZ, Arnaud
Hello, I’m trying to install Zeppelin (0.7.2) on my CDH cluster, and I am unable to connect the sql + graphical representations of the %sql interpreter with my Hive data, and more surprisingly I really can’t find any good source on the internet (apache zeppelin documentation or stack overflow)