final classFileTooLargeException extends Exception
Exception thrown if the user is trying to read a file for which the disk space usage on HDFS w/o replication is above the limit configured.
If the operator developer is getting the file size limit parameter (fileSizeLimitMB) from the SparkExecutionContext.config, the message should indicate to the end user that this threshold
is configurable in the alpine configuration file, in the "custom_operator" section.
Exception thrown if the user is trying to read a file for which the disk space usage on HDFS w/o replication is above the limit configured. If the operator developer is getting the file size limit parameter (fileSizeLimitMB) from the SparkExecutionContext.config, the message should indicate to the end user that this threshold is configurable in the alpine configuration file, in the "custom_operator" section.