?????? yarn configuration problem when building kylin

2017-10-13 Thread op
i tried ??but it doesn't work??thanks -- -- ??: "ShaoFeng Shi";; : 2017??10??13??(??) 7:13 ??: "user"; : Re: yarn configuration problem when building kylin The first two steps are hive actions; It means your hive configura

Re: yarn configuration problem when building kylin

2017-10-13 Thread ShaoFeng Shi
The first two steps are hive actions; It means your hive configuration is properly detected. The third step is the first job that submits MR from Kylin; the error indicates yarn or MR configuration is not detected. A simple way is, putting the "core-site.xml", "yarn-site.xml" and "mapred-site.xml"

Re: yarn configuration problem when building kylin

2017-10-13 Thread ShaoFeng Shi
Obviously, Kylin didn't aware your yarn-site.xml, causing it connecting with a non-existing address. Please check whether the right yarn-site.xml is in the Hadoop configuration folder, e.g, /etc/hadoop/conf. You can also try to run a sample Hadoop job from the Kylin node, to verify whether the nod

?????? yarn configuration problem when building kylin

2017-10-13 Thread op
hi,Shuangyin Ge our clusters contains 63 datanodes ,resourcemanager and namenode are set up in the same 2 nodes ,both enabled HA..they are working stably for some years. do you think we have to change some configurations? we put kylin in client node 129 and resourcemanagers are in 225 and 236

Re: yarn configuration problem when building kylin

2017-10-13 Thread Shuangyin Ge
Hello op, Can you try to specify yarn.resourcemanager.hostname.rm1 and yarn.resourcemanager.hostname.rm2 in yarn-site.xml as well following https://hadoop.apache.org/docs/r2.8.0/hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html ? 2017-10-13 14:44 GMT+08:00 op <520075...@qq.com>: > when i buili