Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ZEPPELIN-5702] Refactor spark interpreter module structure #4344

Merged
merged 1 commit into from Apr 15, 2022

Conversation

zjffdu
Copy link
Contributor

@zjffdu zjffdu commented Apr 6, 2022

What is this PR for?

Currently, there's one 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. 

This PR is to restructure the spark module: move the code in spark-scala-parent to each scala module (scala-2.11,scala-2.12,scala-2.13), this would cause code duplication, but ease the development phase and maintenance.

After this PR, you can run spark unit test directly without any extra configuration in intellij.

What type of PR is it?

[Improvement | Refactoring]

Todos

  • - Task

What is the Jira issue?

How should this be tested?

  • CI pass

Screenshots (if appropriate)

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@zjffdu zjffdu force-pushed the ZEPPELIN-5702 branch 5 times, most recently from b196540 to 2b9fe2c Compare April 7, 2022 23:39
@zjffdu zjffdu changed the title [ZEPPELIN-5702] Refactor spark interpreter module structure [Draft] [ZEPPELIN-5702] Refactor spark interpreter module structure Apr 8, 2022
@zjffdu zjffdu force-pushed the ZEPPELIN-5702 branch 3 times, most recently from ce5abd2 to 8e0c0ad Compare April 8, 2022 14:42
@zjffdu zjffdu changed the title [Draft] [ZEPPELIN-5702] Refactor spark interpreter module structure [ZEPPELIN-5702] Refactor spark interpreter module structure Apr 9, 2022
@zjffdu zjffdu force-pushed the ZEPPELIN-5702 branch 4 times, most recently from acf8c5e to 1131564 Compare April 11, 2022 23:51
@zjffdu
Copy link
Contributor Author

zjffdu commented Apr 15, 2022

Will merge if no more comment

@jongyoul jongyoul merged commit f504068 into apache:master Apr 15, 2022
@jongyoul
Copy link
Member

I merged it. Thank you :-)

prabhjyotsingh pushed a commit to prabhjyotsingh/zeppelin that referenced this pull request May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants