No, I don’t have tow master instances.
From: Akhil Das [mailto:ak...@sigmoidanalytics.com]
Sent: 2015年3月9日 15:03
To: Dai, Kevin
Cc: user@spark.apache.org
Subject: Re: A strange problem in spark sql join
Make sure you don't have two master instances running on the same machine. It
could h
Make sure you don't have two master instances running on the same machine.
It could happen like you were running the job and in the middle you tried
to stop the cluster which didn't completely stopped it and you did a
start-all again which will eventually end up having 2 master instances
running, a
Hi, guys
I encounter a strange problem as follows:
I joined two tables(which are both parquet files) and then did the groupby. The
groupby took 19 hours to finish.
However, when I kill this job twice in the groupby stage. The third try will su
But after I killed this job and run it again. It s