Closed rjrudin closed 3 months ago
The Spark progress console writes to stderr and thus complicates life if you want to use 2>&1 to mix stderr/stdout logging. It also doesn't help much at all for import/copy/reprocess.
2>&1
The Spark progress console writes to stderr and thus complicates life if you want to use
2>&1
to mix stderr/stdout logging. It also doesn't help much at all for import/copy/reprocess.