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

Fixing small file handling, inline compaction defaults #599

Merged
merged 1 commit into from
Apr 3, 2019

Conversation

vinothchandar
Copy link
Member

  • This is causing poor out-of-box experience
  • Fixed small issue with quickstart

@vinothchandar vinothchandar changed the title Making default small file size = 100MB & turn on inline compaction by default [WIP] Making default small file size = 100MB & turn on inline compaction by default Mar 13, 2019
@vinothchandar vinothchandar changed the title [WIP] Making default small file size = 100MB & turn on inline compaction by default Making default small file size = 100MB & turn on inline compaction by default Mar 23, 2019
@vinothchandar vinothchandar changed the title Making default small file size = 100MB & turn on inline compaction by default Fixing small file handling, inline compaction defaults Mar 23, 2019
@n3nash
Copy link
Contributor

n3nash commented Apr 1, 2019

Couple of minor comments, rest looks good, can approve once addressed

 - Small file limit is now 100MB by default
 - Turned on inline compaction by default for MOR
 - Changes take effect on DataSource and DeltaStreamer
@vinothchandar
Copy link
Member Author

@n3nash addressed other issue.. Please merge after you take a pass and CI passes

@n3nash n3nash self-requested a review April 2, 2019 23:23
Copy link
Contributor

@n3nash n3nash left a comment

Choose a reason for hiding this comment

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

Left 1 comment in case you get to it

@vinothchandar
Copy link
Member Author

I think I resolved both your comments? @n3nash did I miss something? I added the comment to denoet the actual MB value

@vinothchandar
Copy link
Member Author

I think repush got rid of it.. fished it out of email notification

I see, put a sleep(1s) for now ?

its done internally by write client. we'd have to introduce a config and introduce a sleep in there? Alternatively, have to try mock some method intelligently.. Does not seem worth the trouble. thoughts?

@n3nash
Copy link
Contributor

n3nash commented Apr 3, 2019

Yeah, good for now, we anyways have to solve this in general for all tests.

@n3nash n3nash merged commit b34a204 into apache:master Apr 3, 2019
vinishjail97 pushed a commit to vinishjail97/hudi that referenced this pull request Mar 18, 2024
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.

2 participants