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

TaskIds on the STDIN cause error #1

Open
noirello opened this issue Mar 12, 2014 · 0 comments
Open

TaskIds on the STDIN cause error #1

noirello opened this issue Mar 12, 2014 · 0 comments

Comments

@noirello
Copy link

There is a problem with the script. The task IDs - which could be sent back after emitting - on standard input are not handled and cause the following error:
Error in t$tuple : $ operator is invalid for atomic vectors

Found out, that the Task ID is represented as a JSON list in a Storm message something like this:
[7] end

This list will be converted to a vector in the process_json method with fromJSON function, then try to access to the tuple field (line 109 in Strom.R), which is invalid for a vector.

This error will break the R processes in a few seconds after bolt has been initialized.

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

1 participant