Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
具有 ORC 或 Avro 格式的配置单元表指定字段分隔符意味着什么?即使指定了配置单元,它也会忽略吗?
例如,
CREATE TABLE if not exists T ( C1 STRING , C2 STRING ) ROW FORMAT DELIMITED FIELDS TERMINATED BY '\001' STORED AS ORC tblproperties ("orc.compress"="SNAPPY")
当您指定压缩格式时,将使用它。不需要指定分隔符。