Created 02-23-2016 05:33 PM
Dear Experts,
I am trying to start Falcon on my cluster (HDP-2.3.4.0-3485, Ambari 2.2), but unfortunately it doesn't start up
I get the following message in the ambari error log:
-----
Traceback (most recent call last): File "/var/lib/ambari-agent/cache/common-services/FALCON/0.5.0.2.1/package/scripts/falcon_server.py", line 165, in <module> FalconServer().execute() File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 219, in execute File "/var/lib/ambari-agent/cache/common-services/FALCON/0.5.0.2.1/package/scripts/falcon_server.py", line 46, in start self.configure(env, upgrade_type=upgrade_type) File "/var/lib/ambari-agent/cache/common-services/FALCON/0.5.0.2.1/package/scripts/falcon_server.py", line 41, in configure falcon('server', action='config', upgrade_type=upgrade_type) File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", line 89, in thunk return fn(*args, **kwargs) File "/var/lib/ambari-agent/cache/common-services/FALCON/0.5.0.2.1/package/scripts/falcon.py", line 86, in falcon owner = params.falcon_user) File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 154, in __init__ File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 158, in run File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action File "/usr/lib/python2.6/site-packages/resource_management/core/providers/__init__.py", line 94, in find_provider ImportError: No module named properties_file
-----
Checking the /var/log/falcon directory for logs the directory unfortunately is empty ...
Any hint is appreciated!
Thanks & br,
Rainer
Created 02-28-2016 04:37 PM
This can be closed ... I had 2 HiveServer2 running on different notes as part of a previously failed hive install ... and this totally confused ranger and falcon ... after removing hive and reinstalling it everything is fine now ... thanks for your support!
Created 02-23-2016 05:34 PM
Did it work before? Did service checka pass before? Did you install Oozie? You may need to reinstall it and falcon clients.
Created 02-23-2016 06:05 PM
No, unfortunately falcon never worked, oozie though is up and running ...
Created 02-24-2016 12:54 PM
I would remove Falcon service and try to add it again
Created 02-23-2016 06:07 PM
btw I am using a Postgres DB for oozie if that matters by any means ...
Created 02-23-2016 05:42 PM
This is an old thread started by you. https://community.hortonworks.com/questions/14643/spark-thrift-server.html
Are you using the same cluster?
/var/log/falcon - Empty --> Not a good sign
Delete FALCON and try to add again.
It looks like that your cluster is not setup correctly.
Created 02-23-2016 05:43 PM
curl --user admin:admin -i -H "X-Requested-By: ambari" -X DELETE http://`hostname -f`:8080/api/v1/clusters/CLUSTERNAME/services/FALCON
admin is ambari username and password
Created 02-23-2016 06:03 PM
Did a delete of the Falcon service already several times (through curl commands) .... delete worked but after reinstall no change ... any other advise? btw ... all other services are running well by now 🙂
Created 02-28-2016 04:37 PM
This can be closed ... I had 2 HiveServer2 running on different notes as part of a previously failed hive install ... and this totally confused ranger and falcon ... after removing hive and reinstalling it everything is fine now ... thanks for your support!