[
https://issues.apache.org/jira/browse/IMPALA-8489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16840743#comment-16840743
]
Tim Armstrong edited comment on IMPALA-8489 at 5/15/19 8:28 PM:
----------------------------------------------------------------
I was using hive 2. It reproduced locally for me on both the dockerized and
non-dockerized miniclusters the first time I ran it on each.
Here's a one-liner I used to repro on my dev environment - branched off
3567a2b5d4f797d0d48e37efc0126d022cb6a189.
{noformat}
start-impala-cluster.py --impalad_args=--use_local_catalog=true
--catalogd_args="--catalog_topic_mode=minimal -hms_event_polling_interval_s=1"
&& impala-py.test tests/metadata/test_recover_partitions.py -k post_invalidate
{noformat}
was (Author: tarmstrong):
I was using hive 2. It reproduces locally for me on both the dockerized and
non-dockerized miniclusters.
Here's a one-liner I used to repro on my dev environment - branched off
3567a2b5d4f797d0d48e37efc0126d022cb6a189.
{noformat}
start-impala-cluster.py --impalad_args=--use_local_catalog=true
--catalogd_args="--catalog_topic_mode=minimal -hms_event_polling_interval_s=1"
&& impala-py.test tests/metadata/test_recover_partitions.py -k post_invalidate
{noformat}
> TestRecoverPartitions.test_post_invalidate fails with IllegalStateException
> with local catalog
> ----------------------------------------------------------------------------------------------
>
> Key: IMPALA-8489
> URL: https://issues.apache.org/jira/browse/IMPALA-8489
> Project: IMPALA
> Issue Type: Bug
> Components: Catalog
> Affects Versions: Impala 3.3.0
> Reporter: Tim Armstrong
> Assignee: Todd Lipcon
> Priority: Critical
>
> {noformat}
> metadata/test_recover_partitions.py:279: in test_post_invalidate
> "INSERT INTO TABLE %s PARTITION(i=002, p='p2') VALUES(4)" % FQ_TBL_NAME)
> common/impala_test_suite.py:620: in wrapper
> return function(*args, **kwargs)
> common/impala_test_suite.py:628: in execute_query_expect_success
> result = cls.__execute_query(impalad_client, query, query_options, user)
> common/impala_test_suite.py:722: in __execute_query
> return impalad_client.execute(query, user=user)
> common/impala_connection.py:180: in execute
> return self.__beeswax_client.execute(sql_stmt, user=user)
> beeswax/impala_beeswax.py:187: in execute
> handle = self.__execute_query(query_string.strip(), user=user)
> beeswax/impala_beeswax.py:364: in __execute_query
> self.wait_for_finished(handle)
> beeswax/impala_beeswax.py:385: in wait_for_finished
> raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
> E ImpalaBeeswaxException: ImpalaBeeswaxException:
> E Query aborted:IllegalArgumentException: no such partition id 6244
> {noformat}
> The failure is reproducible for me locally with catalog v2.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]