spark git commit: SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x cols overflow

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/master c17161189 - 4396dfb37 SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x cols overflow Check that size of dense matrix array is not beyond Int.MaxValue in Matrices.* methods. jkbradley this should be an easy one.

spark git commit: SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x cols overflow

2015-02-08 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.3 df9b10573 - fa8ea48f2 SPARK-4405 [MLLIB] Matrices.* construction methods should check for rows x cols overflow Check that size of dense matrix array is not beyond Int.MaxValue in Matrices.* methods. jkbradley this should be an easy