HI,
When I am trying to execute my progrom which is trying to execute one
AbstractTwillRunnable class, its not getting executed in any of my slave
node (have a setup of 3 nodes ..1 master and 2 slaves) . Its in a loop as
shown below (Showing status as"*ACCEPTED*"). This log is from my master
node where "ResourceManager" is running. On the same node, I am trying to
launch my program. Could you please let me know what is that i am missing
here.
22:37:28.884 [ STARTING] DEBUG o.a.twill.yarn.YarnTwillPreparer - Submit AM
container spec: application_1417760674314_0004
22:37:28.907 [IPC Parameter Sending Thread #0] DEBUG
org.apache.hadoop.ipc.Client - IPC Client (1561117309) connection to /
0.0.0.0:8032 from srini sending #1
22:37:28.911 [IPC Client (1561117309) connection to /0.0.0.0:8032 from
srini] DEBUG org.apache.hadoop.ipc.Client - IPC Client (1561117309)
connection to /0.0.0.0:8032 from srini got value #1
22:37:28.912 [ STARTING] DEBUG o.a.hadoop.ipc.ProtobufRpcEngine - Call:
submitApplication took 6ms
22:37:28.915 [IPC Parameter Sending Thread #0] DEBUG
org.apache.hadoop.ipc.Client - IPC Client (1561117309) connection to /
0.0.0.0:8032 from srini sending #2
22:37:28.916 [IPC Client (1561117309) connection to /0.0.0.0:8032 from
srini] DEBUG org.apache.hadoop.ipc.Client - IPC Client (1561117309)
connection to /0.0.0.0:8032 from srini got value #2
22:37:28.916 [ STARTING] DEBUG o.a.hadoop.ipc.ProtobufRpcEngine - Call:
getApplicationReport took 1ms
22:37:28.924 [ STARTING] INFO o.a.h.y.c.api.impl.YarnClientImpl -
Submitted application application_1417760674314_0004
22:37:28.926 [IPC Parameter Sending Thread #0] DEBUG
org.apache.hadoop.ipc.Client - IPC Client (1561117309) connection to /
0.0.0.0:8032 from srini sending #3
22:37:28.927 [IPC Client (1561117309) connection to /0.0.0.0:8032 from
srini] DEBUG org.apache.hadoop.ipc.Client - IPC Client (1561117309)
connection to /0.0.0.0:8032 from srini got value #3
22:37:28.927 [ STARTING] DEBUG o.a.hadoop.ipc.ProtobufRpcEngine - Call:
getApplicationReport took 2ms
22:37:28.927 [ STARTING] DEBUG o.a.twill.yarn.YarnTwillController -
Application HelloWorldRunnable with id application_1417760674314_0004
submitted
22:37:28.928 [ STARTING] DEBUG o.a.twill.yarn.YarnTwillController -
Checking yarn application status for HelloWorldRunnable
application_1417760674314_0004
22:37:28.928 [IPC Parameter Sending Thread #0] DEBUG
org.apache.hadoop.ipc.Client - IPC Client (1561117309) connection to /
0.0.0.0:8032 from srini sending #4
22:37:28.929 [IPC Client (1561117309) connection to /0.0.0.0:8032 from
srini] DEBUG org.apache.hadoop.ipc.Client - IPC Client (1561117309)
connection to /0.0.0.0:8032 from srini got value #4
22:37:28.929 [ STARTING] DEBUG o.a.hadoop.ipc.ProtobufRpcEngine - Call:
getApplicationReport took 1ms
22:37:28.929 [ STARTING] DEBUG o.a.twill.yarn.YarnTwillController - Yarn
application status for HelloWorldRunnable application_1417760674314_0004:
*ACCEPTED*
22:37:29.930 [IPC Parameter Sending Thread #0] DEBUG
org.apache.hadoop.ipc.Client - IPC Client (1561117309) connection to /
0.0.0.0:8032 from srini sending #5
22:37:29.932 [IPC Client (1561117309) connection to /0.0.0.0:8032 from
srini] DEBUG org.apache.hadoop.ipc.Client - IPC Client (1561117309)
connection to /0.0.0.0:8032 from srini got value #5
22:37:29.932 [ STARTING] DEBUG o.a.hadoop.ipc.ProtobufRpcEngine - Call:
getApplicationReport took 2ms
22:37:29.933 [ STARTING] DEBUG o.a.twill.yarn.YarnTwillController - Yarn
application status for HelloWorldRunnable application_1417760674314_0004:
*ACCEPTED*
22:37:30.643 [Kafka-Consumer-log-0] DEBUG
o.a.t.i.k.client.SimpleKafkaConsumer - No leader for topic partition
TopicPartition{topic=log, partition=0}.
22:37:30.933 [IPC Parameter Sending Thread #0] DEBUG
org.apache.hadoop.ipc.Client - IPC Client (1561117309) connection to /
0.0.0.0:8032 from srini sending #6
22:37:30.935 [IPC Client (1561117309) connection to /0.0.0.0:8032 from
srini] DEBUG org.apache.hadoop.ipc.Client - IPC Client (1561117309)
connection to /0.0.0.0:8032 from srini got value #6
22:37:30.936 [ STARTING] DEBUG o.a.hadoop.ipc.ProtobufRpcEngine - Call:
getApplicationReport took 3ms
22:37:30.936 [ STARTING] DEBUG o.a.twill.yarn.YarnTwillController - Yarn
application status for HelloWorldRunnable application_1417760674314_0004:
*ACCEPTED*
Thanks and regards,
Srini