[jira] [Commented] (SPARK-32583) PySpark Structured Streaming Testing Support

2020-08-11 Thread Felix Kizhakkel Jose (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-32583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175658#comment-17175658
 ] 

Felix Kizhakkel Jose commented on SPARK-32583:
--

[~hyukjin.kwon] I couldn't find any test for pySpark Structured Stream under 
pyspark code base. Am I missing something?

> PySpark Structured Streaming Testing Support
> 
>
> Key: SPARK-32583
> URL: https://issues.apache.org/jira/browse/SPARK-32583
> Project: Spark
>  Issue Type: Question
>  Components: PySpark
>Affects Versions: 2.4.4
>Reporter: Felix Kizhakkel Jose
>Priority: Major
>
> Hello,
> I have investigated a lot but couldn't get any help or resource on how to 
> +{color:#172b4d}*test my pyspark Structured Streaming pipeline job*{color}+ 
> (ingesting from Kafka topics to S3) and how to build  Continuous Integration 
> (CI)/Continuous Deployment (CD).
> 1. Is it possible to test (unit test, integration test) pyspark structured 
> stream?
> 2. How to build  Continuous Integration (CI)/Continuous Deployment (CD)?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-32583) PySpark Structured Streaming Testing Support

2020-08-10 Thread Hyukjin Kwon (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-32583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175212#comment-17175212
 ] 

Hyukjin Kwon commented on SPARK-32583:
--

[~FelixKJose], let's interact in the mailing list or stackoverflow before 
filing it as an issue. I am sure you could have a better answer there.
This looks like definitely not an issue in Spark. You can take a look for the 
main code of Spark and see how the tests are written.

> PySpark Structured Streaming Testing Support
> 
>
> Key: SPARK-32583
> URL: https://issues.apache.org/jira/browse/SPARK-32583
> Project: Spark
>  Issue Type: Question
>  Components: PySpark
>Affects Versions: 2.4.4
>Reporter: Felix Kizhakkel Jose
>Priority: Major
>
> Hello,
> I have investigated a lot but couldn't get any help or resource on how to 
> +{color:#172b4d}*test my pyspark Structured Streaming pipeline job*{color}+ 
> (ingesting from Kafka topics to S3) and how to build  Continuous Integration 
> (CI)/Continuous Deployment (CD).
> 1. Is it possible to test (unit test, integration test) pyspark structured 
> stream?
> 2. How to build  Continuous Integration (CI)/Continuous Deployment (CD)?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-32583) PySpark Structured Streaming Testing Support

2020-08-10 Thread Rohit Mishra (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-32583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175205#comment-17175205
 ] 

Rohit Mishra commented on SPARK-32583:
--

cc [~hyukjin.kwon]. 

> PySpark Structured Streaming Testing Support
> 
>
> Key: SPARK-32583
> URL: https://issues.apache.org/jira/browse/SPARK-32583
> Project: Spark
>  Issue Type: Question
>  Components: PySpark
>Affects Versions: 2.4.4
>Reporter: Felix Kizhakkel Jose
>Priority: Major
>
> Hello,
> I have investigated a lot but couldn't get any help or resource on how to 
> +{color:#172b4d}*test my pyspark Structured Streaming pipeline job*{color}+ 
> (ingesting from Kafka topics to S3) and how to build  Continuous Integration 
> (CI)/Continuous Deployment (CD).
> 1. Is it possible to test (unit test, integration test) pyspark structured 
> stream?
> 2. How to build  Continuous Integration (CI)/Continuous Deployment (CD)?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-32583) PySpark Structured Streaming Testing Support

2020-08-10 Thread Felix Kizhakkel Jose (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-32583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175202#comment-17175202
 ] 

Felix Kizhakkel Jose commented on SPARK-32583:
--

[~rohitmishr1484] It would have been nice if you could have pointed me to a 
solution.

> PySpark Structured Streaming Testing Support
> 
>
> Key: SPARK-32583
> URL: https://issues.apache.org/jira/browse/SPARK-32583
> Project: Spark
>  Issue Type: Question
>  Components: PySpark
>Affects Versions: 2.4.4
>Reporter: Felix Kizhakkel Jose
>Priority: Major
>
> Hello,
> I have investigated a lot but couldn't get any help or resource on how to 
> +{color:#172b4d}*test my pyspark Structured Streaming pipeline job*{color}+ 
> (ingesting from Kafka topics to S3) and how to build  Continuous Integration 
> (CI)/Continuous Deployment (CD).
> 1. Is it possible to test (unit test, integration test) pyspark structured 
> stream?
> 2. How to build  Continuous Integration (CI)/Continuous Deployment (CD)?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-32583) PySpark Structured Streaming Testing Support

2020-08-10 Thread Rohit Mishra (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-32583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17175200#comment-17175200
 ] 

Rohit Mishra commented on SPARK-32583:
--

[~FelixKJose], Questions are usually answered using either Stackoverflow or 
User-mail list. Please look at this link for more 
info-[https://spark.apache.org/community.html]. This task will be marked as 
resolved here for now but you can reopen it if you want. Thanks.

> PySpark Structured Streaming Testing Support
> 
>
> Key: SPARK-32583
> URL: https://issues.apache.org/jira/browse/SPARK-32583
> Project: Spark
>  Issue Type: Question
>  Components: PySpark
>Affects Versions: 2.4.4
>Reporter: Felix Kizhakkel Jose
>Priority: Major
>
> Hello,
> I have investigated a lot but couldn't get any help or resource on how to 
> +{color:#172b4d}*test my pyspark Structured Streaming pipeline job*{color}+ 
> (ingesting from Kafka topics to S3) and how to build  Continuous Integration 
> (CI)/Continuous Deployment (CD).
> 1. Is it possible to test (unit test, integration test) pyspark structured 
> stream?
> 2. How to build  Continuous Integration (CI)/Continuous Deployment (CD)?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org