RiakSearch with java-client

2014-12-15 Thread Santi Kumar
Hi I'm tying to use Riak Search 2.0 with java client. Couldn't find any good documentation around that so I'm trying on my own. I've created my own custom schema and want to setup this to my index. While executing the StoreSchema command, was getting below error with some message bits. com.basho.r

Re: Map Reduce with Data Types

2014-12-15 Thread Ali Rıza KELEŞ
Hi, 2014-12-11 3:35 GMT+02:00 Kyle Patterson : > I can't get map reduce to work with the new data types. If you use python, here is an issue about data types: https://github.com/basho/riak-python-client/issues/383 And here a pull req: https://github.com/basho/riak-python-client/pull/385 You can

handoff.ip invalid, must be a valid IP address

2014-12-15 Thread Harold Hsu
Hi all, Newbie here. I'm following the Five-minute Install guide, trying to setup riak on a Linux Mint VirtualBox VM. Here's what I've done: - Cloned the source from GitHub. - Ran make all. - Ran make devrel DEVNODES=5 When I try to run "dev/dev1/bin/riak console", it failed with the following

Re: handoff.ip invalid, must be a valid IP address

2014-12-15 Thread Luke Bakken
Hi Harold, Could you please provide the following files? dev/dev1/etc/riak.conf dev/dev1/data/generated.configs/app.*.config dev/dev1/data/generated.configs/vm.*.args I suspect something is up with the node name based on the "nonode@nohost" string in the messages. -- Luke Bakken Engineer / CSE l

Re: handoff.ip invalid, must be a valid IP address

2014-12-15 Thread Christopher Meiklejohn
> On Dec 14, 2014, at 8:26 AM, Harold Hsu wrote: > > Hi all, > > Newbie here. I'm following the Five-minute Install guide, trying to setup > riak on a Linux Mint VirtualBox VM. Here's what I've done: > > - Cloned the source from GitHub. > - Ran make all. > - Ran make devrel DEVNODES=5 > >

Re: handoff.ip invalid, must be a valid IP address

2014-12-15 Thread Harold Hsu
Thanks guys! I tried Chris's suggestion and it works now! On Mon, Dec 15, 2014 at 6:01 AM, Christopher Meiklejohn < cmeiklej...@basho.com> wrote: > > > > On Dec 14, 2014, at 8:26 AM, Harold Hsu wrote: > > > > Hi all, > > > > Newbie here. I'm following the Five-minute Install guide, trying to >