you point out, not great :-)
- Original Message -
From: John Sichi
To: "" ; Ben West
Cc:
Sent: Thursday, November 17, 2011 3:56 PM
Subject: Re: Hive HBase wiki
It has been quite a while since those instructions were written, so maybe
something has broken. There is a unit t
Hey all,
I'm having some trouble with the HBase bulk load, following the instructions
from https://cwiki.apache.org/confluence/display/Hive/HBaseBulkLoad. In the
last step ("Sort Data") I get:
java.lang.RuntimeException: Hive Runtime Error while closing operators:
java.io.IOException: No files
Nevermind, this was resolved by adding a few more jars. Now I am getting a
"file not found" error...
- Original Message -----
From: Ben West
To: "user@hive.apache.org"
Cc:
Sent: Tuesday, November 15, 2011 3:45 PM
Subject: Hive HFileOutput error
Hey all,
I'm
Hey all,
I'm just getting started with Hive, and am trying to follow the instructions on
https://cwiki.apache.org/confluence/display/Hive/HBaseBulkLoad. I can create my
table fine, but when I run
insert overwrite table hb3 select key, val from hb2 cluster by key;
the map phase runs fine, but