Delete File Target#
Example#
targets:
deleteTempFiles:
kind: deleteFile
location: hdfs:///tmp/my-location
Fields#
kind(mandatory) (type: string):deleteFiledescription(optional) (type: string): Optional descriptive text of the build targetlocation(mandatory) (type: string):
Supported Execution Phases#
BUILD- This will remove the specified location
Read more about execution phases.