0

I could not build and test following cassandra erlang client in ubuntu. https://github.com/matehat/cqerl#connecting.How to do it?

BABU K
  • 917
  • 13
  • 35

1 Answers1

0

Can you do the following:

git clone https://github.com/dieswaytoofast/erlang_cassandra.git
cd erlang_cassandra
rebar get-deps    
rebar compile

Note: I am new to Erlang and Cassandra

Matt
  • 74,352
  • 26
  • 153
  • 180
tomcyjohn
  • 145
  • 2
  • 4