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")
圧縮形式を指定すると、それが使用されます。区切り文字を指定する必要はありません。