Hi,
We have installed Phoenix on 5-node cluster. We are able to connect to it via command line utility sqlline.py (which comes along) from any node withing the cluster. But when we try to connect to it from remote machine it is not responding.
sqlline.py internally fires following command,
java -cp "phoenix-4.2.2-client.jar" sqlline.SqlLine -d org.apache.phoenix.jdbc.PhoenixDriver -u jdbc:phoenix:<IP-address> -n none -p none --color=true --fastConnect=false --verbose=true --isolation=TRANSACTION_READ_COMMITTED
using the above client jar we tried the same from remote machine but get blank output instead of phoenix shell. The command also goes into blocking mode & does not return prompt.
Please help.