Member since
11-21-2017
16
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1588 | 12-17-2019 12:16 AM |
12-17-2019
12:16 AM
well, This is not really a problem with NiFi per se: NiFi was installed with docker so I kept using the docker host as it was the correct machine. Embarassing.. 🙂
... View more
11-21-2017
08:21 AM
1 Kudo
I didn't get why is this a problem for Cloudera. But excluding it, it actually worked!
... View more
11-21-2017
08:13 AM
that works! and it is actually weird
... View more
03-10-2017
01:11 PM
I managed to install and start Ambari 2.4.2.0 and HDP 2.5.3 complete (all components except Smartsense) on Ubuntu 16.04.2 without Kerberos, SSL and LDAP configurations yet. It took some tweaking but finally I have no alerts at all. And all UIs are working, and all Service Checks are OK.
The following has to be done in advance before starting the installation of HDP: In the files: /usr/lib/ambari-agent/lib/ambari_commons/resources/os_family.json
/usr/lib/ambari-server/lib/ambari_commons/resources/os_family.json
Add the the alias ubuntu16: "aliases": {
"amazon2015": "amazon6",
"amazon2016": "amazon6",
"suse11sp3": "suse11",
"opensuse 42": "sles12",
"ubuntu16": "ubuntu14"
}
I added also "opensuse 42" because I tried an install on Opensuse Leap 42 (equivalend of SLES12), but that's another history... I also removed 16 from the ubuntu versions: "ubuntu": {
"distro": [
"ubuntu"
],
"versions": [
12,
14
]
},
In this way ubuntu16 is treated as an alias of ubuntu14. During the configuration and installation of HDP 2.5.3, Ambari will not complain anymore about the OS version. In one single service it was necessary to modify something due to a new version of a specific deb package. Go to the file: /var/lib/ambari-server/resources/common-services/AMBARI_METRICS/0.1.0/metainfo.xml Replace "libsnappy1*" with "libsnappy1v5*"
Afterwards everything was OK, except for OS-independent known issues.
... View more
05-01-2016
12:11 AM
Yes, ubuntu16 is the problem here. As indicated on the other thread, support for this is going to take some time. Is this a production setup or testing one? If so, you can try with ubuntu14?
... View more