You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/02/27 11:03:45 UTC

[GitHub] [incubator-doris] wyb commented on issue #3010: Spark load etl interface

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:
users@infra.apache.org


With regards,
Apache Git Services

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