I get the below exception when I get data from NIFI using code, (uses both
memory and disk, incase of spill)
JavaReceiverInputDStream packetStream =
ssc.receiverStream(new NiFiReceiver(config,
StorageLevel.MEMORY_AND_DISK_SER()));
but still fails with below exception
*
"Job aborted due to stage failure: Task 7 in stage 2124.0 failed 4 times,
most recent failure: Lost task 7.3 in stage 2124.0 (TID 52789,
sxdn2.dtcc.localdomain): java.lang.Exception: Could not compute split, block
input-0-1467153173896 not found"*
is there something I am missing ?.Please advice.
Thanks
Pradeep
--
View this message in context:
http://apache-nifi-developer-list.39713.n7.nabble.com/Could-not-compute-split-block-input-tp12381.html
Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.