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

OMID-231 Build and test Omid with Hadoop 3 #117

Closed
wants to merge 2 commits into from

Conversation

stoty
Copy link
Contributor

@stoty stoty commented Aug 29, 2022

No description provided.

Copy link
Contributor

@richardantal richardantal left a comment

Choose a reason for hiding this comment

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

Looks good, left some minor comments

.gitignore Outdated
@@ -15,6 +15,7 @@ lib/
*.iws
*~
*.swp
^dev-support/artifacts
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need the ^ character

Also I would add dev-support/work here too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, that is not a regex.

@@ -378,6 +378,8 @@

<!-- Exclude config and scripts -->
<exclude>**/dev-utils/*</exclude>
<exclude>dev-support/artifacts/**</exclude>
Copy link
Contributor

Choose a reason for hiding this comment

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

Also we should exclude this and dev-support/work/** folders from apache-rat-plugin
And maybe move those exclusions from a profile to apply globally but that could be handled as a separate task as it is not related to the scope of this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, that's not not strictly in scope, but makes testing the rat settings easier.

@stoty
Copy link
Contributor Author

stoty commented Aug 31, 2022

I hopefully fixed the problems you found, please check again.

Copy link
Contributor

@richardantal richardantal 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 Istvan for the fix.
Now I have only the bintray-settings.xml found by rat check but I'll handle that as part of OMID-189

@stoty stoty closed this Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants