This content has been marked as final.
Show 5 replies
-
1. Re: Get around the loopback restriction (JBERET000607)
Cheng Fang Sep 13, 2016 11:30 AM (in response to sandy rahaingososon)the type of flow you described seems fit chunk-type better than batchlet-type steps. The chunk item reader can reads in file names until there is no more to read, the chunk item processor can do the necessary processing work, and the chunk item writer can handle the output.
I don't see a clean solution to support loopback without violating the spec (hence failing the tck tests).
-
2. Re: Get around the loopback restriction (JBERET000607)
sandy rahaingososon Sep 16, 2016 10:00 AM (in response to Cheng Fang)I realize that it's a chunk scenario but I also need to chunk the line processing at the file level.
I guess I'll have to find another solution unless there is an option to nest chunking.
-
3. Re: Get around the loopback restriction (JBERET000607)
Cheng Fang Sep 16, 2016 1:55 PM (in response to sandy rahaingososon)Allow loopback between steps and other job elements
-
4. Re: Get around the loopback restriction (JBERET000607)
sandy rahaingososon Sep 19, 2016 8:05 AM (in response to Cheng Fang)Thanks for opening this.
I will be following the development with interest.
-
5. Re: Get around the loopback restriction (JBERET000607)
Cheng Fang Sep 21, 2016 10:41 PM (in response to sandy rahaingososon)JBERET-262 is resolved. See JIRA issue details how to allow loop and test app example.