I have a 3 node cluster managed by Cloudera Manager. I have edited BlockMatrix.scala
file in the Spark MLLib source code and packaged it using:
mvn -DskipTests package
command. It has created new jar file. Now I want to run this newly created MLLib jar on my cluster. What is the way to do that?