Jason-liujc commented on pull request #5415:
URL: https://github.com/apache/flink/pull/5415#issuecomment-705717389
Thanks Fabian!
After switching to using `StreamExecutionEnvironment.addSource()`, I
encountered this error in Flink 1.8:
```
org.apache.flink.client.program.ProgramInvocationException: The main method
caused an error: FileInputFormats with multiple paths are not supported yet.",
"\tat
org.apache.flink.runtime.webmonitor.handlers.JarRunOverrideHandler.lambda$getJobGraphAsync$10(JarRunOverrideHandler.java:475)",
```
So it seems under `createFileInput()`, the function calls `new
ContinuousFileMonitoringFunction()` which does the file path check and it fails
because there are multiple of them. Is there anyway I can get around this?
Thanks,
Jason
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]