私はスタンドアロンHBaseをサーバ(リモート)にインストールしています。 Phoenixを使用して通信するJavaクライアントを作成し、36回試行して例外をスローしました。
HBASE用JDBC Phoenixドライバ、再試行36、例外スロー
HBase-Version : 1.1.5
Phoenix-core: 4.8.0-HBase-1.1
のConnectionString:
Class.forName("org.apache.phoenix.jdbc.PhoenixDriver");
Connection connection = DriverManager.getConnection("jdbc:phoenix:192.168.1.xxx:2181");
そのまったく接続していないCZ、私はsomethinghereをしないのです。
例外:
Exception in thread "main" java.sql.SQLException: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions:
Mon Oct 17 11:50:18 IST 2016, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=80992: row 'SYSTEM:CATALOG,,' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=HOSTNAME,16201,1476683863488, seqNum=0
いくつかのいずれかが私を助けることができます...!
[こちら](https://groups.google.com/forum/#!topic/nosql-databases/yr9GKevhezs)をご覧ください。地域サーバーに問題がある可能性があります。 –
デフォルトでHadoopSystemsにアクセスしますか?それについてのアイデアはありますか? – peaceUser
@peaceUserについてよくわかりません –