bharath v created IMPALA-7935:
---------------------------------
Summary: /catalog_object end point broken in LocalCatalog mode
Key: IMPALA-7935
URL: https://issues.apache.org/jira/browse/IMPALA-7935
Project: IMPALA
Issue Type: Bug
Components: Catalog
Affects Versions: Impala 3.1.0
Reporter: bharath v
Start Impala coordinator in LocalCatalog mode (v2)
{code}
start-impala-cluster.py -s 1 --impalad_args="--use_local_catalog=true"
--catalogd_args="--catalog_topic_mode=minimal"
{code}
Check the following URL.
http://<coordinator-host>:25000/catalog_object?object_type=TABLE&object_name=functional_text_lzo.alltypesaggmultifiles
It says,
{noformat}
Error: UnsupportedOperationException: LocalCatalog.getTCatalogObject
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)