public class DistributedCommandUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
getDetailedCmdStatus(long jobControlId,
JobMasterClient client,
Set<String> failedFiles,
List<String> completedFiles)
Get detailed information about a command.
|
public static void getDetailedCmdStatus(long jobControlId, JobMasterClient client, Set<String> failedFiles, List<String> completedFiles) throws IOException
jobControlId
- the job control id of a commandclient
- job master clientfailedFiles
- all the failed files, stored in a setcompletedFiles
- all the completed filesIOException
Copyright © 2023. All Rights Reserved.