Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jubaconv config documentation #294

Closed
shiodat opened this issue Sep 12, 2016 · 1 comment
Closed

jubaconv config documentation #294

shiodat opened this issue Sep 12, 2016 · 1 comment
Assignees
Milestone

Comments

@shiodat
Copy link
Contributor

shiodat commented Sep 12, 2016

Using jubaconv with json data, we have to add slash / at the start of value of key.

  • default config
"num_rules": [ "key": "name". "type": "num"} 
  • jubaconv config with json data
"num_rules": [ "key": "/name". "type": "num"}

This issue occurs because jubatus converts json data using slash.
https://github.com/jubatus/jubatus_core/blob/master/jubatus/core/fv_converter/json_converter.cpp#L96-L110

We should document it.

@kmaehashi
Copy link
Member

Fixed via #296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants