Skip to content

Instantly share code, notes, and snippets.

@miharp
Created March 22, 2017 15:45
Show Gist options
  • Save miharp/090585339f532d1f5ab8df9959f6c68c to your computer and use it in GitHub Desktop.
Save miharp/090585339f532d1f5ab8df9959f6c68c to your computer and use it in GitHub Desktop.
stderr: /var/lib/ambari-agent/data/errors-185.txt
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 177, in <module>
DataNode().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 313, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/HDFS/2.1.0.2.0/package/scripts/datanode.py", line 52, in install
self.install_packages(env)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 604, in install_packages
retry_count=agent_stack_retry_count)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 54, in action_install
self.install_package(package_name, self.resource.use_repos, self.resource.skip_repos)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/zypper.py", line 59, in install_package
self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput())
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 86, in checked_call_with_retries
return self._call_with_retries(cmd, is_checked=True, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/package/__init__.py", line 98, in _call_with_retries
code, out = func(cmd, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
stdout: /var/lib/ambari-agent/data/output-185.txt
2017-03-22 11:23:58,559 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:23:58,568 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:23:58,569 - Group['hadoop'] {}
2017-03-22 11:23:58,572 - Adding group Group['hadoop']
2017-03-22 11:23:58,602 - Group['users'] {}
2017-03-22 11:23:58,603 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,603 - Adding user User['hive']
2017-03-22 11:23:58,664 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,664 - Adding user User['zookeeper']
2017-03-22 11:23:58,694 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:23:58,694 - Adding user User['oozie']
2017-03-22 11:23:58,719 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,719 - Adding user User['ams']
2017-03-22 11:23:58,787 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:23:58,787 - Adding user User['tez']
2017-03-22 11:23:58,823 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,823 - Adding user User['mahout']
2017-03-22 11:23:58,846 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:23:58,846 - Adding user User['ambari-qa']
2017-03-22 11:23:58,868 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,869 - Adding user User['flume']
2017-03-22 11:23:58,894 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,894 - Adding user User['hdfs']
2017-03-22 11:23:58,917 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,917 - Adding user User['sqoop']
2017-03-22 11:23:58,958 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,958 - Adding user User['yarn']
2017-03-22 11:23:58,989 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:58,989 - Adding user User['mapred']
2017-03-22 11:23:59,029 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:59,029 - Adding user User['hbase']
2017-03-22 11:23:59,060 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:23:59,061 - Adding user User['hcat']
2017-03-22 11:23:59,089 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:23:59,094 - Writing File['/var/lib/ambari-agent/tmp/changeUid.sh'] because it doesn't exist
2017-03-22 11:23:59,095 - Changing permission for /var/lib/ambari-agent/tmp/changeUid.sh from 644 to 555
2017-03-22 11:23:59,095 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:23:59,162 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:23:59,162 - Creating directory Directory['/tmp/hbase-hbase'] since it doesn't exist.
2017-03-22 11:23:59,175 - Changing owner for /tmp/hbase-hbase from 0 to hbase
2017-03-22 11:23:59,175 - Changing permission for /tmp/hbase-hbase from 755 to 775
2017-03-22 11:23:59,176 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:23:59,177 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:23:59,231 - Group['hdfs'] {}
2017-03-22 11:23:59,232 - Adding group Group['hdfs']
2017-03-22 11:23:59,246 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:23:59,247 - Modifying user hdfs
2017-03-22 11:23:59,261 - FS Type:
2017-03-22 11:23:59,261 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:23:59,261 - Creating directory Directory['/etc/hadoop'] since it doesn't exist.
2017-03-22 11:23:59,262 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:23:59,262 - Creating directory Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] since it doesn't exist.
2017-03-22 11:23:59,263 - Changing owner for /var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir from 0 to hdfs
2017-03-22 11:23:59,263 - Changing group for /var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir from 0 to hadoop
2017-03-22 11:23:59,263 - Changing permission for /var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir from 755 to 1777
2017-03-22 11:23:59,279 - Initializing 2 repositories
2017-03-22 11:23:59,279 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:23:59,302 - File['/etc/zypp/repos.d/HDP.repo'] {'content': InlineTemplate(...)}
2017-03-22 11:23:59,303 - Writing File['/etc/zypp/repos.d/HDP.repo'] because it doesn't exist
2017-03-22 11:23:59,303 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:23:59,307 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': InlineTemplate(...)}
2017-03-22 11:23:59,307 - Writing File['/etc/zypp/repos.d/HDP-UTILS.repo'] because it doesn't exist
2017-03-22 11:23:59,308 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:23:59,874 - Skipping installation of existing package unzip
2017-03-22 11:23:59,874 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:24:00,219 - Skipping installation of existing package curl
2017-03-22 11:24:00,219 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:24:00,682 - Installing package hdp-select ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm hdp-select')
2017-03-22 11:24:03,833 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:24:03,839 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:24:03,879 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:24:03,903 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:24:03,923 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:24:03,937 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:24:04,548 - Installing package hadoop_2_6_0_0_597 ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm hadoop_2_6_0_0_597')
2017-03-22 11:24:40,076 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:24:40,679 - Installing package hadoop_2_6_0_0_597-client ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm hadoop_2_6_0_0_597-client')
2017-03-22 11:24:49,845 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:24:50,275 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:24:50,506 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:24:50,506 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:24:50,555 - Retrying to install package snappy after 30 seconds
2017-03-22 11:25:23,432 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:25:23,441 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:25:23,442 - Group['hadoop'] {}
2017-03-22 11:25:23,444 - Group['users'] {}
2017-03-22 11:25:23,444 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,445 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,445 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:25:23,446 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,446 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:25:23,447 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,447 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:25:23,448 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,448 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,449 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,449 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,450 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,450 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,451 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:25:23,451 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:25:23,452 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:25:23,462 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-03-22 11:25:23,462 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:25:23,463 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:25:23,464 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:25:23,475 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-03-22 11:25:23,475 - Group['hdfs'] {}
2017-03-22 11:25:23,475 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:25:23,476 - FS Type:
2017-03-22 11:25:23,476 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:25:23,493 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-03-22 11:25:23,494 - Writing File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] because contents don't match
2017-03-22 11:25:23,503 - Changing owner for /usr/hdp/current/hadoop-client/conf/hadoop-env.sh from 0 to hdfs
2017-03-22 11:25:23,503 - Changing group for /usr/hdp/current/hadoop-client/conf/hadoop-env.sh from 0 to hadoop
2017-03-22 11:25:23,503 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:25:23,520 - Initializing 2 repositories
2017-03-22 11:25:23,520 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:25:23,532 - Flushing package manager cache since repo file content is about to change
2017-03-22 11:25:23,532 - checked_call[['zypper', 'clean', '--all']] {'sudo': True}
2017-03-22 11:25:23,600 - checked_call returned (0, 'All repositories have been cleaned up.')
2017-03-22 11:25:23,600 - File['/etc/zypp/repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:25:23,601 - Writing File['/etc/zypp/repos.d/HDP.repo'] because contents don't match
2017-03-22 11:25:23,602 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:25:23,608 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:25:23,609 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:25:23,999 - Skipping installation of existing package unzip
2017-03-22 11:25:23,999 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:25:24,299 - Skipping installation of existing package curl
2017-03-22 11:25:24,299 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:25:24,649 - Skipping installation of existing package hdp-select
2017-03-22 11:25:24,910 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:25:24,912 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:25:24,950 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:25:24,972 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:25:24,985 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:25:24,996 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:25:25,424 - Skipping installation of existing package hadoop_2_6_0_0_597
2017-03-22 11:25:25,425 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:25:25,772 - Skipping installation of existing package hadoop_2_6_0_0_597-client
2017-03-22 11:25:25,780 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:25:26,200 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:25:27,914 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:25:27,914 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:25:27,963 - Retrying to install package snappy after 30 seconds
2017-03-22 11:26:02,931 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:26:02,941 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:26:02,942 - Group['hadoop'] {}
2017-03-22 11:26:02,943 - Group['users'] {}
2017-03-22 11:26:02,944 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,945 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,946 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:26:02,946 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,947 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:26:02,947 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,948 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:26:02,948 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,949 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,949 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,950 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,950 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,951 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,952 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:02,952 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:26:02,954 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:26:02,962 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-03-22 11:26:02,963 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:26:02,964 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:26:02,965 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:26:02,975 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-03-22 11:26:02,976 - Group['hdfs'] {}
2017-03-22 11:26:02,976 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:26:02,977 - FS Type:
2017-03-22 11:26:02,977 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:26:02,993 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-03-22 11:26:02,994 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:26:03,010 - Initializing 2 repositories
2017-03-22 11:26:03,011 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:26:03,023 - Flushing package manager cache since repo file content is about to change
2017-03-22 11:26:03,023 - checked_call[['zypper', 'clean', '--all']] {'sudo': True}
2017-03-22 11:26:03,121 - checked_call returned (0, 'All repositories have been cleaned up.')
2017-03-22 11:26:03,121 - File['/etc/zypp/repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:26:03,123 - Writing File['/etc/zypp/repos.d/HDP.repo'] because contents don't match
2017-03-22 11:26:03,131 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:26:03,135 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:26:03,136 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:03,561 - Skipping installation of existing package unzip
2017-03-22 11:26:03,561 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:03,930 - Skipping installation of existing package curl
2017-03-22 11:26:03,930 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:04,404 - Skipping installation of existing package hdp-select
2017-03-22 11:26:04,695 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:26:04,697 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:26:04,725 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:26:04,742 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:26:04,756 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:26:04,764 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:05,043 - Skipping installation of existing package hadoop_2_6_0_0_597
2017-03-22 11:26:05,045 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:05,378 - Skipping installation of existing package hadoop_2_6_0_0_597-client
2017-03-22 11:26:05,380 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:05,856 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:26:07,513 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:26:07,514 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:26:07,571 - Retrying to install package snappy after 30 seconds
2017-03-22 11:26:46,364 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:26:46,373 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:26:46,374 - Group['hadoop'] {}
2017-03-22 11:26:46,376 - Group['users'] {}
2017-03-22 11:26:46,376 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,377 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,377 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:26:46,378 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,378 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:26:46,379 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,379 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:26:46,380 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,380 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,381 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,381 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,382 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,382 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,383 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:26:46,383 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:26:46,385 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:26:46,395 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-03-22 11:26:46,395 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:26:46,396 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:26:46,398 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:26:46,405 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-03-22 11:26:46,406 - Group['hdfs'] {}
2017-03-22 11:26:46,406 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:26:46,407 - FS Type:
2017-03-22 11:26:46,407 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:26:46,423 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-03-22 11:26:46,424 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:26:46,438 - Initializing 2 repositories
2017-03-22 11:26:46,439 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:26:46,447 - Flushing package manager cache since repo file content is about to change
2017-03-22 11:26:46,447 - checked_call[['zypper', 'clean', '--all']] {'sudo': True}
2017-03-22 11:26:46,520 - checked_call returned (0, 'All repositories have been cleaned up.')
2017-03-22 11:26:46,520 - File['/etc/zypp/repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:26:46,522 - Writing File['/etc/zypp/repos.d/HDP.repo'] because contents don't match
2017-03-22 11:26:46,529 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:26:46,533 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:26:46,533 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:46,872 - Skipping installation of existing package unzip
2017-03-22 11:26:46,872 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:47,166 - Skipping installation of existing package curl
2017-03-22 11:26:47,166 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:47,521 - Skipping installation of existing package hdp-select
2017-03-22 11:26:47,713 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:26:47,714 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:26:47,739 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:26:47,755 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:26:47,767 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:26:47,775 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:48,077 - Skipping installation of existing package hadoop_2_6_0_0_597
2017-03-22 11:26:48,078 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:48,430 - Skipping installation of existing package hadoop_2_6_0_0_597-client
2017-03-22 11:26:48,431 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:26:48,852 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:26:50,450 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:26:50,450 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:26:50,511 - Retrying to install package snappy after 30 seconds
2017-03-22 11:27:37,226 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:27:37,234 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:27:37,236 - Group['hadoop'] {}
2017-03-22 11:27:37,237 - Group['users'] {}
2017-03-22 11:27:37,237 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,238 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,239 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:27:37,239 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,240 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:27:37,240 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,241 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:27:37,242 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,242 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,243 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,243 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,244 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,244 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,245 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:27:37,246 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:27:37,247 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:27:37,255 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-03-22 11:27:37,255 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:27:37,256 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:27:37,257 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:27:37,264 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-03-22 11:27:37,265 - Group['hdfs'] {}
2017-03-22 11:27:37,265 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:27:37,265 - FS Type:
2017-03-22 11:27:37,266 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:27:37,282 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-03-22 11:27:37,282 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:27:37,299 - Initializing 2 repositories
2017-03-22 11:27:37,300 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:27:37,307 - Flushing package manager cache since repo file content is about to change
2017-03-22 11:27:37,308 - checked_call[['zypper', 'clean', '--all']] {'sudo': True}
2017-03-22 11:27:37,383 - checked_call returned (0, 'All repositories have been cleaned up.')
2017-03-22 11:27:37,383 - File['/etc/zypp/repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:27:37,384 - Writing File['/etc/zypp/repos.d/HDP.repo'] because contents don't match
2017-03-22 11:27:37,392 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:27:37,396 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:27:37,396 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:27:37,743 - Skipping installation of existing package unzip
2017-03-22 11:27:37,743 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:27:38,072 - Skipping installation of existing package curl
2017-03-22 11:27:38,072 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:27:38,483 - Skipping installation of existing package hdp-select
2017-03-22 11:27:38,726 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:27:38,728 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:27:38,754 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:27:38,769 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:27:38,782 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:27:38,789 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:27:39,060 - Skipping installation of existing package hadoop_2_6_0_0_597
2017-03-22 11:27:39,061 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:27:39,397 - Skipping installation of existing package hadoop_2_6_0_0_597-client
2017-03-22 11:27:39,398 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:27:39,886 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:27:48,595 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:27:48,596 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:27:48,651 - Retrying to install package snappy after 30 seconds
2017-03-22 11:28:51,403 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:28:51,411 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:28:51,413 - Group['hadoop'] {}
2017-03-22 11:28:51,414 - Group['users'] {}
2017-03-22 11:28:51,414 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,415 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,416 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:28:51,416 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,417 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:28:51,417 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,418 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:28:51,418 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,419 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,419 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,420 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,421 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,421 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,422 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:28:51,422 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:28:51,424 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:28:51,431 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-03-22 11:28:51,432 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:28:51,433 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:28:51,434 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:28:51,441 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-03-22 11:28:51,441 - Group['hdfs'] {}
2017-03-22 11:28:51,442 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:28:51,442 - FS Type:
2017-03-22 11:28:51,442 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:28:51,458 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-03-22 11:28:51,459 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:28:51,474 - Initializing 2 repositories
2017-03-22 11:28:51,475 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:28:51,483 - Flushing package manager cache since repo file content is about to change
2017-03-22 11:28:51,483 - checked_call[['zypper', 'clean', '--all']] {'sudo': True}
2017-03-22 11:28:51,546 - checked_call returned (0, 'All repositories have been cleaned up.')
2017-03-22 11:28:51,546 - File['/etc/zypp/repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:28:51,547 - Writing File['/etc/zypp/repos.d/HDP.repo'] because contents don't match
2017-03-22 11:28:51,552 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:28:51,556 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:28:51,557 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:28:51,944 - Skipping installation of existing package unzip
2017-03-22 11:28:51,945 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:28:52,273 - Skipping installation of existing package curl
2017-03-22 11:28:52,273 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:28:52,630 - Skipping installation of existing package hdp-select
2017-03-22 11:28:52,860 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:28:52,862 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:28:52,886 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:28:52,900 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:28:52,912 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:28:52,919 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:28:53,227 - Skipping installation of existing package hadoop_2_6_0_0_597
2017-03-22 11:28:53,229 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:28:53,597 - Skipping installation of existing package hadoop_2_6_0_0_597-client
2017-03-22 11:28:53,598 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:28:54,044 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:28:55,790 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:28:55,791 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:28:55,848 - Retrying to install package snappy after 30 seconds
2017-03-22 11:30:30,691 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:30:30,700 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:30:30,702 - Group['hadoop'] {}
2017-03-22 11:30:30,703 - Group['users'] {}
2017-03-22 11:30:30,703 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,704 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,705 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:30:30,705 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,706 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:30:30,707 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,707 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:30:30,708 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,708 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,709 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,709 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,710 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,710 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,711 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:30:30,711 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:30:30,713 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:30:30,721 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-03-22 11:30:30,721 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:30:30,722 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:30:30,723 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:30:30,731 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-03-22 11:30:30,731 - Group['hdfs'] {}
2017-03-22 11:30:30,732 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:30:30,733 - FS Type:
2017-03-22 11:30:30,733 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:30:30,749 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-03-22 11:30:30,750 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:30:30,765 - Initializing 2 repositories
2017-03-22 11:30:30,765 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:30:30,777 - Flushing package manager cache since repo file content is about to change
2017-03-22 11:30:30,778 - checked_call[['zypper', 'clean', '--all']] {'sudo': True}
2017-03-22 11:30:30,853 - checked_call returned (0, 'All repositories have been cleaned up.')
2017-03-22 11:30:30,854 - File['/etc/zypp/repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:30:30,855 - Writing File['/etc/zypp/repos.d/HDP.repo'] because contents don't match
2017-03-22 11:30:30,857 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:30:30,861 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:30:30,861 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:30:31,269 - Skipping installation of existing package unzip
2017-03-22 11:30:31,269 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:30:31,573 - Skipping installation of existing package curl
2017-03-22 11:30:31,574 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:30:31,913 - Skipping installation of existing package hdp-select
2017-03-22 11:30:32,106 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:30:32,108 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:30:32,138 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:30:32,156 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:30:32,169 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:30:32,176 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:30:32,486 - Skipping installation of existing package hadoop_2_6_0_0_597
2017-03-22 11:30:32,488 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:30:32,986 - Skipping installation of existing package hadoop_2_6_0_0_597-client
2017-03-22 11:30:32,988 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:30:33,552 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:30:35,256 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:30:35,256 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:30:35,333 - Retrying to install package snappy after 30 seconds
2017-03-22 11:33:14,166 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:33:14,175 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:33:14,177 - Group['hadoop'] {}
2017-03-22 11:33:14,179 - Group['users'] {}
2017-03-22 11:33:14,180 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,181 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,182 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:33:14,182 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,183 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:33:14,183 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,184 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:33:14,185 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,185 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,186 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,186 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,187 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,188 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,189 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:14,190 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:33:14,191 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:33:14,199 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-03-22 11:33:14,200 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:33:14,201 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:33:14,203 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:33:14,211 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-03-22 11:33:14,212 - Group['hdfs'] {}
2017-03-22 11:33:14,212 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:33:14,212 - FS Type:
2017-03-22 11:33:14,212 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:33:14,228 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-03-22 11:33:14,229 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:33:14,244 - Initializing 2 repositories
2017-03-22 11:33:14,244 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:33:14,252 - Flushing package manager cache since repo file content is about to change
2017-03-22 11:33:14,252 - checked_call[['zypper', 'clean', '--all']] {'sudo': True}
2017-03-22 11:33:14,318 - checked_call returned (0, 'All repositories have been cleaned up.')
2017-03-22 11:33:14,318 - File['/etc/zypp/repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:33:14,319 - Writing File['/etc/zypp/repos.d/HDP.repo'] because contents don't match
2017-03-22 11:33:14,326 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:33:14,330 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:33:14,331 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:33:14,692 - Skipping installation of existing package unzip
2017-03-22 11:33:14,692 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:33:15,013 - Skipping installation of existing package curl
2017-03-22 11:33:15,013 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:33:15,372 - Skipping installation of existing package hdp-select
2017-03-22 11:33:15,572 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:33:15,574 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:33:15,598 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:33:15,612 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:33:15,623 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:33:15,630 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:33:15,893 - Skipping installation of existing package hadoop_2_6_0_0_597
2017-03-22 11:33:15,894 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:33:16,213 - Skipping installation of existing package hadoop_2_6_0_0_597-client
2017-03-22 11:33:16,214 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:33:16,621 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:33:18,419 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:33:18,420 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:33:18,481 - Retrying to install package snappy after 30 seconds
2017-03-22 11:33:59,278 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:33:59,287 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
User Group mapping (user_group) is missing in the hostLevelParams
2017-03-22 11:33:59,288 - Group['hadoop'] {}
2017-03-22 11:33:59,289 - Group['users'] {}
2017-03-22 11:33:59,290 - User['hive'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,290 - User['zookeeper'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,291 - User['oozie'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:33:59,291 - User['ams'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,292 - User['tez'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:33:59,292 - User['mahout'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,293 - User['ambari-qa'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'users']}
2017-03-22 11:33:59,293 - User['flume'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,294 - User['hdfs'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,294 - User['sqoop'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,295 - User['yarn'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,295 - User['mapred'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,296 - User['hbase'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,296 - User['hcat'] {'gid': 'hadoop', 'fetch_nonlocal_groups': True, 'groups': [u'hadoop']}
2017-03-22 11:33:59,297 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:33:59,298 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] {'not_if': '(test $(id -u ambari-qa) -gt 1000) || (false)'}
2017-03-22 11:33:59,305 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh ambari-qa /tmp/hadoop-ambari-qa,/tmp/hsperfdata_ambari-qa,/home/ambari-qa,/tmp/ambari-qa,/tmp/sqoop-ambari-qa'] due to not_if
2017-03-22 11:33:59,306 - Directory['/tmp/hbase-hbase'] {'owner': 'hbase', 'create_parents': True, 'mode': 0775, 'cd_access': 'a'}
2017-03-22 11:33:59,306 - File['/var/lib/ambari-agent/tmp/changeUid.sh'] {'content': StaticFile('changeToSecureUid.sh'), 'mode': 0555}
2017-03-22 11:33:59,307 - Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] {'not_if': '(test $(id -u hbase) -gt 1000) || (false)'}
2017-03-22 11:33:59,314 - Skipping Execute['/var/lib/ambari-agent/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/tmp/hbase-hbase'] due to not_if
2017-03-22 11:33:59,315 - Group['hdfs'] {}
2017-03-22 11:33:59,315 - User['hdfs'] {'fetch_nonlocal_groups': True, 'groups': [u'hadoop', u'hdfs']}
2017-03-22 11:33:59,316 - FS Type:
2017-03-22 11:33:59,316 - Directory['/etc/hadoop'] {'mode': 0755}
2017-03-22 11:33:59,331 - File['/usr/hdp/current/hadoop-client/conf/hadoop-env.sh'] {'content': InlineTemplate(...), 'owner': 'hdfs', 'group': 'hadoop'}
2017-03-22 11:33:59,331 - Directory['/var/lib/ambari-agent/tmp/hadoop_java_io_tmpdir'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 01777}
2017-03-22 11:33:59,346 - Initializing 2 repositories
2017-03-22 11:33:59,346 - Repository['HDP-2.6'] {'base_url': 'http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50', 'action': ['create'], 'components': [u'HDP', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP', 'mirror_list': None}
2017-03-22 11:33:59,354 - Flushing package manager cache since repo file content is about to change
2017-03-22 11:33:59,354 - checked_call[['zypper', 'clean', '--all']] {'sudo': True}
2017-03-22 11:33:59,433 - checked_call returned (0, 'All repositories have been cleaned up.')
2017-03-22 11:33:59,434 - File['/etc/zypp/repos.d/HDP.repo'] {'content': '[HDP-2.6]\nname=HDP-2.6\nbaseurl=http://s3.amazonaws.com/dev.hortonworks.com/HDP/sles12/2.x/BUILDS/2.6.0.2-50\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:33:59,435 - Writing File['/etc/zypp/repos.d/HDP.repo'] because contents don't match
2017-03-22 11:33:59,450 - Repository['HDP-UTILS-1.1.0.21'] {'base_url': 'http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3', 'action': ['create'], 'components': [u'HDP-UTILS', 'main'], 'repo_template': '[{{repo_id}}]\nname={{repo_id}}\n{% if mirror_list %}mirrorlist={{mirror_list}}{% else %}baseurl={{base_url}}{% endif %}\n\npath=/\nenabled=1\ngpgcheck=0', 'repo_file_name': 'HDP-UTILS', 'mirror_list': None}
2017-03-22 11:33:59,454 - File['/etc/zypp/repos.d/HDP-UTILS.repo'] {'content': '[HDP-UTILS-1.1.0.21]\nname=HDP-UTILS-1.1.0.21\nbaseurl=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/suse11sp3\n\npath=/\nenabled=1\ngpgcheck=0'}
2017-03-22 11:33:59,455 - Package['unzip'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:33:59,805 - Skipping installation of existing package unzip
2017-03-22 11:33:59,805 - Package['curl'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:34:00,110 - Skipping installation of existing package curl
2017-03-22 11:34:00,111 - Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:34:00,487 - Skipping installation of existing package hdp-select
2017-03-22 11:34:00,713 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:34:00,715 - Stack Feature Version Info: stack_version=2.6, version=None, current_cluster_version=None -> 2.6
2017-03-22 11:34:00,737 - Using hadoop conf dir: /usr/hdp/current/hadoop-client/conf
2017-03-22 11:34:00,752 - checked_call['rpm -q --queryformat '%{version}-%{release}' hdp-select | sed -e 's/\.el[0-9]//g''] {'stderr': -1}
2017-03-22 11:34:00,767 - checked_call returned (0, '2.6.0.0-597', '')
2017-03-22 11:34:00,778 - Package['hadoop_2_6_0_0_597'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:34:01,089 - Skipping installation of existing package hadoop_2_6_0_0_597
2017-03-22 11:34:01,090 - Package['hadoop_2_6_0_0_597-client'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:34:01,547 - Skipping installation of existing package hadoop_2_6_0_0_597-client
2017-03-22 11:34:01,548 - Package['snappy'] {'retry_on_repo_unavailability': False, 'retry_count': 5}
2017-03-22 11:34:02,069 - Installing package snappy ('/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy')
2017-03-22 11:34:03,873 - Execution of '/usr/bin/zypper --quiet install --auto-agree-with-licenses --no-confirm snappy' returned 8. The following NEW package is going to be installed:
snappy
The following package is not supported by its vendor:
snappy
1 new package to install.
Overall download size: 68.5 KiB. Already cached: 0 B. After the operation, additional 205.5 KiB will be used.
Continue? [y/n/? shows all options] (y): y
Detected 2 file conflicts:
File /usr/lib64/libsnappy.so.1
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File /usr/share/doc/packages/snappy/COPYING
from install of
snappy-1.0.5-1.x86_64 (HDP-UTILS Version - HDP-UTILS-1.1.0.21)
conflicts with file from package
libsnappy1-1.1.3-1.2.x86_64 (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): no
Problem occured during or after installation or removal of packages:
Installation aborted by user
2017-03-22 11:34:03,873 - Failed to install package snappy. Executing '/usr/bin/zypper clean'
2017-03-22 11:34:03,944 - Retrying to install package snappy after 30 seconds
Command failed after 9 tries
@naresh050414
Copy link

Hi how did you fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment