[
https://issues.apache.org/jira/browse/KUDU-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Chennaka updated KUDU-3612:
------------------------------------
Description:
Continuing the work done in KUDU-3350, we should have respective IgnoreRows()
for all of the operations in KuduContext.scala - insert(currently marked
deprecated) and update for uniformity.
Currently one of the alternatives is to use something like the below:
{code:java}
val writeKuduOptions =
Map("kudu.master"->"master:7051","kudu.table"->"table_name","kudu.operation"->"xx_ignore")
df.write.format("kudu").options(writeKuduOptions).mode("append").save(){code}
was:
Continuing the work done in KUDU-3350, we should have respective IgnoreRows()
for all of the operations in KuduContext.scala - insert(currently marked
deprecated), update and upsert for uniformity.
Currently one of the alternatives is to use something like the below:
{code:java}
val writeKuduOptions =
Map("kudu.master"->"master:7051","kudu.table"->"table_name","kudu.operation"->"xx_ignore")
df.write.format("kudu").options(writeKuduOptions).mode("append").save(){code}
> kudu-spark IgnoreRows for all operations support
> ------------------------------------------------
>
> Key: KUDU-3612
> URL: https://issues.apache.org/jira/browse/KUDU-3612
> Project: Kudu
> Issue Type: Improvement
> Reporter: Abhishek Chennaka
> Priority: Major
>
> Continuing the work done in KUDU-3350, we should have respective IgnoreRows()
> for all of the operations in KuduContext.scala - insert(currently marked
> deprecated) and update for uniformity.
> Currently one of the alternatives is to use something like the below:
> {code:java}
> val writeKuduOptions =
> Map("kudu.master"->"master:7051","kudu.table"->"table_name","kudu.operation"->"xx_ignore")
> df.write.format("kudu").options(writeKuduOptions).mode("append").save(){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)