Github user rawkintrevo commented on the issue: https://github.com/apache/zeppelin/pull/928 @bzz, - I could see usecases either way. So i've added the `--overwrite_existing` flag. If that flag is called it will delete current `%sparkMahout` and `%flinkMahout` interpreters. - renamed to add_mahout_intpreters.py (currently spark, flink, possibly beam in future, etc) - +1 on an `init` section of interpreter.json. I can think of usecases for that beyond this interpreter. Specifically, I might have an interpreter called "sparkImageProcessing" which has all of my image processing jars in the class path. So it makes sense when ever I am using that interpreter I'm going to import the usual suspects, and that always ends up being an "init" paragraph at the top of my notebook. For another day I suppose.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---