Isilon/isilon_hadoop_tools

Create_Directories OneFS 8.2.2 API issue

Closed this issue · 3 comments

Running the isilon_create_directories.py script on OneFS 8.2.2 gets interrupted with the following error:

[DEBUG] response body:
{
"errors" :
[

{
"code" : "AEC_NOT_FOUND",
"message" : "Path not found: /4/protocols/hdfs/settings."
}
]
}

[ERROR] Path not found: /4/protocols/hdfs/settings.

I tried it and if we remove the /4/ from the call or replace the /4 with /9 it works. I am not sure where in the code that is.

@toeknee182 That is correct. The handler has been updated in 8.2.2, and the fix will be to integrate isi-sdk-8-2-2 when it is available.

isi-sdk-8-2-2 was released earlier today: https://pypi.org/project/isi-sdk-8-2-2/