Re: Renaming WritableComparable and existing SequenceFiles

2011-11-30 Thread Markus Jelsma
Solved! Another tool reading the same files expects various childs of WritableComparable and Writable, this of course won't throw a class cast exception. That same tool writes the using the new class. In essence, i already had a converter tool. Thanks On Wednesday 30 November 2011 16:44:49 Ma

Renaming WritableComparable and existing SequenceFiles

2011-11-30 Thread Markus Jelsma
Hi, I've built some SequenceFiles using a custom WritableComparable. I also decided to reorganize package structure and ended up renaming the whole thing. Since the key and value classes are embedded in the file i cannot read them because it either doesn't exist or cannot be cast in case the sa