Re: Updating the official homepage

2017-05-25 Thread Paul-Armand Verhaegen
+1 for not starting that war without data on usage. P > On 25 May 2017, at 10:56, Partridge, Lucas (GE Aviation) > wrote: > > Some great ideas here. > > I’m just a bit concerned about the most popular interpreters being listed as > Spark, JDBC and Python. Is that based on real usage data f

Re: Updating the official homepage

2017-05-25 Thread moon soo Lee
Hi, I just counted number of issues in Zeppelin JIRA, with text Spark / Livy - 841 / 117 JDBC / SQL - 195 / 252 Python - 234 Shell - 169 Markdown - 90 Cassandra - 83 Theses numbers reflect community activity on each interpreter. Although they are not exactly usage, i think it is still meaningful

Re: Updating the official homepage

2017-05-25 Thread Park Hoon
Hi, All! Thanks for your opinion. I think we can search in stackoverflow as well using tags. - `apache-zeppelin`: 555 questions - `apache-zeppelin` + `spark`: 264 - `apache-zeppelin` + `python`: 28 - `apache-zeppelin` + `hive`: 20 - `apache-zeppelin` + `cassandra`: 11 - `apache-zeppelin` + `jdbc`

Zeppelin Spark Impersonation Issue

2017-05-25 Thread Ankam Venkat
Hello Zeppelin Experts, I am using 0.7.1 version of Zeppelin on a kerberized HDP 2.5 platform. I enabled user impersonation in sh and spark interpretors. Sh interpreter worked after adding below line in zeppelin-env.sh export ZEPPELIN_IMPERSONATE_CMD='sudo -H -u ${ZEPPELIN_IMPERSONATE_USER} bash