forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

Table created by Sqoop -import not appear in Squirrel SQL using JDBC / Java Programming #343

Closed akunyer closed 11 years ago

akunyer commented 11 years ago

Hi Recently i try to figure out how to make the hbase table created using Sqoop import with --hbase--create--table will be appear inside the Squirrel and Java code with JDBC connection. So far the table will only be exist if i'm using the Hbase shell and if manually created inside the Squirrel apps. Any ideas how to solve this ?

Thanks.

mujtabachohan commented 11 years ago

You can create either Phoenix table or view on your existing HBase table. For more details see https://github.com/forcedotcom/phoenix/issues/316