Created on 12-21-2015 02:51 PM - edited 09-16-2022 02:54 AM
I have the following error while submitting the falcon entity cluster. I have stmp is in HDFS directory already.
"
[hdfs@sandbox ~]$ falcon entity -type cluster -submit -file primary-cluster.xml
ERROR: Bad Request;Unable to validate the location with path: /stmp for cluster:primary due to transient failures
"
The following is my primary-cluster.xml
<cluster xmlns='uri:falcon:cluster:0.1' name='primary-cluster' description='primary cluster' colo='toronto'> <tags>class=product,site=pacific-west</tags> <interfaces> <interface type='readonly' endpoint='hdfs://sandbox.hortonworks.com:8020' version='2.2.0'/> <interface type='write' endpoint='hdfs://sandbox.hortonworks.com:8020' version='2.2.0'/> <interface type='execute' endpoint='sandbox.hortonworks.com:8050' version='2.2.0'/> <interface type='workflow' endpoint='http://sandbox.hortonworks.com:11000/oozie/' version='4.0.0'/> <interface type='messaging' endpoint='tcp://sandbox.hortonworks.com:61616?daemon=true' version='5.1.6'/> </interfaces> <locations> <location name='staging' path='/stmp'/> <location name='temp' path='/tmp'/> <location name='working' path='/mtmp'/> </locations> <ACL owner='hdfs' group='hdfs' permission='0x755'/> </cluster>
Created 12-28-2015 11:02 AM
It has been resolved after I ran this command with 'falcon' user. But, the error message "ERROR: Bad Request;Unable to validate the location with path: /stmp for cluster:primary due to transient failures" is not much informative about the root cause.
Created 12-24-2015 02:17 PM
please post errors as an attachment.
Created 12-28-2015 11:02 AM
It has been resolved after I ran this command with 'falcon' user. But, the error message "ERROR: Bad Request;Unable to validate the location with path: /stmp for cluster:primary due to transient failures" is not much informative about the root cause.
Created 12-30-2015 03:35 AM
The error message does say - "Unable to validate the location with path: /stmp" which means either the path does not exist or due to permissions issue the program / process was unable to access the directory.
In any case, looks like you have been able to move past the issue so I will close this thread.
Created 11-13-2017 01:03 PM
I'm new to this. Just trying to establish datapipeline unfortunately each time cluster entity giving error and these error are not helpful. Could you please elaborate steps so that it will be helpful to me and like me many other users. Thanks