java - Data insertion fails after a particular level of values in spark -
i have created apache spark application analyze table cassandra , insert table in cassandra. after particular number of insertion (217 records), insertion failing , spark stops abruptly. have tried setting executor memory 2g. there else should add configuration?
i found issue , there null value present in cassandra clustering column .that reason error.