Created 02-13-2017 11:40 AM
Dear community,
Trying to deploy a cluster via blueprint, but obtain a wierd error:
ERROR [ambari-client-thread-24] QueryParser:115 - Lowercase host_name value in expression failed with error:java.lang.NullPointerException
Had not found this error anywhere in documentation so trying to ask here.
Created 02-13-2017 11:58 AM
Seems the problem was with nodes specified in cluster configuration. They were not correctly provisioned. However the error looks wierd.
Created 02-13-2017 11:58 AM
Seems the problem was with nodes specified in cluster configuration. They were not correctly provisioned. However the error looks wierd.
Created 02-13-2017 12:09 PM
double check the values you entered in the host_name field, do you have a space there maybe?
This is what it suppose to look like, for anything else paste your blueprint
"blueprint" : "multi-node-hdfs-yarn", "host_group" : "slaves", "host_name" : "c6404.ambari.apache.org"
Created 02-13-2017 07:16 PM
Can you attach your blueprint json file?