Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,6 @@ public void setRecoveryPath(Path recoveryPath) {
_recoveryPath = recoveryPath;
}

/**
* Get the path specific to this auxiliary service to use for recovery.
*/
protected Path getRecoveryPath(String fileName) {
return _recoveryPath;
}

/**
* Figure out the recovery path and handle moving the DB if YARN NM recovery gets enabled
* and DB exists in the local dir of NM by old version of shuffle service.
Expand Down