sparklens icon indicating copy to clipboard operation
sparklens copied to clipboard

fix for exception while running sparklens with event history file in spark 2.4.0 and above.

Open mayurdb opened this issue 5 years ago • 0 comments

  • Sparklens is compiled against spark 2.0.0
  • Spark 2.0.0 has a dependency on json4s 3.2.11 wherein Spark 2.4.0 onwards json4s 3.5.3 is used
  • In the later version the method definition of org.json4s.JsonMethods.parse() has changed
  • Fix uses reflection to resolve this backward incompatibility

mayurdb avatar Jul 19 '19 09:07 mayurdb