tdunning / log-synth

Generates more or less realistic log data for testing simple aggregation queries.
Apache License 2.0
257 stars 89 forks source link

make quoting fields configurable on the synth command line #8

Closed vicenteg closed 10 years ago

vicenteg commented 10 years ago

It'd be nice to be able to directly import log-synth generated TSV into a metastore table without having to remove the quotes first.

tdunning commented 10 years ago

Fixed this just now. Added -quote command line optino that can take values of

DOUBLE_QUOTE|BACK_SLASH|OPTIMISTIC

Will update README as well.

tdunning commented 10 years ago

Updated README