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

NIFI Performance issue - ConvertExcelToCSVProcessor to handle more data

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment