Created 08-29-2016 01:41 PM
I have a Spring JDBC application that can connect to Phoenix if I run it from the Sandbox that has Phoenix running (all the ports are open - I think.) But if I run it from my PC, it doesn't connect.
2016-08-29 09:26:00.169 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=22, retries=35, started=289781 ms ago, cancelled=false, msg= 2016-08-29 09:26:20.359 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=23, retries=35, started=309971 ms ago, cancelled=false, msg= 2016-08-29 09:26:40.532 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=24, retries=35, started=330144 ms ago, cancelled=false, msg= 2016-08-29 09:27:00.672 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=25, retries=35, started=350284 ms ago, cancelled=false, msg= 2016-08-29 09:27:20.734 INFO 79113 --- [ main] o.a.h.hbase.client.RpcRetryingCaller : Call exception, tries=26, retries=35, started=370346 ms ago, cancelled=false, msg=
Any ideas? I have port 2181 and 16010 and 16020 and 16030 open.
Created 08-29-2016 02:47 PM
You are missing port 16000 for the HBase master RPC.
Created 08-29-2016 02:47 PM
You are missing port 16000 for the HBase master RPC.
Created 08-30-2016 12:20 AM
thanks! that did it