Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. scala> val model = ALS.train(ratingsRdd, rank, numIterations, 0.01)
  2. 16/12/10 17:18:08 WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS
  3. 16/12/10 17:18:08 WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeRefBLAS
  4. [Stage 23:>                                                        (0 + 0) / 24]16/12/10 17:18:08 WARN LAPACK: Failed to load implementation from: com.github.fommil.netlib.NativeSystemLAPACK
  5. 16/12/10 17:18:08 WARN LAPACK: Failed to load implementation from: com.github.fommil.netlib.NativeRefLAPACK
  6. 16/12/10 17:18:10 WARN Executor: 1 block locks were not released by TID = 685:
  7. [rdd_226_0]
  8. 16/12/10 17:18:11 WARN Executor: 1 block locks were not released by TID = 686:
  9. [rdd_227_0]
  10. model: org.apache.spark.mllib.recommendation.MatrixFactorizationModel = org.apache.spark.mllib.recommendation.MatrixFactorizationModel@30862148
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement