Skip to content

[MINOR] Removed classloaderInterpreter on RemoteInterpreterServer - #990

Closed
jongyoul wants to merge 1 commit into
apache:masterfrom
jongyoul:minor-unwrap-classloaderinterpreter-in-remoteinterpreterserver
Closed

[MINOR] Removed classloaderInterpreter on RemoteInterpreterServer#990
jongyoul wants to merge 1 commit into
apache:masterfrom
jongyoul:minor-unwrap-classloaderinterpreter-in-remoteinterpreterserver

Conversation

@jongyoul

Copy link
Copy Markdown
Member

What is this PR for?

Removed usage of ClassloaderInterpreter while RemoteInterpreter is being created.

What type of PR is it?

[Refactoring]

Todos

  • - Fixed the codes for not using ClassloaderInterpreter

What is the Jira issue?

N/A

How should this be tested?

This PR should not change any user experience

Screenshots (if appropriate)

Questions:

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

Classloader in RemoteInterpreter uses system classloader, thus there's no reason why interpreter is wrapped by Classloader

Classloader in interpreter uses system classloader, thus there's no reason why interpreter is wrapped by Classloader
@jongyouljongyoul reopened this Jun 11, 2016
@jongyoul

Copy link
Copy Markdown
MemberAuthor

@Leemoonsoo Review this, please.

@jongyoul

Copy link
Copy Markdown
MemberAuthor

I'll merge it

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jongyoul