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
.option("record_format", "D") should be used for most ASCII use cases with the latest Cobrix.
Basically, 'D' uses Hadoop ASCII file splitter which is faster. But until recently Cobrix didn't support ASCII charsets other than UTF8 using that splitter. So we implemented dour own and called it D2. But now 'D' supports ASCII charsets as well, so these record formats are almost identical. Please, use 'D' with the latest Cobrix.
Question
could you help with providing the differences and in which scenario's the corresponding record formats should be used?
The text was updated successfully, but these errors were encountered: