Hello everyone:

I have some ideas on zeppelin.

1)  Auto completion command by click "TAB" ,like ipython notebook
     I deem it's support will improve UE highly.

2)I know it's in next month that the feature of Sharing read-only notes
will be release. can we add extra privileges to note,eg:
     read:  you can only read the note if you only have the read privilege
     write:  write privilege includes read privilege, Having it, you can
edit and run paragraphs in the note in addition.
     execute: execute privilege includes read and write privileges. Having
it, you can set interpretersettings related to this note, and set crontab
job. And The most important is you can share this note to everyone you want
to share with and grant one of the three privileges 。

3)support DAG to run paragraphs in one note(in one note for simplifying).
     when click "runAll" or set crontab, if we use the spark and sql in one
note and sql codes need depends on the output of spark codes, it will go
wrong in this case.
     So, It can run as the order we wanna, if we set mark to some
paragraphs.

4)  In our cases, every groups using zeppelin have their own access
permission(hadoop account). For this, we have to start up some Zeppelin
Server(ZS). But we are inclined to "one ZS done".
     my imagining:
     add one concept called "namespace" to ZS
     Now, one ZS maps one notebook, and one notebook can map servals notes;
     Can we make ZS map some Notebooks. and every notebook is one
namespace. Move all authentication  to namespace scope.

At last, I hope to know which parts the zeppelin community will do, which
parts not to do.

please put forward valuable opinions about these and help me correct them.
I will be appreciate.

Thank you..

Reply via email to