apache / apache/paimon

[Bug] use cdh‘s hive catalog by flink,flink cann't read hive tables i just created

Open
#1,549 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
3.4k
Forks
1.4k
Avg merge
1d 11h
Merged PRs (30d)
396

Description

### Search before asking

- [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.

### Paimon version

0.5

### Compute Engine

flink-1.16.2
hive-2.1-cdh-6.3

### Minimal reproduce step

![image](https://github.com/apache/incubator-paimon/assets/7940247/c9b1049d-334d-4373-9468-8b75ff79fd26)

CREATE CATALOG my_pamon_hive1 WITH (
'type' = 'paimon',
'metastore' = 'hive',
'uri' = 'thrift://10.206.38.51:9083',
'warehouse' = 'hdfs://10.206.38.52:8020/paimon_hive/'
);

use CATALOG my_pamon_hive1;

show databases;

create database hive1;

use hive1;

### What doesn't meet your expectations?

i can find `hive1` database and use it

### Anything else?

_No response_

### Are you willing to submit a PR?

- [ ] I'm willing to submit a PR!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the CREATE CATALOG, database creation, and table-read flow with Paimon 0.5, Flink 1.16.2, and Hive 2.1-CDH-6.3. Clarify which table creation and read commands fail, then trace the catalog and Hive metastore integration. Done means tables created through the catalog can be discovered and read by Flink.

Written by the indexing model from the issue text.

Assessment

Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.