-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.7.3
-
Fix Version/s: None
-
Component/s: documentation, Interpreters, zeppelin-interpreter, zeppelin-server
-
Labels:None
-
Docs Text:> Apache Zeppelin provides pluggable interpreter architecture which results in a wide and variety of the supported backend system.
According to the documentation, one should be able to dynamically load and unload Zeppelin interpreters at runtime:
http://zeppelin.apache.org/docs/0.7.3/manual/dynamicinterpreterload.html
However, going to the `/api/interpreter/load/` and `/api/interpreter/unload/` REST endpoints results in a 404 HTTP response.
Looking through the source, I'm unable to find where the `load` and `unload` endpoints might be handled. Therefore, either a) the docs or incorrect, or b) the feature isn't working.