You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Qutiba (JIRA)" <ji...@apache.org> on 2016/08/11 10:45:20 UTC

[jira] [Updated] (KUDU-1532) Update for Bulk doesn't work

     [ https://issues.apache.org/jira/browse/KUDU-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Qutiba updated KUDU-1532:
-------------------------
    Summary: Update for Bulk doesn't work   (was: Upsert for Bulk doesn't work )

> Update for Bulk doesn't work 
> -----------------------------
>
>                 Key: KUDU-1532
>                 URL: https://issues.apache.org/jira/browse/KUDU-1532
>             Project: Kudu
>          Issue Type: Bug
>         Environment: Impala
>            Reporter: Qutiba
>
> Written in Kudu documentation "Updating In Bulk"
> You can update in bulk using the same approaches outlined in Inserting In Bulk.
> Upsert for Bulk doesn't work  in impala for the following two Kudu tables:
> ---------------
> update Ktable1 set
> select * from Ktable2;
> ----------------
> or 
> -----------------
> update Ktable1 
> select * from Ktable2;
> -----------------
> Also no examples for applying update in Bulk. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)