Details
-
Improvement
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
None
-
None
Description
Using remote copy without NOSPLIT enabled results in a “Failed: Source file format is not specified or is unsuitable for (re-)partitioning” error message.
Changing the copy to enable the NOSPLIT option worked.
If we really cannot copy and automatically partition files like this one, it would be nice to include some examples of the types of files that can not be re-partitioned and that the NOSPLIT option must be specified.
The layout for data file is:
layout_int := RECORD
unsigned4 val;
END;
RECORD
unicode searchable_value;
unsigned8 value_hash;
unsigned4 date;
unsigned8 source_id;
unsigned8 query_id;
unsigned2 col;
unsigned2 col_item;
unsigned2 col_position;
unsigned8 bpos;
DATASET(layout_int) word
DATASET(layout_int) offset{maxlength(20480)}
;
END;