메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


create external table db.table (name string) partitions by ( partition_dt string) 

row format delimited

fields terminated by '\u0001' lines terminated by '\u0003';

위로