Hi sir,
the root cause of your issues seems to be java.io.EOFException, that based on
the java doc description means the following:
"Signals that an end of file or end of stream has been reached unexpectedly
during input."
What is the health status of the box with ip 10.6.0.55? Isn't it by an
Hello!
I use Hive 0.7.1 over Hadoop 0.20.2 (CHD3u3) on 70 nodes cluster.
I have a trouble with query like this:
*FROM* ( *SELECT* *id*, {expressions} *FROM* table1 *WHERE*
day='2013-02-16' *AND* ({conditions1})*UNION* *ALL* *SELECT* *id*,
{expressions} *FROM* table2 *WHERE* day='2013-02-16'