PallaviPersistent

Results 8 comments of PallaviPersistent

We can try doing that by applying filter on the records and writing the same but the issue is intermittent. Is the new version available on git so that we...

Hi Evan, Thanks for your time on the last webex call. As suggested, we tried to perform the ingestion by doing the below -> Removing Columns having NULL values We...

Hi Evan, Any luck with the unit test on the values we provided. Regards, Pallavi

Hi Evan, Yes the issue mostly appears when we try to insert large amounts of data. Also we see this error if we try inserting small amount of data in...

Why does nullpointer exception point to these scala codes at org.velvia.filo.vectors.DictUTF8Vector$.shouldMakeDict(DictUTF8Vector.scala:46) at org.velvia.filo.vectors.UTF8PtrAppendable.optimizedVector(UTF8Vector.scala:304) at org.velvia.filo.vectors.UTF8PtrAppendable.suboptimize(UTF8Vector.scala:294) at org.velvia.filo.vectors.ObjectVector.optimize(ObjectVector.scala:59) at org.velvia.filo.BinaryVectorBuilder.toFiloBuffer(BinaryVector.scala:314) at org.velvia.filo.RowToVectorBuilder$$anonfun$2.apply(RowToVectorBuilder.scala:86) at org.velvia.filo.RowToVectorBuilder$$anonfun$2.apply(RowToVectorBuilder.scala:86) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)

Thanks for your reply .. we could write after sorting the data in DataFrame I have picked up the latest branch from git .. I believe the latest version is...

NPE and JVM crash errors are coming intermittently. Sorting the dataframe did help but the error recurred. Also the pid logs generated during JVM crash point to Java thread filo-spark-akka.actor.default-dispatcher-23...

[hs_err_pid20721.log](https://github.com/filodb/FiloDB/files/2068575/hs_err_pid20721.log) Attaching the file generated during JVM crash.