Closed asafcombo closed 4 years ago
@asafcombo - can you check the scala version in EMR? kinesis-sql is using scala 2.11? Can you reach out with the EMR support team for resolving your issues?
for EMR 6.0.0
and spark 2.4.4
the scala version is 2.12.10
For scala 2.11
the latest spark version that can be used is 2.4.0
which correlates to EMR 5.23.0
@asafcombo - this library is supported only for scala 2.11. Feel free to start a PR for adding the support of scala 2.12.
environment
I'm using
emr 6.0.0
withspark 2.4.4
installed.error
spark-shell --jars "/home/hadoop/kinesis-sql/target/spark-sql-kinesis_2.11-1.1.5_spark-2.4.jar"
returns
things I already tried
/home/hadoop/spark-core_2.11-1.5.2.logging.jar"
spark-shell --jars "/home/hadoop/kinesis-sql/target/spark-sql-kinesis_2.11-1.1.5_spark-2.4.jar,/home/hadoop/spark-core_2.11-1.5.2.logging.jar"
Error persists.