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

[core]decrease the size of FileIo serialization #3348

Merged

Conversation

wg1026688210
Copy link
Contributor

@wg1026688210 wg1026688210 commented May 20, 2024

Purpose

Improvement: decrease the size of Fileio serialization

related #3342

Hive

Hive job configuration contain large num of redundant hadoop & hive config.

We don't need all of this .After retrieve paimon config from hive job configuration, we can retrieve the hadoop config from HadoopUtil. related code

HadoopUtil

There is many redundant default hadoop configs passed into the serilizarion config of Fileio after this in hadoop env

we can set that the Hadoop Configuration don't pass default value

There may lead a compatibility issue, as users may not overridden the default values for certain critical configurations , shall we add a config

Tests

API and Format

Documentation

@wg1026688210 wg1026688210 changed the title [core]decrease the size of fileio serilizarion [core]decrease the size of fileio serialization May 20, 2024
@wg1026688210
Copy link
Contributor Author

@JingsongLi cc for a discussion

@wg1026688210 wg1026688210 force-pushed the core/decrese_fileio_serilazation_size branch 3 times, most recently from fac8e23 to f94970e Compare May 20, 2024 10:48
@wg1026688210 wg1026688210 force-pushed the core/decrese_fileio_serilazation_size branch from 4c24b97 to 18233d5 Compare May 20, 2024 10:53
@wg1026688210 wg1026688210 changed the title [core]decrease the size of fileio serialization [core]decrease the size of Fileio serialization May 20, 2024
@wg1026688210 wg1026688210 changed the title [core]decrease the size of Fileio serialization [core]decrease the size of FileIo serialization May 20, 2024
Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit b0b634f into apache:master May 20, 2024
sunxiaojian pushed a commit to sunxiaojian/paimon that referenced this pull request May 28, 2024
joyCurry30 pushed a commit to joyCurry30/paimon that referenced this pull request May 30, 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