Skip to content
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

[ADAM-1280] Silence CRAM logging in tests. #1294

Merged
merged 1 commit into from
Nov 28, 2016

Conversation

fnothaft
Copy link
Member

Resolves #1280.

I tried for a while but couldn't silence the Parquet logging in the tests. We're still on Parquet 1.8.1, which messes with the Java util logging package, while Parquet 1.9.0 upgrades to Log4j. I figured that we'll punt on silencing the Parquet logs until we upgrade to 1.9.0, since that should then be a trivial fix.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/1641/
Test PASSed.

Copy link
Member

@heuermh heuermh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Much appreciated

@heuermh heuermh merged commit 4c8ef3b into bigdatagenomics:master Nov 28, 2016
@heuermh
Copy link
Member

heuermh commented Nov 28, 2016

Thank you, @fnothaft!

@heuermh
Copy link
Member

heuermh commented Jan 23, 2017

The 1.8.2 parquet release may help (https://issues.apache.org/jira/browse/PARQUET-423).
@rdblue I don't see the 1.8.2 release in Maven Central, is it just waiting on the rsync?

@rdblue
Copy link

rdblue commented Jan 23, 2017

The 1.8.2 release is still a candidate, we're voting on it right now. PARQUET-423 is included in that release.

@heuermh
Copy link
Member

heuermh commented Jan 23, 2017

Got it, thank you, @rdblue! Forgot about the Apache release process, I'll drop in on the dev@ mailing list to check out the release candidate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parquet and CRAM debug logging during unit tests
4 participants