From 48859b242a0ba033c4122ceba123dc1f99c2496f Mon Sep 17 00:00:00 2001 From: Davies Liu Date: Tue, 20 Jan 2015 16:43:28 -0800 Subject: [PATCH 1/2] include python source code --- streaming/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/streaming/pom.xml b/streaming/pom.xml index b8b8f2e6cab65..14c9bca688b8a 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -106,5 +106,13 @@ + + + ../python + + pyspark/streaming/*.py + + + From 546af4c4d2cb33cf6e8de2a586a8b86c701ff933 Mon Sep 17 00:00:00 2001 From: Davies Liu Date: Tue, 20 Jan 2015 22:13:11 -0800 Subject: [PATCH 2/2] fix indent --- streaming/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/streaming/pom.xml b/streaming/pom.xml index 14c9bca688b8a..b6bee30eb0548 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -108,10 +108,10 @@ - ../python - - pyspark/streaming/*.py - + ../python + + pyspark/streaming/*.py +