You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are failing on hadoop 3.1.1 with the following error:
File "./hdfs/test/test_client.py", line 274, in test_simple_with_plusself.client.write('ap+q', b' world!', append=True)
File "./hdfs/hdfs/client.py", line 501, in write
res =self._append(hdfs_path, buffersize=buffersize)
File ".//hdfs/hdfs/client.py", line 118, in api_handlerraise err
Exception: File /user/<user>/.hdfscli/ap+q not found.
As upgrading HDFS is a non-trivial operation, I'm wondering if this client library would be able to special-case this inconsistency to allow for smooth upgrading over HDFS versions.
The text was updated successfully, but these errors were encountered:
Given the following test-case:
We are failing on hadoop 3.1.1 with the following error:
and succeeding on 3.1.4, due to changes made in:
As upgrading HDFS is a non-trivial operation, I'm wondering if this client library would be able to special-case this inconsistency to allow for smooth upgrading over HDFS versions.
The text was updated successfully, but these errors were encountered: