You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2020. It is now read-only.
We use schedoscope (version 0.9.6) with Scala 2.11.11 and the export function for exporting a view to a FTP server.
If we disable compression of the output files, it works totally as expected. But if we enable gzip compression the original file extension (in our case .csv) is missing. According to the docs, the .gz extension should only be appended to the orgiginal file name:
We use schedoscope (version
0.9.6) with Scala2.11.11and the export function for exporting a view to a FTP server.If we disable compression of the output files, it works totally as expected. But if we enable gzip compression the original file extension (in our case .csv) is missing. According to the docs, the .gz extension should only be appended to the orgiginal file name:
<prefix>-<mr-task-id-that-generated-the-chunk>-<number-of-chunks>.json|csv[.gz|.bz2]The file format definition looks like this:
And the export definition looks like this: