Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-29689

NIFI Performance issue - ConvertExcelToCSVProcessor to handle more data

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • None
    • API / DataSet

    Description

      Currently , when we try to convert an excel with records more than 100,000,000 record type, it throws error and doesnt convert the file to csv format.

       

      This can be fixed by adding the below line before reading the excel in the code. 

      IOUtils.setByteArrayMaxOverride(2147483647);

       

      The value hardcoded is the max length of int array above which we cant handle for now. 

       

      Attachments

        1. image-2022-10-19-18-04-33-092.png
          507 kB
          Vrinda Palod
        2. image-2022-10-19-18-03-13-983.png
          645 kB
          Vrinda Palod

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vrindapalod Vrinda Palod
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: