Logstash webhdfs output plugin creates folder and subfolders with user "alpha" even after mentioning user "beta" in webhdfs

Logstash webhdfs output plugin creates folder and subfolders with user "alpha" even after mentioning user "beta" in webhdfs. Although both user alpha and beta are present in hadoop cluster, and at logstash server as well. It also create timestamp folder with folder name -100 to hadoop file path , as we have mentioned %{+HH}00 as a folder name. We are not expecting this folder -100 to be created through logstash webhdfs output plugin , and want hadoop folders to be created with beta user only , as we have mentioned beta user in webhdfs configuration at logstash side. We are using httpfs. Could you please suggest solution here?

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