Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix test hang caused by parquet hadoop test jar log4j file #6049

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

tgravescs
Copy link
Collaborator

fixes #6017

The issue here is that the parquet-hadoop-1.X-tests.jar contains a log4j.properties file that was being picked up by the executors. It has debug turned on and causes a ton of logging. This might be a bit hacky but just remove the log4j.properties file from the parquet hadoop test jar before we run the tests. This seems the most straight forward thing without having to create our own shims for the test jar. Open to other ideas if people have them.

Also fixes an issue with the comparison where it wasn't actually running the encryption test when it should be. The check was missing the $ in the variable name.

tested on standalone 3.2.2 and 3.3 and in local mode.

Signed-off-by: Thomas Graves tgraves@nvidia.com

jar

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
@tgravescs tgravescs added the test Only impacts tests label Jul 21, 2022
@tgravescs tgravescs added this to the Jul 11 - Jul 22 milestone Jul 21, 2022
@tgravescs tgravescs self-assigned this Jul 21, 2022
@tgravescs
Copy link
Collaborator Author

build

@tgravescs tgravescs merged commit b1f7874 into NVIDIA:branch-22.08 Jul 22, 2022
@tgravescs tgravescs deleted the fixencrypttesthang branch July 22, 2022 19:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] test_parquet_read_round_trip hanging forever in spark 32x standalone mode
2 participants