Cascading / vagrant-cascading-hadoop-cluster

Deploying apache-hadoop in a virtualized cluster as easy as 1-2-3.
127 stars 49 forks source link

wip-2.5 has some kind of HBase client-server inconsistency #2

Closed alexanderdean closed 10 years ago

alexanderdean commented 10 years ago

Setup:

The error (where "api_out"."api_full_stats" is an HBase table):

0: jdbc:lingual:hadoop> INSERT INTO "api_out"."api_full_stats"
. . . . . . . . . . . > SELECT * FROM "api_in"."api_full_stats";
{utcTimestamp=1393444649809, currentTimestamp=1393444649809, localTimestamp=1393444649809, timeZone=sun.util.calendar.ZoneInfo[id="Etc/UTC",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]}
Warning: exception while executing query: could not build flow from assembly: [Not a host:port pair: PBUF

master.local?????(]: Not a host:port pair: PBUF

master.local?????( (state=,code=0)
Error: exception while executing query (state=,code=0)
0: jdbc:lingual:hadoop> Closing: SC

I have tried both:

lingual catalog --provider --add cascading:cascading-hbase:2.2.0:provider

and:

lingual catalog --provider --add cascading:cascading-hbase:2.5.0-wip-5:provider

Confirmed that HBase is up and running.

fs111 commented 10 years ago

Cascading-HBase(https://github.com/Cascading/cascading.hbase) is currently only compatible with HBase version 0.94.x. The upgrade to 0.96 or 0.98 is still open. Patches are more than welcome.

alexanderdean commented 10 years ago

Thanks for the heads-up! Guess we should close this one and create over in the cascading.hbase repo.