Abhishek Chennaka created KUDU-3612:
---------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)