Skip to content

Commit

Permalink
correct argument number
Browse files Browse the repository at this point in the history
  • Loading branch information
rezazadeh committed Mar 20, 2014
1 parent a9f1f62 commit dbf7797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import org.apache.spark.mllib.util._
*/
object SparkPCA {
def main(args: Array[String]) {
if (args.length != 4) {
if (args.length != 3) {
System.err.println("Usage: SparkPCA <master> m n")
System.exit(1)
}
Expand Down

0 comments on commit dbf7797

Please sign in to comment.