Pei Zhang
Pei Zhang
Do you have the performance MAE results of multi-output regression on the benchmark datasets? Thanks
> @pzhanggit no, we do not Thx
Thank you, @dfdx! It works now. Are there any functions in Spark.jl that I can use to get the key and value of JavaPairRDD?
Update: I found [values](https://spark.apache.org/docs/0.7.3/api/core/spark/PairRDDFunctions.html) function to get the value of JavaPairRDD. Here is the code. ``` listmethods(sc.jsc, "sequenceFile") jstr = getclass(JString("")) text = jcall(sc.jsc, "sequenceFile", JJavaPairRDD, (JString, JClass, JClass), filepath_input,...
> Just to make sure, in your sequence file both - keys and values - are strings, right? Because I used JString just as an example class :D Aaaaa, they...
Thank you so much! That part works now. I saw an error when run collect(text_v), > Job aborted due to stage failure: task 6.0 in stage 0.0 (TID 6) had...
Hi, any updates on this issue or suggestions? I am seeing the same error message.