I’m using hadoop 2.6.2 to append some data serialized by Avro to a hdfs sequencefile, but when i finished the write operation and close the sequencefile, a exception is thrown. The code is present below. The content of configuration file is the address of hadoop cluster. public void appendToTextFile() throws IOException { Writer fileWriter = […]
The post Hadoop hdfs throw exception while cloing sequencefile appeared first on BlogoSfera.