Actually I think I have found the issue. I was trying to test this out
before we upgraded. And we were having classpath conflicts which
pointed to the old datanucleus JARs that came with hive 0.5.
-Xavier
On 11/24/10 11:00 AM, Xavier Stevens wrote:
> Hi John,
>
> This definitely l
anks,
-Xavier
On 11/23/10 5:56 PM, John Sichi wrote:
> It looks a bit like this one where ISCOMPRESSED was used instead of
> IS_COMPRESSED:
>
> https://issues.apache.org/jira/browse/HIVE-1435
>
> Maybe your datanucleus.identifierFactory is somehow misconfigured?
>
> JVS
I'm trying to create an external table to a pre-existing HBase table
using Hive trunk, like so:
CREATE EXTERNAL TABLE hbase_metrics (key string, value map)
STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH
SERDEPROPERTIES ("hbase.columns.mapping" = ":key,counters:")
TBLPROPERTIES (