Created 06-12-2019 04:47 AM
I am trying to setup apache atlas on my local and connect to Cassandra backend(not embedded).
As per the documentation, I have done below changes in the configuration
MANAGE_EMBEDDED_CASSANDRA=false
Started Cassandra server on same ports
But when I am starting apache atlas server it is giving me below exception
Caused by: com.netflix.astyanax.connectionpool.exceptions.PoolTimeoutException: PoolTimeoutException: [host=127.0.0.1(127.0.0.1):9160, latency=10000(10000), attempts=1]Timed out waiting for connection
Please find the complete log attached.
Thanks