IBMStreams / streamsx.documentation

Streams documentation project for writing development guides and documentation

Home Page:http://ibmstreams.github.io/streamsx.documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedback for /docs/java/java-appapi-devguide/

tstevko-weather opened this issue · comments

Unless I'm really mistaken, the following line is no longer accurate for 4.2+:

Lastly, nested parallelism is not supported, so invoking parallel() on a TStream that’s already been parallelized will throw an exception.

While nested parallelism is supported in Streams 4.2 using SPL, it is not yet supported for Java/Python.