We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,是两者版本不匹配吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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,是两者版本不匹配吗?
The text was updated successfully, but these errors were encountered: