I have a TSV file which I would like to convert to parquet files. I have one drillbit in distributed mode. The file is around 44mio records. I can run the process with 1mio records and it's fine. But if I try to import all then I get following error:
Query Failed: An Error Occurred org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalStateException: Failure while closing accountor. Expected private and shared pools to be set to initial values. However, one or more were not. Stats are zone init allocated delta private 10000000 8610302 1389698 shared 10000000 10000000 0. Fragment 0:0 [Error Id: 0deb0877-cc1d-4de6-b564-302666213488 on chzrh0spsv0159.swissport.aero:31010] I don't understand the error message. Can anybody help? Uwe
