Uploaded image for project: 'HPCC'
  1. HPCC
  2. HPCC-11079

Remote Copy fails on complex dataset

    XMLWordPrintable

Details

    • Improvement
    • Status: Resolved
    • Not specified
    • Resolution: Fixed
    • None
    • 5.0.4
    • Documentation
    • 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

      {maxlength(20480)};
      DATASET(layout_int) offset{maxlength(20480)}

      ;
      END;

      Attachments

        Activity

          People

            jamesdefabia Jim DeFabia
            johnholt John Holt
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: