Hbase not working in CLI and through Hue

I get this error message as I try to create a table.

ERROR: Failed after attempts=351, exceptions:
Sun Jul 01 14:26:03 UTC 2018, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=68030: row ‘cars1,’ on table ‘hbase:meta’ at region=hbase:meta,1.
1588230740, hostname=ip-172-31-29-153.ec2.internal,16020,1530159348967, seqNum=0
Here is some help for this command:
Creates a table. Pass a table name, and a set of column family
specifications (at least one), and, optionally, table configuration.
Column specification can be a simple string (name), or a dictionary
(dictionaries are described below in main help output), necessarily
including NAME attribute.

@Arash_A,

Just now i’ve created a table from HBase shell & Hue both are working. Can you please check again.

1 Like