You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
This problem was introduced by my commit: 283b5e6 that added support to store single values in the block manager.
The text was updated successfully, but these errors were encountered:
kayousterhout
changed the title
this is a test
Flushing to disk throws a ClassCastException when value is a single value (not an array or serialized buffer)
Dec 5, 2014
[info] java.lang.ClassCastException: java.nio.HeapByteBuffer cannot be cast to [Ljava.lang.Object;
[info] at org.apache.spark.storage.MemoryStore.tryToPut(MemoryStore.scala:359)
[info] at org.apache.spark.storage.MemoryStore.putValue(MemoryStore.scala:107)
[info] at org.apache.spark.monotasks.disk.DiskWriteMonotaskSuite$$anonfun$10.apply$mcV$sp(DiskWriteMonotaskSuite.scala:240)
[info] at org.apache.spark.monotasks.disk.DiskWriteMonotaskSuite$$anonfun$10.apply(DiskWriteMonotaskSuite.scala:237)
[info] at org.apache.spark.monotasks.disk.DiskWriteMonotaskSuite$$anonfun$10.apply(DiskWriteMonotaskSuite.scala:237)
[info] at org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
[info] at org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
[info] at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[info] at org.scalatest.Transformer.apply(Transformer.scala:22)
[info] ...
This problem was introduced by my commit: 283b5e6 that added support to store single values in the block manager.
The text was updated successfully, but these errors were encountered: