Strange log on yarn commands

2018-01-27 Thread Soheil Pourbafrani
Hi, I've set up YARN HA cluster with id rm1 and rm2, rm2 is active resourcemanager when I run yarn commands on terminal like: yarn node -list or yarn rmadmin -replaceLabelsOnNode "datanode1=online" it execute successfully the command but print the following strange log: INFO client.ConfiguredRMFa

Re: Strange log on yarn commands

2018-01-27 Thread Soheil Pourbafrani
I use hadoop 2.7.5 On Sat, Jan 27, 2018 at 12:04 PM, Soheil Pourbafrani wrote: > Hi, I've set up YARN HA cluster with id rm1 and rm2, rm2 is active > resourcemanager > > when I run yarn commands on terminal like: > yarn node -list > or > yarn rmadmin -replaceLabelsOnNode "datanode1=online" > > i