Skip to content

Commit fd8d283

Browse files
Marcelo Vanzinsrowen
authored andcommitted
[SPARK-6074] [sql] Package pyspark sql bindings.
This is needed for the SQL bindings to work on Yarn. Author: Marcelo Vanzin <[email protected]> Closes apache#4822 from vanzin/SPARK-6074 and squashes the following commits: fb52001 [Marcelo Vanzin] [SPARK-6074] [sql] Package pyspark sql bindings.
1 parent 2df5f1f commit fd8d283

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sql/core/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,13 @@
109109
<build>
110110
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
111111
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
112+
<resources>
113+
<resource>
114+
<directory>../../python</directory>
115+
<includes>
116+
<include>pyspark/sql/*.py</include>
117+
</includes>
118+
</resource>
119+
</resources>
112120
</build>
113121
</project>

0 commit comments

Comments
 (0)