??????????
????????Dataset????????FileInputFormat??????????????????supportsMultiPaths??????Deprecated
/**
* Override this method to supports multiple paths.
* When this method will be removed, all FileInputFormats have to support
multiple paths.
*
* @return True if the FileInputFormat supports multiple paths, false otherwise.
*
* @deprecated Will be removed for Flink 2.0.
*/
@Deprecated
public boolean supportsMultiPaths() {
return false;
}
------------------ ???????? ------------------
??????: "Jingsong Li"<[email protected]>;
????????: 2020??4??27??(??????) ????9:29
??????: "user-zh"<[email protected]>;
????: Re: flink ????????????????????????????????????
Hi,
????????Dataset????SQL??
??????Dataset????Datastream
??????????????????????FileInputFormat.setFilePaths?
Best,
Jingsong Lee
On Sun, Apr 26, 2020 at 10:01 PM ???? <[email protected]> wrote:
> HI ALL ??
> &nbsp; &nbsp;
&nbsp;????????flink????????????????????????????????????????????
> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;/abc/202004*/t1.data&nbsp;
> ??2020??4??????t1.data??????
> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;/abc/20200401/t*.data
> ??2020??4??1????????????t??????????
> &nbsp; &nbsp; &nbsp;??????
--
Best, Jingsong Lee