Ryan Zotti

Results 2 comments of Ryan Zotti

I think you meant any tag other than `v1beta2-1.4.5-3.5.0`. The 1.4.3 version isn't available but 1.4.5 is.

I agree that this is a super annoying error, since the stack trace is so long. This solution worked for me: ``` spark.sparkContext.setLogLevel("ERROR") ``` I got the suggestion from [here](https://stackoverflow.com/questions/27781187/how-to-stop-messages-displaying-on-spark-console).