Hi,I am doing total order sort using the TotalOrderPartitioner. The petitioner requires a squenceFile with keys of type WritableComparable. Now I can create a sequence file using AvroKey type but that does not work as the class is not WritableComparable. How can I create such a file using avro data ?
regards Rahul
