Hi, All Is there a way to write files into remote HDFS on Linux using C# on Windows? We want to use HDFS as data storage.
We know there is HDFS java API, but not C#. We tried SAMBA for file sharing and FUSE for mounting HDFS. It worked if we simply copy files to HDFS, but if we open a filestream and write to it, it always throws exceptions. Best regards!
