Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2071 | 06-15-2020 05:23 AM | |
| 17174 | 01-30-2020 08:04 PM | |
| 2234 | 07-07-2019 09:06 PM | |
| 8632 | 01-27-2018 10:17 PM | |
| 4874 | 12-31-2017 10:12 PM |
02-07-2019
12:37 PM
hi all we have HDP version - 2.6.4 and amabri version - 2.6.1 kafka version is 10.1 we want to upgrade only the kafka machines to the latest version so my question is : is it possible to upgrade only the kafka machine to the latest version ? what is the latest kafka version ?
... View more
Labels:
02-03-2019
06:41 AM
hi all we are trying to delete service from ambari and we get 500 ERROR what is needed in order to fix this issue ? we have ambari cluster with HDP version - 2.6.4 and ambatri - 2.6.1
... View more
Labels:
01-28-2019
09:53 AM
@Geoffrey Shelton Okot , do you recomended to reinstall the ambari agent on the kafka machines ?
... View more
01-28-2019
09:19 AM
just for your info we also see that ( from /var/log/messages ) python: detected unhandled python exception in
val/lob/ambari-agent/cache/common-services/KAFKA/0.8.1/package/scripts/kafka_broker.py and package ambari-agent
isn't signed with proper key post-create on
/var/spool/abrt/python-2019-01-28-08:34:49-107750 exited with 1
... View more
01-28-2019
07:34 AM
@Geoffrey Shelton Okot before I will do the procedure , I see that from ambari - kafka-env is already set with the relevant parameters , so I not understand why need to reconfigure this ? ,
... View more
01-27-2019
09:46 PM
by trhe way , we can start the kafka broker from cli , and also stop it , but from ambari we get - Fail: Configuration parameter 'kafka-env' was not found in configurations dictionary!
... View more
01-27-2019
09:34 PM
yes we have other cluster with the same HDP , do you want to check something ?
... View more
01-27-2019
08:30 PM
hi all we have 3 kafka brokers ( HDP version - 2.6.0.1 and ambari verdion - 2.6.0 ) we cant start them from ambari , and we saw the following errors on ambari-agent logs the error about - Fail: Configuration parameter 'kafka-env' was not found in configurations dictionary! what chould be the problem here ? Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/ambari_agent/PythonReflectiveExecutor.py", line 59, in run_file
imp.load_source('__main__', script)
File "/var/lib/ambari-agent/cache/common-services/KAFKA/0.8.1/package/scripts/kafka_broker.py", line 141, in <module>
KafkaBroker().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 314, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/KAFKA/0.8.1/package/scripts/kafka_broker.py", line 128, in status
import status_params
File "/var/lib/ambari-agent/cache/common-services/KAFKA/0.8.1/package/scripts/status_params.py", line 26, in <module>
kafka_pid_file = format("{kafka_pid_dir}/kafka.pid")
File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py", line 95, in format
return ConfigurationFormatter().format(format_string, args, **result)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py", line 59, in format
result_protected = self.vformat(format_string, args, all_params)
File "/usr/lib64/python2.7/string.py", line 549, in vformat
result = self._vformat(format_string, args, kwargs, used_args, 2)
File "/usr/lib64/python2.7/string.py", line 582, in _vformat
result.append(self.format_field(obj, format_spec))
File "/usr/lib64/python2.7/string.py", line 599, in format_field
return format(value, format_spec)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py", line 73, in __getattr__
raise Fail("Configuration parameter '" + self.name + "' was not found in configurations dictionary!")
Fail: Configuration parameter 'kafka-env' was not found in configurations dictionary!
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Kafka
01-25-2019
08:00 AM
@Geoffrey Shelton Okot I untar the tool kafka-utils-1.8.0.tar.gz also read the doc - https://kafka-utils.readthedocs.io/en/latest/kafka_check.html but not succeeded to run the check , do you use this tool? maybe I not configured some files? do you have example from your ENV ?
... View more