wyb commented on issue #3010: Spark load etl interface URL: https://github.com/apache/incubator-doris/issues/3010#issuecomment-591912340 Discussed with @wangbo, update loadstmt for temporary use. ```sql LOAD LABEL db_name.label_name ( DATA INFILE "/tmp/file1" INTO TABLE t1 ..., -- DATA FROM TABLE hive_table ... ) WITH spark.cluster_name [PROPERTIES ("bitmap_data" = "hive_db.table", key1=value1, ... )] ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org