Description
It is useful to know when writing records if exceptions are encountered. On large scale WARN is better to differentiate between these exceptions as oppose to INFO.
Code I propose to improve is GoraRecordWriter#write(K key, V value)
It is useful to know when writing records if exceptions are encountered. On large scale WARN is better to differentiate between these exceptions as oppose to INFO.
Code I propose to improve is GoraRecordWriter#write(K key, V value)