I’m having trouble merging 4 Parquet format files into a single Parquet file. These files together reach 10GB, or 177 million rows. I increased the knime.ini to 24GB of memory and I have 32GB of memory on my i7 notebook. What can I do to complete this task?
I have a client who needs these parquet files together in a single parquet file. They will use it on PowerBI Desktop. You are absolutely right. I should have put the parquet files inside a folder and read them all together before writing the set.
Man, you’re “brabo,” as we say in Portuguese. You easily solved the problem. The solution was just to read the folder, simple as that. I increased the memory in the knime.ini file. I believe that also helped. Thank you very much!