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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to