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
You can check the action IO error by using the errno module and the IOError's errno member variable. It would be nice if that worked for IOErrors when working with HDFS. I don't know hadoop well enough, but it might even be possible to get this from the exit code of the process.
You can check the action IO error by using the
errno
module and theIOError
'serrno
member variable. It would be nice if that worked forIOError
s when working with HDFS. I don't know hadoop well enough, but it might even be possible to get this from the exit code of the process.Essentially I wanted to write:
But instead had to write:
The text was updated successfully, but these errors were encountered: