Abhishek created KUDU-3267:
------------------------------
Summary: Improve error logging when writing to non-existant
partition through kudu java client
Key: KUDU-3267
URL: https://issues.apache.org/jira/browse/KUDU-3267
Project: Kudu
Issue Type: Improvement
Components: client, java
Reporter: Abhishek
When trying to access a non-existing partition, through spark a customer
encountered the below error message which is not too self explanatory:
{code:java}
Caused by: java.lang.RuntimeException: Failed to write 1 rows to Kudu; Sample
errors: Not found: ([0x000000018005BDAA4BF52400, 0x000000028005BCC2F4C85400))
at
org.apache.kudu.spark.kudu.KuduContext$$anonfun$writeRows$1.apply(KuduContext.scala:366)
at
org.apache.kudu.spark.kudu.KuduContext$$anonfun$writeRows$1.apply(KuduContext.scala:350){code}
Filing this Jira to make the error message more meaningful
--
This message was sent by Atlassian Jira
(v8.3.4#803005)