I managed to get the problem. In the blueprint I installed the RM:
{
"name": "RESOURCEMANAGER"
},
{
"name": "APP_TIMELINE_SERVER"
},
{
"name": "ZOOKEEPER_SERVER"
},
{
"name": "GANGLIA_MONITOR"
}
and for some reason no hdfs related packages were installed. In 2.1 it wasn't a
problem. I'm not sure whether it's a bug now. I can overcome the issue if I
install HDFS_CLIENT in the same host group.
On January 9, 2015 at 2:40:44 PM, Krisztian Horvath
([email protected]) wrote:
Hi everyone,
Has anyone encounter a problem like this:
Fail: Execution of 'hadoop --config /etc/hadoop/conf fs -mkdir `rpm -q hadoop |
grep -q "hadoop-1" || echo "-p"` /system/yarn/node-labels && hadoop --config
/etc/hadoop/conf fs -chmod 700 /system/yarn/node-labels && hadoop --config
/etc/hadoop/conf fs -
chown yarn:hadoop /system/yarn/node-labels' returned 1. mkdir: No FileSystem
for scheme: hdfs
The RM failed to start.
Br,
Krisz