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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -