You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Riak client I trivially do it with the snippet erlang-shell in this gist
The problem is how to achieve the same with Python. In the same gist as above, I have the snippets python-{first,second}-try and python-first-fail which is the traceback.
In the gist I've also included the Erlang code (sorry if it's ugly, it's my first Erlang week).
Am I doing something wrong? I couldn't find much in the documentation.
The text was updated successfully, but these errors were encountered:
@gglanzani It looks like you are passing in the options dict with a key of args instead of arg. See if that works any better for you. I think we should make the values to options a bit clearer in the documentation.
I'm trying to pass some arguments to a mapper.
With the Riak client I trivially do it with the snippet
erlang-shell
in this gistThe problem is how to achieve the same with Python. In the same gist as above, I have the snippets
python-{first,second}-try
andpython-first-fail
which is the traceback.In the gist I've also included the Erlang code (sorry if it's ugly, it's my first Erlang week).
Am I doing something wrong? I couldn't find much in the documentation.
The text was updated successfully, but these errors were encountered: