Re: question regarding spark streaming continuous processing

2021-09-04 Thread Antonio Si
Hi all, I would like to followup on this question. Any information would be very helpful. Thanks. Antonio. On 2021/09/01 18:50:34, Antonio Si wrote: > Hi, > > Hi all, I have a couple questions regarding continuous processing: > > 1. What is the plan for continuous pr

question regarding spark streaming continuous processing

2021-09-01 Thread Antonio Si
Hi, Hi all, I have a couple questions regarding continuous processing: 1. What is the plan for continuous processing moving forward? Will this eventually be released as a production feature as it seems it is still experimental? 2. In microbatch streaming, there is a StreamingQueryListener

Re: create hive context in spark application

2016-03-15 Thread Antonio Si
Thanks Akhil. Yes, spark-shell works fine. In my app, I have a Restful service and from the Restful service, I am calling the spark-api to do some hiveql. That's why I am not using spark-submit. Thanks. Antonio. On Tue, Mar 15, 2016 at 12:02 AM, Akhil Das wrote: