Open GoogleCodeExporter opened 9 years ago
Original comment by linas.vi...@continuent.com
on 18 Feb 2015 at 12:39
This issue was updated by revision r2796.
Compression support ("gzipS3Files" option).
Original comment by linas.vi...@continuent.com
on 18 Feb 2015 at 12:39
This issue was updated by revision r2797.
Example of how to use compression support ("gzipS3Files" option).
Original comment by linas.vi...@continuent.com
on 18 Feb 2015 at 12:40
I got this error while testing.
INFO | jvm 1 | 2015/02/18 18:21:05 | Caused by:
org.mozilla.javascript.WrappedException: Wrapped
com.continuent.tungsten.replicator.ReplicatorException: OS command failed:
command=gzip --keep /tmp/staging/alpha/staging0/redtest-msg-9.csv rc=1 stdout=
stderr=gzip: unrecognized option '--keep'
Original comment by jeffm...@gmail.com
on 18 Feb 2015 at 6:23
It looks like you should run `gzip -c <filename> > <filename>.gz` in order to
be compliant with older versions of gzip.
Original comment by jeffm...@gmail.com
on 18 Feb 2015 at 6:57
This issue was updated by revision r2798.
Support for older versions of gzip.
Original comment by linas.vi...@continuent.com
on 19 Feb 2015 at 8:52
Original issue reported on code.google.com by
linas.vi...@continuent.com
on 18 Feb 2015 at 12:38