I'm running flink job and on my local machine I dont see any issue of streaming the data to Azure blob, but when I deploy on dev environment I'm seeing an error in the console like Caused by: org.apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "file". Not sure what config I'm missing here. Can someone help here please.
I have used fs.azure.data.blocks.buffer: bytebuffer in my flink configuration and this fixed the above issue.