basho-labs / riak-data-migrator

Riak logical export and data migration tool (using Java client)
15 stars 6 forks source link

Destination PB Port not specified, using the default: 8087 #6

Closed pentium10 closed 10 years ago

pentium10 commented 10 years ago

Even if you set -p 8087 you get the warning in title. Tested both on Windows and Ubuntu.

The full I used was:

java -jar riak-data-migrator-0.2.5.jar -h 172.16.128.154 -p 8087 -H 8098 -r ~/export -b test -d
dankerrigan commented 10 years ago

Thanks. It's an errant message and is fixed in a recent branch, pending PR merge.

On Mon, Feb 3, 2014 at 10:07 AM, Pentium10 notifications@github.com wrote:

Even if you set -p 8087 you get the warning in title. Tested both on Windows and Ubuntu.

The full I used was:

java -jar riak-data-migrator-0.2.5.jar -h 172.16.128.154 -p 8087 -H 8098 -r ~/export -b test -d

Reply to this email directly or view it on GitHubhttps://github.com/basho/riak-data-migrator/issues/6 .

pallinger commented 10 years ago

I think this is fixed in the latest version, bug could be closed now.

dmitrizagidulin commented 10 years ago

Thanks @pallinger! Closing.