Export operator fails when the file exceeds 50MB
book
Article ID: KB0076897
calendar_today
Updated On:
Spotfire Data Science Team Studio
6.5.0
Show More
Show Less
Description
When running the Export operator, the export fails when the file being exported is larger than 50.0MB. This is the default export limit.
Resolution
The export max file is configurable in the alpine.conf file.
Default Location:
$CHORUS_HOME/shared/ALPINE_DATA_REPOSITORY/configuration/alpine.conf Add the following parameter and change the file size value to what you need to export your file. Default size is 50 MB.
alpine.operators.export.max_hdfs_file_size_mb=1000
Restart Team Studio for this change to apply.
Issue/Introduction
Export operator fails when trying to export something that is larger than 50MB in size. By default, the maximum file you can export is set at 50MB. This is configurable in alpine.conf.
Feedback
thumb_up
Yes
thumb_down
No