Sir,

 i am new user of samza and yarn, i successfully configure yarn and run
samza jobs, that is view on yarn cluster localhost:8088/cluster. Now i have
an issue, that yarn resource manager is running on default 8032 port, i
change this to 9099 by adding a property yarn.resourcemanager.address in
yarn-site.xml, it successfully run RM on 9099 port, now when i run samza
job, when it execute the job runner, it connect to yarn rm on previous port
i.e. default port 8032, and it give following output...

2015-12-22 13:29:30 JobRunner [INFO] job factory:
org.apache.samza.job.yarn.YarnJobFactory
2015-12-22 13:29:30 ClientHelper [INFO] trying to connect to RM
127.0.0.1:8032
2015-12-22 13:29:30 RMProxy [INFO] Connecting to ResourceManager at /
127.0.0.1:8032
2015-12-22 13:29:30 NativeCodeLoader [WARN] Unable to load native-hadoop
library for your platform... using builtin-java classes where applicable
2015-12-22 13:29:32 Client [INFO] Retrying connect to server: localhost/
127.0.0.1:8032. Already tried 0 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000
MILLISECONDS)
2015-12-22 13:29:33 Client [INFO] Retrying connect to server: localhost/
127.0.0.1:8032. Already tried 1 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000
MILLISECONDS)
2015-12-22 13:29:34 Client [INFO] Retrying connect to server: localhost/
127.0.0.1:8032. Already tried 2 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000
MILLISECONDS)

so please help me in this, i.e. is there any other properties set after
edit yarn-site.xml or any other thing.

thank you


-- 
Abhimanyu Nagar

Reply via email to