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

quicksql导入spark、flink数据异常 #241

Open
gotheworld opened this issue Mar 22, 2021 · 0 comments
Open

quicksql导入spark、flink数据异常 #241

gotheworld opened this issue Mar 22, 2021 · 0 comments

Comments

@gotheworld
Copy link

1.导入spark样例数据
执行 ./bin/quicksql-example.sh --class com.qihoo.qsql.CsvScanExample --runner spark 和 ./bin/quicksql-example.sh --class com.qihoo.qsql.CsvJoinWithEsExample --runner spark
报错 Exception in thread "main" java.lang.NoSuchMethodError: net.jpountz.lz4.LZ4BlockInputStream.(Ljava/io/InputStream;Z)V

使用的 qsql-0.7.1 和spark-2.4.7-bin-hadoop2.7,是两者版本不匹配吗?

2.导入flink样例数据
执行 ./bin/quicksql-example.sh --class com.qihoo.qsql.SimpleQueryByFlinkExample --runner flink
报错 Exception in thread "main" java.lang.NoSuchMethodError: org.apache.flink.configuration.ConfigOptions$OptionBuilder.stringType()Lorg/apache/flink/configuration/ConfigOptions$TypedConfigOptionBuilder;

使用的 qsql-0.7.1 和flink-1.12.2,是两者版本不匹配吗?

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

1 participant