Input data size limitations
Pulling too much data can result in an error when you run the R Execute operator.
If your script requests data from the database or from Hadoop that is beyond the limit set by the system administrator, R Execute reports an error like the following, suggesting that you sample the data or change the limit.
Execution of 'R Execute-1' failed. Error details: The input data exceeds the size limit of 16 MB. Please either take a smaller data sample or ask your administrator to increase the permitted size.
The status results provide an option to download the SQL log for further information.
Copyright © Cloud Software Group, Inc. All rights reserved.