Good morning - I have a file in hdfs that I can write to once but when I try to append to it I receive an error stating that someone else owns the file lease.
I am the only one trying to append to this file. I have also made sure that dfs.support.append has been set to true. Additionally, I have also tried setting the the dfs.replication to 1 since I read this had helped someone else with this issue. However, neither of these have allowed me to append to the file. My HDFS setup consists of a name node, a secondary name node, and 2 data nodes. Any suggestions that you might be able to provide would be greatly appreciated. Thank you for your time. -Tarik
