Skip to content

Commit

Permalink
update mllib/pom.xml to include python files in the assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxr committed Jan 27, 2015
1 parent 1dcc17e commit 46fa147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
<directory>../python</directory>
<includes>
<include>pyspark/mllib/*.py</include>
<include>pyspark/ml/*.py</include>
<include>pyspark/ml/param/*.py</include>
</includes>
</resource>
</resources>
Expand Down

0 comments on commit 46fa147

Please sign in to comment.