Help Center/ ROMA Connect/ FAQs/ Data Integration/ Common Data Integration Tasks/ Does MRS Hive Support Partitioning?
Updated on 2025-07-22 GMT+08:00
Does MRS Hive Support Partitioning?
MRS Hive supports partitioning.
When entering mapping information, you can comply with the following format:
{
"partion_col":{
"origin_col": "Partition field name of the source table",
"target_col": "Partition field name of the destination"
},
"col_seq":{
"index_0": "Source table field 1",
"index_1": "Source table field 2",
"index_2": "Source table field 3"
}
} Partitioning is optional for MRS Hive.
If there is no partition, comply with the following format when entering mapping information:
{
"col_seq":{
"index_0": "Source table field 1",
"index_1": "Source table field 2",
"index_2": "Source table field 3"
}
} Parent topic: Common Data Integration Tasks
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.