Jeff Zhang created ZEPPELIN-5702: ------------------------------------ Summary: Refactor spark interpreter module structure Key: ZEPPELIN-5702 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5702 Project: Zeppelin Issue Type: Improvement Components: spark Affects Versions: 0.10.1 Reporter: Jeff Zhang
Currently, there's on spark-scala-parent module which is shared by multiple scala module. This can reduce code duplication, but bring difficulties for developing spark module. It is not easy for new developers to configure it properly in IDE and run unit test in IDE. So this ticket is just to propose restructure the spark module: move the code in spark-scala-parent to each scala module, this would cause code duplication, but ease the development phase. -- This message was sent by Atlassian Jira (v8.20.1#820001)