Re: cutting 1.6.2 rc and 2.0.0 rc this week?

2016-06-15 Thread Raymond Honderdors
+1 for both Get Outlook for Android On Wed, Jun 15, 2016 at 10:23 PM +0300, "Michael Armbrust" > wrote: +1 to both of these! On Wed, Jun 15, 2016 at 12:21 PM, Sean Owen

Yarn Log aggregation for a killed spark streaming job

2016-06-15 Thread Shankar Venkataraman
Hi! We are seeing an issue around log aggregation under Yarn with Spark streaming. The specific case below is a example - we had to kill a spark streaming job, and would like to see the logs of the consumer so as to find out what happened before we had to kill it. Yarn reports the status of a

Re: Utilizing YARN AM RPC port field

2016-06-15 Thread Mingyu Kim
FYI, I just filed https://issues.apache.org/jira/browse/SPARK-15974. Mingyu From: Mingyu Kim Date: Tuesday, June 14, 2016 at 2:13 PM To: Steve Loughran Cc: "dev@spark.apache.org" , Matt Cheah Subject:

Re: Hive-on-Spark with access to Hive from Spark jobs

2016-06-15 Thread Reynold Xin
Are you running Spark on YARN, Mesos, Standalone? For all of them you can make the Hive dependency just part of your application, and then you can manage this pretty easily. On Wed, Jun 15, 2016 at 2:35 AM, Rostyslav Sotnychenko < r.sotnyche...@gmail.com> wrote: > Hello! > > I have a question

Re: cutting 1.6.2 rc and 2.0.0 rc this week?

2016-06-15 Thread Michael Armbrust
+1 to both of these! On Wed, Jun 15, 2016 at 12:21 PM, Sean Owen wrote: > 1.6.2 RC seems fine to me; I don't know of outstanding issues. Clearly > we need to keep the 1.x line going for a bit, so a bug fix release > sounds good, > > Although we've got some work to do before

Re: cutting 1.6.2 rc and 2.0.0 rc this week?

2016-06-15 Thread Sean Owen
1.6.2 RC seems fine to me; I don't know of outstanding issues. Clearly we need to keep the 1.x line going for a bit, so a bug fix release sounds good, Although we've got some work to do before 2.0.0 it does look like it's within reach. Especially if declaring an RC creates more focus on resolving

Re: cutting 1.6.2 rc and 2.0.0 rc this week?

2016-06-15 Thread Cody Koeninger
Any word on Kafka 0.10 support / SPARK-12177 I understand the hesitation, but is having nothing better than having a standalone subproject marked as experimental? On Wed, Jun 15, 2016 at 2:01 PM, Reynold Xin wrote: > It's been a while and we have accumulated quite a few bug

cutting 1.6.2 rc and 2.0.0 rc this week?

2016-06-15 Thread Reynold Xin
It's been a while and we have accumulated quite a few bug fixes in branch-1.6. I'm thinking about cutting 1.6.2 rc this week. Any patches somebody want to get in last minute? On a related note, I'm thinking about cutting 2.0.0 rc this week too. I looked at the 60 unresolved tickets and almost all

ERROR RetryingBlockFetcher: Exception while beginning fetch of 1 outstanding blocks

2016-06-15 Thread VG
I have a very simple driver which loads a textFile and filters a sub-string from each line in the textfile. When the collect action is executed , I am getting an exception. (The file is only 90 MB - so I am confused what is going on..) I am running on a local standalone cluster 16/06/15

Hive-on-Spark with access to Hive from Spark jobs

2016-06-15 Thread Rostyslav Sotnychenko
Hello! I have a question regarding Hive and Spark. As far as I know, in order to use Hive-on-Spark one need to compile Spark without Hive profile, but that means that it won't be possible to access Hive from normal Spark jobs. How is community going to address this issue? Making two different

Re: [YARN] Small fix for yarn.Client to use buildPath (not Path.SEPARATOR)

2016-06-15 Thread Steve Loughran
> On 14 Jun 2016, at 13:58, Jacek Laskowski wrote: > > Hi Steve and Sean, > > Didn't expect such a warm welcome from Sean and you! Since I'm with > Spark on YARN these days, let me see what I can do to make it nicer. > Thanks! > > I'm going to change Spark to use buildPath

Re: Custom receiver to connect MySQL database

2016-06-15 Thread dvlpr
I have tried but it gives me an error. because something is missing in my code *Prasiddh Nandola* MSc Computer Science Technical University Kaiserslautern +49 176 67817239 On Wed, Jun 15, 2016 at 8:05 AM, Prasiddh Nandola wrote: > hii > > *Prasiddh Nandola* > MSc

Re: Custom receiver to connect MySQL database

2016-06-15 Thread dvlpr
hii *Prasiddh Nandola* MSc Computer Science Technical University Kaiserslautern +49 176 67817239 On Tue, Jun 14, 2016 at 9:24 PM, dvlpr [via Apache Spark Developers List] < ml-node+s1001551n17912...@n3.nabble.com> wrote: > I have tried but it gives me an error. because something is missing in