Output data size limitations
If a returned dataset exceeds the allowed limit, R reports a size limit error.
In this case, R fails to return the dataset to Team Studio and reports a size limit error, similar to the following.
You can increase the size limit, or you can sample the output data before assigning the dataset to the alpine_output variable.
Execution of 'R Execute-1' failed. Error details: Error in failOnOversizedDF(alpine_output, 1.6e+07): alpine_output is 32000776 bytes but the maximum allowed object size to be returned is 16000000 per object. Sample the output data or increase the Akka message sizes on the R server.
The status results provide an option to download the SQL log for further information.
Copyright © Cloud Software Group, Inc. All rights reserved.