Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议Alink支持 OSS 上 parquet 格式的数据读取 #209

Open
aiwtb opened this issue Apr 8, 2022 · 1 comment
Open

建议Alink支持 OSS 上 parquet 格式的数据读取 #209

aiwtb opened this issue Apr 8, 2022 · 1 comment

Comments

@aiwtb
Copy link

aiwtb commented Apr 8, 2022

No description provided.

@CynsierWang
Copy link

1.5.5版本支持用parquet插件+oss插件读取oss上parquet格式文件、文件夹

FilePath filePath = new FilePath("filepath.parquet",
	new OssFileSystem("3.4.1","******", "******","******", "******"));
ParquetSourceBatchOp source = new ParquetSourceBatchOp()
	.setFilePath(filePath);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants