maxcompute 和 hive 之间同步,有复杂数据类型方案
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/melin/datatunnel
```
DATATUNNEL SOURCE("maxcompute") OPTIONS (
projectName = "datac_test2",
tableName = "my_table_struct",
accessKeyId = 'xxx',
secretAccessKey = 'xxxxx',
endpoint='http://service.cn-hangzhou.maxcompute.aliyun.com/api',
columns = ["*"]
)
SINK("hive") OPTIONS (
databaseName = "default",
tableName = 'my_table_struct',
writeMode = 'overwrite',
columns = ["*"]
)
```

Contributor guide
No contributing guide indexed for this repository
Research direction
Review the linked datatunnel project and the MaxCompute-to-Hive source and sink configuration shown in the issue. Determine how the complex data types in the example should be handled; done means a documented or implemented synchronization approach that covers this configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100