Data skipped while writing Spark Streaming output to HDFS

2015-10-12 Thread Sathiskumar
.toString(); } } Please let me know if I'm missing anything? Thanks for your help. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Data-skipped-while-writing-Spark-Streaming-output-to-HDFS-tp25026.html Sent from the Apache Spa

Re: Data skipped while writing Spark Streaming output to HDFS

2015-10-12 Thread Shixiong Zhu
} > > public String generateFileNameForKeyValue(K key, V value, String name) > { > return key.toString(); > } > } > > Please let me know if I'm missing anything? Thanks for your help. > > > > > -- > V