-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] intermittent orc test_read_round_trip failed due to /tmp/hive location #6146
Comments
This was referenced Jul 29, 2022
this was firstly reported in one of #5941 premerge builds |
Closing this as not showing anymore in recent days. Please reopen if see this again |
another instance of this issue popped up on CI |
gerashegalov
added a commit
to gerashegalov/spark-rapids
that referenced
this issue
Oct 7, 2022
Fixes NVIDIA#6146 - Create a place holder for global initialization for pytests - Add /tmp/hive provisioning. It's a world-writable dir where hive creates user-writable dirs `/tmp/hive/$USER` Signed-off-by: Gera Shegalov <gera@apache.org>
jlowe
pushed a commit
that referenced
this issue
Oct 11, 2022
Fixes #6146 - Create a place holder for global initialization for pytests - Add /tmp/hive provisioning. It's a world-writable dir where hive creates user-writable dirs `/tmp/hive/$USER` Signed-off-by: Gera Shegalov <gera@apache.org> Signed-off-by: Gera Shegalov <gera@apache.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
We saw this intermittently in a few pre-merge builds, this is not always reproducible.
I guess its due to parallel test running and some bad timing. Not sure which case might introduced the side effect here
The root scratch dir: /tmp/hive on HDFS should be writable. Current permissions are: rwxr-xr-x
The text was updated successfully, but these errors were encountered: