hadoop - java.io.EOFException: Premature EOF: no length prefix available -


i inserting table's data table dynamic partitions in hive.

insert table x partition(c) select a,b,c y distribute c; 

i error while inserting data 1 of input tables.

org.apache.hadoop.hive.ql.metadata.hiveexception: java.io.eofexception: premature eof: no length prefix available 

is problem data? or problem while saving data blocks in datanode? how fix this?

thanks


Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -