Skip to content

Commit

Permalink
[hotfix][docs] Fix typo in classloading doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaGYZ authored and tillrohrmann committed Jan 14, 2019
1 parent 7206d20 commit c9af982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/monitoring/debugging_classloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ classes are loaded dynamically when the jobs are submitted.
In setups where dynamic classloading is involved (sessions), there is a hierarchy of typically two ClassLoaders:
(1) Java's *application classloader*, which has all classes in the classpath, and (2) the dynamic *user code classloader*.
for loading classes from the user-code jar(s). The user-code ClassLoader has the application classloader as its parent.
cases.

By default, Flink inverts classloading order, meaning it looks into the user code classloader first, and only looks into
the parent (application classloader) if the class is not part of the dynamically loaded user code.
Expand Down

0 comments on commit c9af982

Please sign in to comment.