You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2017/10/17 17:15:00 UTC

[jira] [Created] (AMBARI-22256) Smartsense requires HDFS to be always present while installing

Andrew Onischuk created AMBARI-22256:
----------------------------------------

             Summary: Smartsense requires HDFS to be always present while installing 
                 Key: AMBARI-22256
                 URL: https://issues.apache.org/jira/browse/AMBARI-22256
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 2.6.0


Smartsense cannot be installed without HDFS in the cluster.  
I am getting the below exception

    
    
    
    Traceback (most recent call last):
      File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/hook.py", line 43, in <module>
        BeforeStartHook().execute()
      File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 367, in execute
        method(env)
      File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/hook.py", line 29, in hook
        import params
      File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/hooks/before-START/scripts/params.py", line 331, in <module>
        if "core-site" in config['configurations'] and namenode_rpc:
      File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py", line 73, in __getattr__
        raise Fail("Configuration parameter '" + self.name + "' was not found in configurations dictionary!")
    resource_management.core.exceptions.Fail: Configuration parameter 'fs.defaultFS' was not found in configurations dictionary!
    





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)