Hi Santosh,
yes that is possible, if you want to read a complete file without splitting
it into records. However, you need to implement a custom InputFormat for
that which extends Flink's FileInputFormat.
If you want to split it into records, you need a character sequence that
delimits two records. Depending on the schema and format of your data this
might not be possible. If you have such a delimiting character sequence,
you can use Flink's DelimitedInputFormat.
Cheers, Fabian
2015-07-15 12:15 GMT+02:00 santosh_rajaguru <
[hidden email]>: