not using Yarn, just standalone cluster with 2 nodes here (physical, not even 
VM). network seems good between the nodes .

From: ayan guha [mailto:guha.a...@gmail.com]
Sent: Tuesday, September 26, 2017 10:39 AM
To: JG Perrin <jper...@lumeris.com>
Cc: user@spark.apache.org
Subject: Re: Debugging Initial job has not accepted any resources; check your 
cluster UI to ensure that workers are registered and have sufficient resources

I would check the queue you are submitting job, assuming it is yarn...

On Tue, Sep 26, 2017 at 11:40 PM, JG Perrin 
<jper...@lumeris.com<mailto:jper...@lumeris.com>> wrote:
Hi,

I get the infamous:
Initial job has not accepted any resources; check your cluster UI to ensure 
that workers are registered and have sufficient resources

I run the app via Eclipse, connecting:
        SparkSession spark = SparkSession.builder()
                .appName("Converter - Benchmark")
                .master(ConfigurationManager.getMaster())
                .config("spark.cores.max", "4")
                .config("spark.executor.memory", "16g")
                .getOrCreate();


Everything seems ok on the cluster side:
[cid:image001.png@01D336B5.FF7933B0]


I probably missed something super obvious, but can’t find it…

Any help/hint is welcome! - TIA

jg






--
Best Regards,
Ayan Guha

Reply via email to