java.lang.NoSuchMethodError: org.roaringbitmap.ArrayContainer.add(C)Lorg/roaringbitmap/Container;

40 views
Skip to first unread message

moradiya tushar

unread,
Aug 11, 2021, 4:32:39 AM8/11/21
to Roaring Bitmaps
Hi Team,

I am getting error while running code in Spark cluster

java.lang.NoSuchMethodError: org.roaringbitmap.ArrayContainer.add(C)Lorg/roaringbitmap/Container;

below is my code snnipest.

dataframe.foreach(_ => {
      val bitMap = new Roaring64Bitmap()
        bitMap.add(111)
    })

Please help me to sort out the issue.
Reply all
Reply to author
Forward
0 new messages