I had a question about where I could manage the size of each block of parquet file. I found this key store.parquet.block-size and also this blog post https://www.dremio.com/tuning-parquet/.
Apologies to reopen this thread - is it possible to run this on the community version? Trying to complete the dremio university lesson “Handling Nested Fields” - but opening the lessons restaurant_reviews.parquet file returns this response. List field ‘friends’ exceeded the maximum number of elements 128.Show more
Attempting to follow the instructions in this page Tuning Parquet file performance | Dremio -
ALTER SYSTEM SET store.parquet.block-size = 1073741824;
My community installation responds : Failure parsing the query. with a red underline on the whitespace between set and `store
Is there another method for applying this setting at all?
Apologies to reopen this thread - is it possible to run this on the community version? Trying to complete the dremio university lesson “Handling Nested Fields” - but opening the lessons restaurant_reviews.parquet file returns this response. List field ‘friends’ exceeded the maximum number of elements 128.Show more