SKKU-SKT / ggplot2.SparkR

Rebooting ggplot2 for scalable big data visualization
http://skku-skt.github.io/ggplot2.SparkR/
GNU General Public License v2.0
28 stars 6 forks source link

R computation failed error in `geom_bin2d` #6

Open SarahArmstrong opened 8 years ago

SarahArmstrong commented 8 years ago

I receive a series of errors that begin with org.apache.spark.SparkException: R computation failed with when trying to build a heatmap using geom_bin2d with the diamonds ggplot dataset. The code that I used is given below. Note, I am trying to use SparkR 1.6.1.

ggplot(df, aes(cut, price)) + geom_bin2d()

JonghyunBae commented 8 years ago

Now, we fixed a computation error about bin2d plots.

Thanks for your reporting.