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 don't actually run parquet_testing_test in this job and the hdfs_glob is called during the pytest collection process. The root cause is that the integration tests run in yarn docker container and the hadoop is only available on the host. Seems we could mount hadoop to the container to fix it.
Sorry for the confusion caused. The hdfs_glob relies on hadoop command to find files from hdfs. In container, hadoop command is not installed which causes this error. I think probably we could mount the hadoop binary and other necessary hadoop related confs and files from the host to fix this error.
Describe the bug
The parquet_testing_test.py is failing on the YARN EGX Cluster. rapids_it-EGX-Yarn - build 845
The text was updated successfully, but these errors were encountered: