Hello everyone,
I installed Sandbox the latest version (0.10), and I wanna use Zeppelin with Cassandra Apache. But i have a problem with cqlsh, as you can see i have this error :
cqlsh
Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})
Before I had this problem but without sandbox, and I resolved it with this command :
export CQLSH_NO_BUNDLED=TRUE
I tried it and still have the problem. I also tried to change timeout / RPC_port etc..
I follow the "zeppelin_demo_java" on WEB UI and when I to check if my port 9042 is listening with :
sudo netstat -ntlp | grep 9042
I have nothing. I tried to add this port but still not functional.
Can you help me please ? Thank you so much !