Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Mem Limit Issue (Impala)

Hello everyone, I'm facing an issue with an impala query of a view table that I have it connected to Power BI. DataSource.Error: ODBC: ERROR [HY000] [Microsoft][ImpalaODBC] (110) Error while ex...
  • v-hashadapu's avatar
    v-hashadapu
    1 year ago

    Hi Anonymous , Thank you for reaching out to the Microsoft Community Forum.

     

    Ask your Impala administrator to create a new view that wraps your existing query and routes it through a resource pool with a higher memory limit. That pool should have min-query-mem-limit set to at least 3.28 GB, based on the error you're seeing.

     

    Once the view is in place, you can connect to it in Power BI just like any other table or view, no changes needed on your side. This works because Impala handles memory allocation server-side, and Power BI doesn’t support SET commands or hints like /*+ SET_VAR */ for MEM_LIMIT.

     

    If this helped solve the issue, please consider marking it “Accept as Solution” so others with similar queries may find it more easily. If not, please share the details, always happy to help.
    Thank you.