[
https://issues.apache.org/jira/browse/HAWQ-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ed Espino updated HAWQ-1113:
----------------------------
Labels: (was: ToBeClosed)
> In force mode, hawq register error when files in yaml is disordered
> -------------------------------------------------------------------
>
> Key: HAWQ-1113
> URL: https://issues.apache.org/jira/browse/HAWQ-1113
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Command Line Tools
> Affects Versions: 2.0.1.0-incubating
> Reporter: Chunling Wang
> Assignee: Chunling Wang
> Fix For: 2.1.0.0-incubating
>
>
> In force mode, hawq register error when files in yaml is in disordered. For
> example, the files order in yaml is as following:
> {code}
> Files:
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/2
> size: 250
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/4
> size: 250
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/5
> size: 258
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/6
> size: 270
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/3
> size: 258
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW2@/1
> size: 228
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/2
> size: 215
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/3
> size: 215
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/4
> size: 220
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_OLD@/1
> size: 254
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/6
> size: 215
> - path: /hawq_default/16385/@DATABASE_OID@/@TABLE_OID_NEW@/5
> size: 210
> {code}
> After hawq register success, we select data from table and get the error:
> {code}
> ERROR: hdfs file length does not equal to metadata logic length!
> (cdbdatalocality.c:1102)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)