Support Questions

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

Falcon doesn't start up - HDP 2.3.4 Ambari 2.2

avatar
Expert Contributor

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

1 ACCEPTED SOLUTION

avatar
Expert Contributor

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!

View solution in original post

8 REPLIES 8

avatar
Master Mentor

Did it work before? Did service checka pass before? Did you install Oozie? You may need to reinstall it and falcon clients.

avatar
Expert Contributor

No, unfortunately falcon never worked, oozie though is up and running ...

avatar
Master Mentor

I would remove Falcon service and try to add it again

avatar
Expert Contributor

btw I am using a Postgres DB for oozie if that matters by any means ...

avatar
Master Mentor
@Rainer Geissendoerfer

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.

avatar
Master Mentor

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

avatar
Expert Contributor

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 🙂

avatar
Expert Contributor

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!