Do you mean your HBase tables? They don’t have Phoenix schema. Try map a HBase 
table into Phoenix.  
<https://phoenix.apache.org/faq.html#How_I_map_Phoenix_table_to_an_existing_HBase_table>

-Tongzhou

> On Jun 27, 2016, at 10:18 PM, 易剑 <eyj...@gmail.com> wrote:
> 
> Why do not phoenix show my tables except SYSTEM TABLES.
> 
> 
> 0: jdbc:phoenix:hadoop-001:2181> !tables
> +------------+--------------+-------------+---------------+----------+---------+
> | TABLE_CAT  | TABLE_SCHEM  | TABLE_NAME  |  TABLE_TYPE   | REMARKS  | 
> TYPE_NA |
> +------------+--------------+-------------+---------------+----------+---------+
> |            | SYSTEM       | CATALOG     | SYSTEM TABLE  |          |        
>  |
> |            | SYSTEM       | FUNCTION    | SYSTEM TABLE  |          |        
>  |
> |            | SYSTEM       | SEQUENCE    | SYSTEM TABLE  |          |        
>  |
> |            | SYSTEM       | STATS       | SYSTEM TABLE  |          |        
>  |
> +------------+--------------+-------------+---------------+----------+---------+
> 0: jdbc:phoenix:hadoop-001:2181> 

Reply via email to