Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-25256

The Cluster Install Wizard fails on task Nimbus Install

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 2.7.3
    • None
    • ambari-agent
    • None
    • CentOS 7.6

      Ambari 2.7.3

      HDP 3.1.0

      Install on single-server as Non-Root

    Description

      Installing HDF 3.4.0. The documentation starts me up with Ambari 2.7.3 that goes on to install HDP 3.1.0.

      I'm installing on a single server as Non-Root following the documentation here and here.

      When installation starts (after pressing Deploy) I get a failure during "Nimbus Install"

      Traceback (most recent call last):
        File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/STORM/package/scripts/nimbus.py", line 115, in <module>
          Nimbus().execute()
        File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 352, in execute
          method(env)
        File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/STORM/package/scripts/nimbus.py", line 42, in install
          self.configure(env)
        File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/STORM/package/scripts/nimbus.py", line 47, in configure
          storm("nimbus")
        File "/usr/lib/ambari-agent/lib/ambari_commons/os_family_impl.py", line 89, in thunk
          return fn(*args, **kwargs)
        File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/STORM/package/scripts/storm.py", line 139, in storm
          only_if=format("ls {sink_jar}")
        File "/usr/lib/ambari-agent/lib/resource_management/core/base.py", line 166, in __init__
          self.env.run()
        File "/usr/lib/ambari-agent/lib/resource_management/core/environment.py", line 160, in run
          self.run_action(resource, action)
        File "/usr/lib/ambari-agent/lib/resource_management/core/environment.py", line 124, in run_action
          provider_action()
        File "/usr/lib/ambari-agent/lib/resource_management/core/providers/system.py", line 263, in action_run
          returns=self.resource.returns)
        File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line 72, in inner
          result = function(command, **kwargs)
        File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line 102, in checked_call
          tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy, returns=returns)
        File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line 150, in _call_wrapper
          result = _call(command, **kwargs_copy)
        File "/usr/lib/ambari-agent/lib/resource_management/core/shell.py", line 314, in _call
          raise ExecutionFailed(err_msg, code, out, err)
      resource_management.core.exceptions.ExecutionFailed: Execution of 'ambari-sudo.sh ln -s /usr/lib/storm/lib/ambari-metrics-storm-sink-with-common-*.jar /usr/hdp/current/storm-nimbus/lib/ambari-metrics-storm-sink.jar' returned 1. ln: failed to create symbolic link '/usr/hdp/current/storm-nimbus/lib/ambari-metrics-storm-sink.jar': No such file or directory
      

      The workaround is to do the following:

      cd /usr/hdp/current
      rm -rf storm-nimbus
      ln -s /usr/hdp/3.1.0.0-78/storm storm-nimbus
      

      and retry.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ophers Opher Shachar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: