starrocks湖到仓

LOAD LABEL bpit_bi.fwwiptransaction_20220720
(
    DATA INFILE("hdfs://name01.baidu.com/user/hive/warehouse/bpit_bi.db/cux_tab_01/time_mon=202112/*.*")
    INTO TABLE fwwiptransaction
    FORMAT AS "parquet"
    (sysid,lasttxnid,txnsequence,activity,wipid,userid,lotobject,associationid,txncomment,parenttxn,txntimestamp,undoflag,wipstepref,lotqtyin,lotqtyout,txnqty,stepid,trackingid,trackingunit,bundletxnid,attribute,originalvalue,newvalue,instep,quantityin,inlocation,holdrelease,reworkstep,componentqtyadded,componentqtyremoved,mergestepid,outstep,quantityout,originalstep,newstep,path,frommaterial,consumeqty,fromlocation,tolocation,newproduct,newplan,receiveinfo,shipmentnumber,mainlotid,futureholdplanid,futureholdstepid,clearfutureholdplanid,clearfutureholdstepid,transferfromlotid,transfertolotid,transferqty,trackintime,lasttrackout,undotype,wiptxntoundo,stepidbeforeundo,stepidtoundo,stepidafterundo,stephandleforundo,endstephandle,rejoinstephandle,newlotid,oldlotid,futuretype,futureplanid,futurestepid,componentid,schedule,scheduleversion,extendedproperties,futureholdid,shift,source_sysid,extract_time,time_mon)
    COLUMNS FROM PATH AS(time_mon)
)
WITH BROKER 'hdfs_broker'
(
        "hadoop.security.authentication"="kerberos",
        "kerberos_principal"="[email protected]",
        "kerberos_keytab_content"="AIAAgQhRD3H0YHCwAAAAIAA"

)
PROPERTIES
(
    "timeout" = "259200",
    "load_mem_limit" = "12884901888"
); 

你可能感兴趣的:(starrocks,数据库)