Repository: spark
Updated Branches:
  refs/heads/master 2df5f1f00 -> fd8d283ee


[SPARK-6074] [sql] Package pyspark sql bindings.

This is needed for the SQL bindings to work on Yarn.

Author: Marcelo Vanzin <[email protected]>

Closes #4822 from vanzin/SPARK-6074 and squashes the following commits:

fb52001 [Marcelo Vanzin] [SPARK-6074] [sql] Package pyspark sql bindings.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fd8d283e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fd8d283e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fd8d283e

Branch: refs/heads/master
Commit: fd8d283eeb98e310b1e85ef8c3a8af9e547ab5e0
Parents: 2df5f1f
Author: Marcelo Vanzin <[email protected]>
Authored: Sun Mar 1 11:05:10 2015 +0000
Committer: Sean Owen <[email protected]>
Committed: Sun Mar 1 11:05:10 2015 +0000

----------------------------------------------------------------------
 sql/core/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/fd8d283e/sql/core/pom.xml
----------------------------------------------------------------------
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index 03a5c9e..e28baa5 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -109,5 +109,13 @@
   <build>
     
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
     
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
+    <resources>
+      <resource>
+        <directory>../../python</directory>
+        <includes>
+          <include>pyspark/sql/*.py</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to