howie
howie
Hi I also have this problem. org.apache.spark.SparkException: Job aborted due to stage failure: Task 946.0 in stage 16.0 (TID 1971) had a not serializable result: scala.collection.mutable.PriorityQueue$$anon$3 Serialization stack: - object...
@joerenner I use this library on 2.11 (spark 2.3.0) still got this problem.
Hi @namitk I use your library in java environment, the following is sample code ```Java w2v.printSchema(); RDD map = w2v.javaRDD() .map(row -> new Tuple2(row.getAs("index"), (org.apache.spark.ml.linalg.Vector) row.getAs( "vectors"))) .rdd(); System.out.println("toRDD:" +...
Here is another example Originally, I installed Claude-Code with npm install -g @anthropic-ai/claude-code. Now, Anthropology suggests using brew to install Claude. However, after uninstalling npm uninstall -g @anthropic-ai/claude-code and installing...