我看到了 Riak erlang 和 JS mapreduce 的例子。但我是一个 JAVA 人 :),喜欢用 JAVA 来做。此外,JS mapreduce 已被弃用。
- 有没有办法在Java中做到这一点?请提供样品。
- 我还在寻找 Riak 2.0 Search 的 Java 示例。
在 Riak 文档中,对于 riak-search 来说,步骤看起来很大。这可能看起来像一本用于 mapreduce 和搜索的小食谱。可以用实际步骤和一个例子来总结吗?
问题
我尝试了 github 中的步骤,以下是我所看到的:
./rebar get-deps
==> meck (get-deps)
==> protobuffs (get-deps)
==> hamcrest (get-deps)
==> riak_pb (get-deps)
==> riak-erlang-client (get-deps)
./rebar compile
==> meck (pre_compile)
==> meck (compile)
==> protobuffs (pre_compile)
==> protobuffs (compile)
==> hamcrest (pre_compile)
==> hamcrest (compile)
==> hamcrest (post_compile)
==> riak_pb (pre_compile)
==> riak_pb (compile)
==> riak-erlang-client (compile)
raghuveer@ubuntu:~/erlang-git/riak-erlang-client$ erl -pa $PATH_TO_RIAKC/ebin $PATH_TO_RIAKC/deps/*/ebin
Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Eshell V7.3 (abort with ^G)
1> code:which(riakc_pb_socket).
non_existing