The batches should all have the same application ID, so use that one. You can
also find the application in the YARN UI to terminate it from there.
Matei
> On Aug 27, 2017, at 10:27 AM, KhajaAsmath Mohammed
> wrote:
>
> Hi,
>
> I am new to spark streaming and not able to find an option to kil
Why don't you simply use sparklyr for a more R native integration of spark?
Simone Pallotta schrieb am So. 27. Aug.
2017 um 09:47:
> In my R code, I am using rscala package to bridge to a scala method. in
> scala method I have initialized a spark context to be used later.
>
>
> R code:
>
> s <- s
In my R code, I am using rscala package to bridge to a scala method. in scala
method I have initialized a spark context to be used later.
R code:
s <- scala(classpath = "", heap.maximum = "4g")
assign("WrappeR",s$.it.wrapper.r.Wrapper)
WrappeR$init()
where init is a scala function and Wrapp