Advanced: configure customized CSI driver adapters
If required, you can provide a customized implementation for the CSI driver adapter plug-in, and plug it to the CSI auxiliary services.
Configure the value of the specified CSI driver adapter property in
yarn-site.xml
to a customized value depending on your
requirements.
For example, you can plug a new implementation for
ch.ctrox.csi.s3-driver
, as mentioned in the following table:
Property Name | Example Value | Description |
---|---|---|
yarn.nodemanager.csi-driver-adaptor.ch.ctrox.csi.s3-driver.class |
x.y.z.CustomizedAdaptorService |
The implementation class for the CSI driver adapter that maps to the driver
csi-driver-adaptor.ch.ctrox . |