-
Type:
New Feature
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.8.0, 0.9.0
-
Fix Version/s: None
-
Component/s: Interpreters
-
Labels:
-
Docs Text:The documentation provided with PR-2834 (see reference above) will cover the proposed implementation.
This is a follow on issue to ZEPPELIN-1967 (Passing Z variables to Shell and SQL Interpreters). It envisages the extension of the functionality in ZEPPELIN-1967 to all Zeppelin interpreters.
An examination of the source code of the Zeppelin interpreters shows that the same functionality can be extended to all interpreters (with a few exceptions) by making simple changes in just one or two lines in/around the interpret method of each Interpreter sub-class. The implementation approach can be seen in the PR-2834 associated with ZEPPELIN-1967.