Package org.apache.storm.container.oci
Class HdfsOciResourcesLocalizer
java.lang.Object
org.apache.storm.container.oci.HdfsOciResourcesLocalizer
- All Implemented Interfaces:
- OciResourcesLocalizerInterface
- 
Constructor Details- 
HdfsOciResourcesLocalizerpublic HdfsOciResourcesLocalizer()
 
- 
- 
Method Details- 
initInitialization.- Specified by:
- initin interface- OciResourcesLocalizerInterface
- Parameters:
- conf- the storm conf.
- Throws:
- IOException- on I/O exception
 
- 
localizeDownload the resources from HDFS to local dir.- Specified by:
- localizein interface- OciResourcesLocalizerInterface
- Parameters:
- ociResource- The oci resource to download
- Returns:
- the destination of the oci resource
- Throws:
- IOException- on I/O exception
 
 
-