[
https://issues.apache.org/jira/browse/IMPALA-11212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Quanlong Huang resolved IMPALA-11212.
-------------------------------------
Resolution: Duplicate
[~zx778899] Thanks for reporting this! I think this is the same issue reported
in IMPALA-10792.
> Operations not supported. Table test.t1 access type is: NONE
> -------------------------------------------------------------
>
> Key: IMPALA-11212
> URL: https://issues.apache.org/jira/browse/IMPALA-11212
> Project: IMPALA
> Issue Type: Question
> Components: Clients
> Affects Versions: Impala 4.0.0
> Environment: hdp 3.1.1
> hive 4.0
> impala 4.0
> Reporter: liu
> Priority: Major
>
> I can successfully create a hive table using impala
> {code:java}
> [gpmaster:21050] test> create table t1 (a string);
> Query: create table t1 (a string)
> +-------------------------+
> | summary |
> +-------------------------+
> | Table has been created. |
> +-------------------------+
> Fetched 1 row(s) in 0.42s
> [gpmaster:21050] test> show tables;
> Query: show tables
> +------+
> | name |
> +------+
> | t1 |
> +------+
> Fetched 1 row(s) in 0.01s
> {code}
> But I failed to access this hive table
> {code:java}
> [gpmaster:21050] test> select * from t1;
> Query: select * from t1
> Query submitted at: 2022-03-31 00:27:11 (Coordinator: http://gpmaster:25000)
> ERROR: AnalysisException: Operations not supported. Table test.t1 access
> type is: NONE {code}
> The error looks like a permission issue, but I don't know where to set the
> permission
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)