Connecting to voltkv
Feb 18, 2013
Hi,
What's the username/password to connect to the voltkv example in 3.0?
What I am really after is a quick way to setup a VoltDB system to use while testing my application that invokes stored procedure calls using erlvolt. I thought that using examples/voltkv would be such a quick VoltDB setup, but my app is refused access to voltkv -- since VoltDB closes the tcp connection as it is described to do when authentication fails. I've tried using ""/"", "admin"/"", "admin"/"voltdb", and a few other usernames/passwords but without getting access to my local VoltDB instance.
Would you say that using examples/voltkv is the best approach for this or is there another easier way?
Solution => erlvolt/example/voter/voterclient.erl
Thank you
What's the username/password to connect to the voltkv example in 3.0?
What I am really after is a quick way to setup a VoltDB system to use while testing my application that invokes stored procedure calls using erlvolt. I thought that using examples/voltkv would be such a quick VoltDB setup, but my app is refused access to voltkv -- since VoltDB closes the tcp connection as it is described to do when authentication fails. I've tried using ""/"", "admin"/"", "admin"/"voltdb", and a few other usernames/passwords but without getting access to my local VoltDB instance.
Would you say that using examples/voltkv is the best approach for this or is there another easier way?
Solution => erlvolt/example/voter/voterclient.erl
Thank you