Export operator fails when the file exceeds 50MB

Export operator fails when the file exceeds 50MB

book

Article ID: KB0076897

calendar_today

Updated On:

Products Versions
Spotfire Data Science Team Studio 6.5.0

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.

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.

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.