MikeThomsen commented on issue #3222: NIFI-5900 Added StreamingJsonReader.
URL: https://github.com/apache/nifi/pull/3222#issuecomment-447833164
 
 
   @markap14 @mattyb149 @ijokarumawak @zenfenan @ottobackwards 
   
   We got a file format that looks roughly like this:
   
   ```
   {
      "something": "something",
      "massive_list": [ 9GB later... ]
   }
   ```
   
   Tested this on a 25GB JSON file, and ConvertRecord was able to stream 
through it and make a 16GB Avro file.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to