From 46fa1471ebacdb7c76c2ef6872ef92d1f4f073f6 Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Tue, 27 Jan 2015 13:45:00 -0800 Subject: [PATCH] update mllib/pom.xml to include python files in the assembly --- mllib/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mllib/pom.xml b/mllib/pom.xml index a0bda89ccaa71..7b7beaf59d331 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -125,6 +125,8 @@ ../python pyspark/mllib/*.py + pyspark/ml/*.py + pyspark/ml/param/*.py