Created on 08-29-2018 09:26 PM - edited 08-18-2019 03:13 AM
Hey all,
I am experimenting with the Sparkling water library to see if it plays nicely with Zeppelin. While looking through the spark application log to check that my cluster was being fully utilized, I noticed a new tab had been added for sparkling water. Unfortunately, I get a 500 error when trying to access it.
Does anyone know what configurations I need to set to allow this new view in the Spark History Server UI?
The tab is at http://cluster:8088/proxy/app-id/sparkling-water
Created 08-30-2018 02:44 PM
@Nick Lewis Nosuchmethod error usually points to incorrect jar version being used. You may want to confirm your application is built to match cluster version number.
HTH
Created 08-30-2018 04:41 PM
I'll have to start there, thanks.