EmmyMiao87 commented on issue #7789:
URL: 
https://github.com/apache/incubator-doris/issues/7789#issuecomment-1015174532


   1. create table unique_table (k1 int, k2 int) unique key(k1) distributed by 
hash(k1);
   2. EXPORT TABLE unique_table TO "hdfs://xxx:9000/xxx" WITH BROKER "xxx" 
("username"="xxx", "password"="");


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to