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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -