Repository hdfs in 5.x is throwing AbstractFileSystem exception

i tried installing repository-hdfs-5.6.3 on my elasticsearch-5.6.3 setup

when i tried creating a repository, i faced the following error
{"error":{"root_cause":[{"type":"repository_exception","reason":"[fpti] failed to create repository"}],"type":"repository_exception","reason":"[fpti] failed to create repository","caused_by":{"type":"unchecked_i_o_exception","reason":"org.apache.hadoop.fs.UnsupportedFileSystemException: fs.AbstractFileSystem.hdfs.impl=null: No AbstractFileSystem configured for scheme: hdfs","caused_by":{"type":"unsupported_file_system_exception","reason":"fs.AbstractFileSystem.hdfs.impl=null: No AbstractFileSystem configured for scheme: hdfs"}}},"status":500}

The hadoop version we are using is
HDP_VERSION=2.5.3.0-37

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.