You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2016/12/09 02:08:58 UTC

[jira] [Created] (ZEPPELIN-1773) Remove method destroy() in Interpreter

Jeff Zhang created ZEPPELIN-1773:
------------------------------------

             Summary: Remove method destroy() in Interpreter
                 Key: ZEPPELIN-1773
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1773
             Project: Zeppelin
          Issue Type: Improvement
    Affects Versions: 0.7.0
            Reporter: Jeff Zhang
            Assignee: Jeff Zhang
            Priority: Minor


IMHO destroy is a little functional duplicated with close. And it seems currently only cassandra use destroy and it just calls close()  https://github.com/apache/zeppelin/blob/master/cassandra/src/main/java/org/apache/zeppelin/cassandra/CassandraInterpreter.java#L231. So IMO, we could delete destroy method, also we can delete the destroy method in InterpreterGroup. 
\cc [~moon]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)