spark git commit: [SPARK-11766][MLLIB] add toJson/fromJson to Vector/Vectors

2015-11-17 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.6 0f39c2d07 -> d07a7e1e6 [SPARK-11766][MLLIB] add toJson/fromJson to Vector/Vectors This is to support JSON serialization of Param[Vector] in the pipeline API. It could be used for other purposes too. The schema is the same as `VectorUDT

spark git commit: [SPARK-11766][MLLIB] add toJson/fromJson to Vector/Vectors

2015-11-17 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master cc567b663 -> 21fac5434 [SPARK-11766][MLLIB] add toJson/fromJson to Vector/Vectors This is to support JSON serialization of Param[Vector] in the pipeline API. It could be used for other purposes too. The schema is the same as `VectorUDT`.