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

third-party credentials and resultMap are not accessible inside R tasks #113

Open
fviale opened this issue Apr 15, 2019 · 0 comments
Open

Comments

@fviale
Copy link
Member

fviale commented Apr 15, 2019

where variables, results and other traditional task bindings are accessible inside R tasks, third-party credentials and resultMap are not available.

The binding "credentials" does not exist:

[[email protected];09:06:55] Error in resultMap[["a"]] <- 12 : objet 'resultMap' introuvable 
[[email protected];09:06:55] Error in resultMap[["a"]] <- 12 : objet 'resultMap' introuvable 
[[email protected];09:06:55] Call Stack : 
[[email protected];09:06:55] javax.script.ScriptException: 
[[email protected];09:06:55] Error in resultMap[["a"]] <- 12 : objet 'resultMap' introuvable 
[[email protected];09:06:55] Call Stack : 
[[email protected];09:06:55] at org.ow2.pajri.PAJRIEngine.eval(PAJRIEngine.java:147) 
[[email protected];09:06:55] at org.ow2.pajri.PAJRIEngine.eval(PAJRIEngine.java:215) 
[[email protected];09:06:55] at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:249) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant