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

Adding New Configuration To Support ZSTD Level #11196

Open
Amar1404 opened this issue May 12, 2024 · 3 comments
Open

Adding New Configuration To Support ZSTD Level #11196

Amar1404 opened this issue May 12, 2024 · 3 comments
Labels
configs feature-enquiry issue contains feature enquiries/requests or great improvement ideas

Comments

@Amar1404
Copy link

Tips before filing an issue

  • Have you gone through our FAQs?

  • Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org.

  • If you have triaged this as a bug, then file an issue directly.

Describe the problem you faced

A clear and concise description of the problem.

To Reproduce

Steps to reproduce the behavior:

Expected behavior
hoodie.parquet.zstd.compression.level
Config to support the level setting for zstd in SPARK or parquet write.
A clear and concise description of what you expected to happen.

Environment Description

  • Hudi version :

  • Spark version : 3.3

  • Hive version :

  • Hadoop version :

  • Storage (HDFS/S3/GCS..) :

  • Running on Docker? (yes/no) :

Additional context

Add any other context about the problem here.

Stacktrace

Add the stacktrace of the error.

@danny0405
Copy link
Contributor

In Flink, you can use parquet. prefix for any property that you wanna customize with the parquet writer, not sure whether Spark has the similiar function.

@ad1happy2go
Copy link
Contributor

@Amar1404 With spark, Did you tried to give config along with write.df.

  • .option("parquet.compression.codec.zstd.level", "22")

@codope codope added feature-enquiry issue contains feature enquiries/requests or great improvement ideas configs labels May 13, 2024
@ad1happy2go
Copy link
Contributor

@Amar1404 Were you able to check this, does this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configs feature-enquiry issue contains feature enquiries/requests or great improvement ideas
Projects
Status: Awaiting Triage
Development

No branches or pull requests

4 participants