You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Acharki Mohammed (JIRA)" <ji...@apache.org> on 2017/09/26 17:21:00 UTC

[jira] [Created] (IMPALA-5984) Can not ALTER or DROP a big partitionned tables - CAUSED BY: MetaException: Timeout when executing..

Acharki Mohammed created IMPALA-5984:
----------------------------------------

             Summary: Can not ALTER or DROP a big partitionned tables - CAUSED BY: MetaException: Timeout when executing.. 
                 Key: IMPALA-5984
                 URL: https://issues.apache.org/jira/browse/IMPALA-5984
             Project: IMPALA
          Issue Type: Bug
          Components: Catalog
    Affects Versions: Impala 2.9.0
            Reporter: Acharki Mohammed


Hi,

I have a partitionned tables that haveĀ more thanĀ 50k partitions, it work a good except the Hive Metastore operations, like DROP and ALTER ... RENAME, I face this error message:

{code:java}
Query: drop table cars
ERROR: ImpalaRuntimeException: Error making 'dropTable' RPC to Hive Metastore: 
CAUSED BY: MetaException: Timeout when executing method: drop_table_with_environment_context; 600003ms exceeds 600000ms
{code}

I don't now if it's, a memory problem, or it's normal and I should adjust the timeout value.. ? if yes, which one ?

Thanks to help me ASAP.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)