Hive中建立orc表,插入orc表

1 建立orc表apache CREATE EXTERNAL TABLE foo (      columnA string,      columnB string ) PARTITIONED BY (date string) ROW FORMAT DELIMITED FIELDS TERMINATED BY "\t" STORED AS ORC LOCATION '/path/to/hive/
相關文章
相關標籤/搜索