Is there any way to work with Api HDFS using Ruby? As I understand it, there is no multilingual Api file, and the only way is to use the native Java Api. I tried to use JRuby, but this solution is unstable and not very native. I also looked at the HDFS Thrift Api, but it is not complete, and also lacks many functions (for example, for writing to indexed files).
Is there a way to work with HDFS using Ruby besides using JRuby or Thrift Api?
source
share