-
Notifications
You must be signed in to change notification settings - Fork 1.3k
NUTCH-3130 Address deprecated API usage across Nutch codebase and build #869
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
base: master
Are you sure you want to change the base?
Changes from 2 commits
2dc07d9
4d0431d
d97f408
8997e64
01239fc
5d5920a
3a49221
1ba758b
608f76f
e4a6faf
cc5d047
5656cc4
7043fa6
6f013c7
c0ebcca
a1854bb
0d37158
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -88,9 +88,4 @@ public PluginDescriptor getDescriptor() { | |
| private void setDescriptor(PluginDescriptor descriptor) { | ||
| fDescriptor = descriptor; | ||
| } | ||
|
|
||
| @Override | ||
| protected void finalize() throws Throwable { | ||
| shutDown(); | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure we can simply remove the call to shutdown. I need to further investigate options and confirm.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same for me.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sebastian-nagel the smoke tests passes https://ci-builds.apache.org/job/Nutch/job/Nutch-Smoke-Test-Single-Node-Hadoop-Cluster/49/ |
||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.