Re: 21/09/27 23:34:03 WARN YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2021-09-28 Thread davvy benny
, "cluster") > > > > > > .set("spark.yarn.stagingDir", > > > > "hdfs://localhost:9000/user/hadoop/") > > > > > > .set("spark.shuffle.service.enabled", "false&

Re: 21/09/27 23:34:03 WARN YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2021-09-28 Thread davvy benny
> > > .set("spark.executor.cores","1")// > > > > > > .set("spark.yarn.nodemanager.resource.cpu-vcores","4") > > > > .set("spark.yarn.submit.file.replication", &

Re: 21/09/27 23:34:03 WARN YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2021-09-27 Thread Stelios Philippou
t; .set("spark.executor.memory","500m") // > > > .set("spark.executor.cores","1")// > > > > .set("spark.yarn.nodemanager.resource.cpu-vcores","4") > > >

Re: 21/09/27 23:34:03 WARN YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2021-09-27 Thread davvy benny
.cpu-vcores","4") > > .set("spark.yarn.submit.file.replication", "1") > > .set("spark.yarn.jars", > > "hdfs://localhost:9000/user/hadoop/davben/jars/*.jar") > >

Re: 21/09/27 23:34:03 WARN YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2021-09-27 Thread Thejdeep G
.set("spark.executor.cores","1")// > > .set("spark.yarn.nodemanager.resource.cpu-vcores","4") > .set("spark.yarn.submit.file.replication", "1") >

21/09/27 23:34:03 WARN YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2021-09-27 Thread davvy benny
cation", "1") .set("spark.yarn.jars", "hdfs://localhost:9000/user/hadoop/davben/jars/*.jar") When I check on the http://localhost:8088/cluster/apps/RUNNING I can see that my job is submitted but y terminal lo

Re: Debugging Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2017-09-26 Thread Sathishkumar Manimoorthy
JG Perrin <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 >> &g

RE: Debugging Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2017-09-26 Thread JG Perrin
ugging 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...

Re: Debugging Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2017-09-26 Thread ayan guha
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> wrote: > Hi, > > > > I get the infamous: > > Initial job has not accepted any resources; check your cluster UI to > ensure that w

Debugging Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2017-09-26 Thread JG Perrin
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("Conv

Re: [Timer-0:WARN] Logging$class: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2017-09-18 Thread Riccardo Ferrari
, Jean Georges Perrin <j...@jgp.net> wrote: > Hi, > > I am trying to connect to a new cluster I just set up. > > And I get... > [Timer-0:WARN] Logging$class: Initial job has not accepted any resources; > check your cluster UI to ensure that workers are registered and

[Timer-0:WARN] Logging$class: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2017-09-18 Thread Jean Georges Perrin
Hi, I am trying to connect to a new cluster I just set up. And I get... [Timer-0:WARN] Logging$class: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources I must have forgotten something really super obvious. My

Why "Initial job has not accepted any resources"?

2017-04-27 Thread Yuan Fang
er-0] WARN org.apache.spark.scheduler.TaskSchedulerImpl - Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources. object SparkPi { val sparkConf = new SparkConf() .setAppName("Spark Pi") .setMaster("spark://10.100.103.25:7077&

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

2017-03-03 Thread Noorul Islam K M
> When Initial jobs have not accepted any resources then what all can be > wrong? Going through stackoverflow and various blogs does not help. Maybe > need better logging for this? Adding dev > Did you take a look at the spark UI to see your resource availability? Thanks and Regards Noorul

Initial job has not accepted any resources

2017-01-04 Thread Igor Berman
Hi All, need your advice: we see in some very rare cases following error in log Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources and in spark UI there are idle workers and application in WAITING state in json

Can't connect to remote spark standalone cluster: getting WARN TaskSchedulerImpl: Initial job has not accepted any resources

2016-08-16 Thread Andrew Vykhodtsev
4:34 WARN DomainSocketFactory: The short-circuit local reads feature cannot be used because UNIX Domain sockets are not available on Windows. 16/08/17 01:04:52 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resour

MesosClusterDispatcher problem : Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2016-06-27 Thread 杜宇軒
nning, but each task sends the warning : "Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources". At this time, I see mesos all cpus are used on node1:5050 and running forever until I kiil a task. My quest

Re: spark-submit hive connection through spark Initial job has not accepted any resources

2016-06-02 Thread vinayak
master URL through spark submit command. Thnx -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/spark-submit-hive-connection-through-spark-Initial-job-has-not-accepted-any-resources-tp24993p27074.html Sent from the Apache Spark User List mailing list archive

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

2015-12-15 Thread zml张明磊
below 15/12/16 10:22:01 WARN cluster.YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources 15/12/16 10:22:04 WARN cluster.YarnSchedulerBackend$YarnSchedulerEndpoint: ApplicationMaster has disassociated

Re: YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

2015-12-15 Thread Jeff Zhang
>>> *15/12/16 10:22:01 WARN cluster.YarnScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources* That means you don't have resources for your application, please check your hadoop web ui. On We

Re: spark-submit hive connection through spark Initial job has not accepted any resources

2015-10-10 Thread Yana Kadiyska
;>>>> count is > "+df.count()); > } > } > > command to submit job ./spark-submit --master spark://masterIp:7077 > --deploy-mode client --class com.ceg.spark.hive.sparkhive.SparkHiveInsertor > --executor-cores 2 --executor-memory 1gb > /home/someuser/Desk

Re: spark-submit hive connection through spark Initial job has not accepted any resources

2015-10-09 Thread vinayak
gt;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> count is "+df.count()); } } command to submit job ./spark-submit --master spark://masterIp:7077 --deploy-mode client --class com.ceg.spark.hive

spark-submit hive connection through spark Initial job has not accepted any resources

2015-10-09 Thread vinayak
Hi, I am able to fetch data, create table, put data from spark shell (scala command line) from spark to hive but when I create java code to do same and submitting it through spark-submit i am getting *"Initial job has not accepted any resources; check your cluster UI to ensure that wo

Re: Spark 1.5.0 on YARN dynamicAllocation - Initial job has not accepted any resources

2015-09-24 Thread Jonathan Kelly
com> >>> wrote: >>> >>>> What pool is the spark shell being put into? (You can see this through >>>> the YARN UI under scheduler) >>>> >>>> Are you certain you're starting spark-shell up on YARN? By default it >>>> uses a local sp

Re: Spark 1.5.0 on YARN dynamicAllocation - Initial job has not accepted any resources

2015-09-23 Thread Jonathan Kelly
a local spark executor, so if it "just works" then it's because it's >>> not using dynamic allocation. >>> >>> >>> On Wed, Sep 23, 2015 at 18:04 Jonathan Kelly <jonathaka...@gmail.com> >>> wrote: >>> >>>> I'm running into a proble

Re: Spark 1.5.0 on YARN dynamicAllocation - Initial job has not accepted any resources

2015-09-23 Thread Jonathan Kelly
ing dynamic allocation. > > > On Wed, Sep 23, 2015 at 18:04 Jonathan Kelly <jonathaka...@gmail.com> > wrote: > >> I'm running into a problem with YARN dynamicAllocation on Spark 1.5.0 >> after using it successfully on an identically configured cluster with Spark >>

Re: Spark 1.5.0 on YARN dynamicAllocation - Initial job has not accepted any resources

2015-09-23 Thread Jonathan Kelly
d, Sep 23, 2015 at 18:04 Jonathan Kelly <jonathaka...@gmail.com> >> wrote: >> >>> I'm running into a problem with YARN dynamicAllocation on Spark 1.5.0 >>> after using it successfully on an identically configured cluster with Spark >>> 1.4.1. >>

Spark 1.5.0 on YARN dynamicAllocation - Initial job has not accepted any resources

2015-09-23 Thread Jonathan Kelly
I'm running into a problem with YARN dynamicAllocation on Spark 1.5.0 after using it successfully on an identically configured cluster with Spark 1.4.1. I'm getting the dreaded warning "YarnClusterScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that wo

The Initial job has not accepted any resources error; can't seem to set

2015-06-18 Thread dgoldenberg
Hi, I'm running Spark Standalone on a single node with 16 cores. Master and 4 workers are running. I'm trying to submit two applications via spark-submit and am getting the following error when submitting the second one: Initial job has not accepted any resources; check your cluster UI to ensure

Re: The Initial job has not accepted any resources error; can't seem to set

2015-06-18 Thread dgoldenberg
spark.cores.max themselves. Set this lower on a shared cluster to prevent users from grabbing the whole cluster by default. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/The-Initial-job-has-not-accepted-any-resources-error-can-t-seem-to-set-tp23398p23399.html Sent from

Initial job has not accepted any resources

2015-05-20 Thread podioss
TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory Ultimately the job runs successfully in most cases, but i feel like this error has a significant effect in the overall execution time of the job which i try

Re: running a job on ec2 Initial job has not accepted any resources

2015-01-18 Thread Akhil Das
at 6:02 PM, Grzegorz Dubicki grzegorz.dubi...@gmail.com wrote: Hi mehrdad, I seem to have the same issue as you wrote about here. Did you manage to resolve it? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/running-a-job-on-ec2-Initial-job-has

Re: running a job on ec2 Initial job has not accepted any resources

2015-01-18 Thread Grzegorz Dubicki
Hi mehrdad, I seem to have the same issue as you wrote about here. Did you manage to resolve it? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/running-a-job-on-ec2-Initial-job-has-not-accepted-any-resources-tp20607p21218.html Sent from the Apache Spark

issue while running the code in standalone mode: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory

2014-11-24 Thread vdiwakar.malladi
Hi, When i trying to execute the program from my laptop by connecting to HDP environment (on which Spark also configured), i'm getting the warning (Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory) and Job is being

Re: issue while running the code in standalone mode: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory

2014-11-24 Thread Akhil Das
, vdiwakar.malladi vdiwakar.mall...@gmail.com wrote: Hi, When i trying to execute the program from my laptop by connecting to HDP environment (on which Spark also configured), i'm getting the warning (Initial job has not accepted any resources; check your cluster UI to ensure that workers

Re: issue while running the code in standalone mode: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory

2014-11-24 Thread Sean Owen
the program from my laptop by connecting to HDP environment (on which Spark also configured), i'm getting the warning (Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory) and Job is being terminated. My console has

Re: issue while running the code in standalone mode: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory

2014-11-24 Thread vdiwakar.malladi
-spark-user-list.1001560.n3.nabble.com/issue-while-running-the-code-in-standalone-mode-Initial-job-has-not-accepted-any-resources-check-you-tp19628p19637.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: Spark On Yarn Issue: Initial job has not accepted any resources

2014-11-18 Thread Ritesh Kumar Singh
was submitted succesfully and running on the cluster. But on console, it showed repeatedly that: 14/11/18 15:11:48 WARN YarnClientClusterScheduler: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory Checked the cluster

Spark On Yarn Issue: Initial job has not accepted any resources

2014-11-17 Thread LinCharlie
-SNAPSHOT-hadoop2.0.0-mr1-cdh4.2.1.jarThe queue `dt_spark` was free, and the program was submitted succesfully and running on the cluster. But on console, it showed repeatedly that: 14/11/18 15:11:48 WARN YarnClientClusterScheduler: Initial job has not accepted any resources; check your cluster UI

Re: Initial job has not accepted any resources when launching SparkPi example on a worker.

2014-10-15 Thread Theodore Si
on host2, but I get this: 14/10/14 21:54:23 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory And it repeats again and again. How can I fix this? Best Regards Theo

Initial job has not accepted any resources when launching SparkPi example on a worker.

2014-10-14 Thread Theodore Si
: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory And it repeats again and again. How can I fix this? Best Regards Theo

Initial job has not accepted any resources

2014-08-07 Thread arnaudbriche
at console:12) 14/08/07 17:15:18 INFO TaskSchedulerImpl: Adding task set 0.0 with 38 tasks 14/08/07 17:15:33 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory 14/08/07 17:15:48 WARN

Re: Initial job has not accepted any resources

2014-08-07 Thread Marcelo Vanzin
, and calling rdd.count(); but Spark never managed to complete the job, giving message like the following: WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory I run a standalone Spark Cluster with 1

Initial job has not accepted any resources (but workers are in UI)

2014-07-25 Thread Ed Sweeney
to pool default 2014-07-25 01:25:09,616 [Thread-2] DEBUG falkonry.commons.service.ServiceHandler - Listening... 61847 [Timer-0] WARN org.apache.spark.scheduler.TaskSchedulerImpl - Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient

Re: Initial job has not accepted any resources (but workers are in UI)

2014-07-25 Thread Navicore
this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Initial-job-has-not-accepted-any-resources-but-workers-are-in-UI-tp10659p10671.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Initial job has not accepted any resources (but workers are in UI)

2014-07-25 Thread Navicore
solution: opened all ports on the ec2 machine that the driver was running on. need to narrow down what ports akka wants... but the issue is solved. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Initial-job-has-not-accepted-any-resources-but-workers

Initial job has not accepted any resources means many things

2014-07-09 Thread Martin Gammelsæter
It seems like the Initial job has not accepted any resources; shows up for a wide variety of different errors (for example the obvious one where you've requested more memory than is available) but also for example in the case where the worker nodes does not have the appropriate code on their class

Re: TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory

2014-06-27 Thread Peng Cheng
in context: http://apache-spark-user-list.1001560.n3.nabble.com/TaskSchedulerImpl-Initial-job-has-not-accepted-any-resources-check-your-cluster-UI-to-ensure-that-woy-tp8247p8444.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory

2014-06-27 Thread Xiangrui Meng
/TaskSchedulerImpl-Initial-job-has-not-accepted-any-resources-check-your-cluster-UI-to-ensure-that-woy-tp8247p8444.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory

2014-06-25 Thread Peng Cheng
shows repeatedly: 14/06/25 04:46:29 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory Looks like its either a bug or misinformation. Can someone confirm this so I can submit a JIRA? -- View

Re: TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory

2014-06-25 Thread Peng Cheng
-Initial-job-has-not-accepted-any-resources-check-your-cluster-UI-to-ensure-that-woy-tp8247p8285.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Initial job has not accepted any resources

2014-05-04 Thread pedro
appreciated. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Initial-job-has-not-accepted-any-resources-tp5322.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Initial job has not accepted any resources

2014-05-04 Thread Jeremy Freeman
.1001560.n3.nabble.com/Initial-job-has-not-accepted-any-resources-tp5322p5335.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Initial job has not accepted any resources

2014-05-04 Thread pedro
message will be added to the discussion below: http://apache-spark-user-list.1001560.n3.nabble.com/Initial-job-has-not-accepted-any-resources-tp5322p5335.html To unsubscribe from Initial job has not accepted any resources, click here. NAML -- View this message in context: http://apache-spark-user

Re: Initial job has not accepted any resources

2014-05-04 Thread pedro
the 1.0 branch. Maybe this makes my problem(s) worse, but am going to give it a try. Rapidly running out of time to get our code fully working on EC2. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Initial-job-has-not-accepted-any-resources-tp5322p5344.html Sent

Re: cannot exec. job: TaskSchedulerImpl: Initial job has not accepted any resources

2014-04-14 Thread Praveen R
job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory 14/04/11 21:30:02 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient

cannot exec. job: TaskSchedulerImpl: Initial job has not accepted any resources

2014-04-12 Thread Gerd Koenig
hangs at the step reduceByKey and prints the Warning 14/04/11 21:29:47 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory 14/04/11 21:30:02 WARN TaskSchedulerImpl: Initial job has not accepted

cannot exec. job: TaskSchedulerImpl: Initial job has not accepted any resources

2014-04-12 Thread ge ko
hangs at the step reduceByKey and prints the Warning 14/04/11 21:29:47 WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient memory 14/04/11 21:30:02 WARN TaskSchedulerImpl: Initial job has not accepted