Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

实现clickhouse到Doris的数据同步 #409

Open
1628090216 opened this issue Jan 21, 2025 · 4 comments
Open

实现clickhouse到Doris的数据同步 #409

1628090216 opened this issue Jan 21, 2025 · 4 comments

Comments

@1628090216
Copy link

实现clickhouse到Doris数据同步
和hive到Doris的数据同步

@baisui1981
Copy link
Member

关于hive到Doris的数据同步,hive中保存的数据的格式(format)是什么?

@1628090216
Copy link
Author

ROW FORMAT DELIMITED FIELDS TERMINATED BY '\001'
STORED AS ORC
TBLPROPERTIES (
'orc.compress' = 'SNAPPY')

@baisui1981
Copy link
Member

@baisui1981
Copy link
Member

ROW FORMAT DELIMITED FIELDS TERMINATED BY '\001' STORED AS ORC TBLPROPERTIES ( 'orc.compress' = 'SNAPPY')

ok,收到

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants