Closed cxmokai closed 8 years ago
Thanks very much for pointing out the error.
I have fixed the package name issue. Please help to verify if that's all. And feel free to report other issues or create pull requests.
That was due to repo rename from zeppelin-highcharts
-> spark-highcharts
. Since it was originally design only works inside zeppelin. The name changed to spark-highcharts
after support in spark-shell
and other scala
project was added.
Thanks!
The correct package name is
com.knockdata.spark.highcharts
, notcom.knockdata.zeppelin.highcharts
.