Hi Team, I am Running the drill in embedded mode. The drill version is 1.20.1.
After running multiple queries from WEB UI which opens 8000 parquet compressed files it gives me the below error. I am running queries one after another. My understanding is that once the query is completed successfully or failed then it should release the memory. So the system should not give this error if I am executing the queries one at a time. I have not changed any memory settings for drill. Any suggestions? warning UserException : RESOURCE ERROR: There is not enough heap memory to run this query using the web interface. org.apache.drill.common.exceptions.UserException: RESOURCE ERROR: There is not enough heap memory to run this query using the web interface. Please try a query with fewer columns or with a filter or limit condition to limit the data returned. You can also try an ODBC/JDBC client. [Error Id: c63dda94-071a-4c79-953c-fab956418cd8 ]
