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.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -