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

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -