Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ambari fails with strange error while deploying configuration from blueprint

avatar
Expert Contributor

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.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Seems the problem was with nodes specified in cluster configuration. They were not correctly provisioned. However the error looks wierd.

View solution in original post

3 REPLIES 3

avatar
Expert Contributor

Seems the problem was with nodes specified in cluster configuration. They were not correctly provisioned. However the error looks wierd.

avatar
Master Mentor

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"

avatar

@Vladislav Falfushinsky

Can you attach your blueprint json file?