admin管理员组

文章数量:1400024

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: .apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "file". Not sure what config I'm missing here. Can someone help here please.

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: .apache.hadoop.fs.UnsupportedFileSystemException: No FileSystem for scheme "file". Not sure what config I'm missing here. Can someone help here please.

Share Improve this question asked Mar 26 at 17:31 Prajyod KumarPrajyod Kumar 4372 gold badges5 silver badges15 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I have used fs.azure.data.blocks.buffer: bytebuffer in my flink configuration and this fixed the above issue.

本文标签: hadoopUnable to stream data to azure blob using flink jobStack Overflow