Euphoria is an open source Java API for creating unified big-data processing flows. It provides an engine independent programming model which can express both batch and stream transformations.
Apache License 2.0
82
stars
11
forks
source link
Exception in LocalExecutor during running should propagate to Result #201
Currently, when exception occurs during execution of LocalExecutor pipeline, the exception might get just logged and the executor remains hung. The exception should instead be grabbed and returned to the caller.
Currently, when exception occurs during execution of LocalExecutor pipeline, the exception might get just logged and the executor remains hung. The exception should instead be grabbed and returned to the caller.