Created 05-24-2017 01:05 PM
Hi guys, I'm trying to install ambari, but I'm having problems with the postgresql driver. I am doing an installation without internet, so I downloaded the packages needed for this task. Here's the mistake I'm having, have anyone been through this?
]# whereis java
java: /usr/bin/java /usr/share/man/man1/java.1
]# rpm -Uhv jpackage-utils-5.0.0-7.2.src.rpm
warning: jpackage-utils-5.0.0-7.2.src.rpm: Header V3 DSA/SHA1 Signature, key ID abde7ce2: NOKEY Updating / installing... 1:jpackage-utils-0:5.0.0-7.2 ################################# [100%]
]# rpm -Uhv postgresql-jdbc-9.2.1002-5.el7.noarch.rpm
warning: postgresql-jdbc-9.2.1002-5.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY error: Failed dependencies: jpackage-utils is needed by postgresql-jdbc-9.2.1002-5.el7.noarch
]# Write failed: Connection reset by peer
Created 09-20-2017 12:22 PM
I hope to help someone else who goes through it.
Created 05-24-2017 06:29 PM
So JDBC ships with Ambari server be default I believe.
look into /var/lib/ambari-server/resoruces you will find the JDBC there I believe
If not use this page to down the JDBC
Created 09-20-2017 12:22 PM
I hope to help someone else who goes through it.
Created 09-20-2017 12:25 PM