onyx-platform / onyx

Distributed, masterless, high performance, fault tolerant data processing
http://www.onyxplatform.org
Eclipse Public License 1.0
2.05k stars 205 forks source link

java.io.FileReader cannot be cast to java.io.BufferedReader #812

Closed halcyon closed 7 years ago

halcyon commented 7 years ago

When using onyx.tasks.seq/input-file a ClassCastException is thrown at the end of the job.

java.lang.ClassCastException: java.io.FileReader cannot be cast to java.io.BufferedReader function: #<Var@5497a81a:

function[com.stuartsierra.component/eval29424/fn--29436/G--29415--29441]>

    reason: :com.stuartsierra.component/component-function-threw-exception
    system: #<Onyx Task>
system-key: :task-lifecycle
lbradstreet commented 7 years ago

Merged and closing the issue. Thanks again.