Unsubscribe

2017-08-06 Thread
Unsubscribe - To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Re: Hive From Spark: Jdbc VS sparkContext

2017-10-10 Thread
> 在 2017年10月4日,上午2:08,Nicolas Paris 写道: > > Hi > > I wonder the differences accessing HIVE tables in two different ways: > - with jdbc access > - with sparkContext > > I would say that jdbc is better since it uses HIVE that is based on > map-reduce / TEZ and then works on

Re: jar file problem

2017-10-19 Thread
You can use bin/spark-submit tool to submit you jar to the cluster. > 在 2017年10月19日,下午11:24,Uğur Sopaoğlu 写道: > > Hello, > > I have a very easy problem. How I run a spark job, I must copy jar file to > all worker nodes. Is there any way to do simple?. > > -- > Uğur

Re: use kafka streams API aggregate ?

2018-01-30 Thread
hi, Today I do it too. check your kafka version, then follow one of the guides below. http://spark.apache.org/docs/latest/streaming-kafka-0-8-integration.html http://spark.apache.org/docs/latest/streaming-kafka-0-10-integration.html