Member since
06-30-2020
3
Posts
0
Kudos Received
0
Solutions
03-21-2023
09:02 AM
Hello, I've tried to build an application using http://repo.hortonworks.com/content/repositories/releases/ and its unable to find them. When using the browser I've notice that if I try to browse the site with http I get a 404 if I do it with https I got the nexus UI. Is something wrong in the nginx of the http site? Last week this worked properly. Thank you in advance. Best regards
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
01-17-2022
04:41 AM
Hello, I need to connect to my exadata using this kind of JDBC uri in order to provide HA at database level: jdbc:oracle:thin:@(DESCRIPTION_LIST=(FAILOVER=ON)(LOAD_BALANCE=OFF)(DESCRIPTION=(RETRY_COUNT=3)(CONNECT_TIMEOUT=5)(TRANSPORT_CONNECT_TIMEOUT=3000)(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=service)))(DESCRIPTION=(RETRY_COUNT=3)(CONNECT_TIMEOUT=5)(TRANSPORT_CONNECT_TIMEOUT=3000)(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=service)))) I managed with some workaounds to use this kind of URI in all my services, including Hue, but Im not able to do it despite I managed to make cloudera manager construct correctly the jdbc using the string after the @ in the "com.cloudera.cmf.db.host" because it have some hostname verification that tries to resolve via DNS the hostname. What would be the proper way to configure this or use a custom jdbc uri? I would like to have in Cloudera manager this kind of automatic failover as I had with ambari in HDP. Thank you in advance. Best regards.
... View more
Labels:
07-01-2020
06:55 AM
Hello! I'm trying CDP demo and I have the following issue with cloudera manager. After install the cluster services etc.. I had to reboot the machine where Cloudera Manager resides, after that I notice that Cloudera Manager was unable to connect to its embedded database. I tried to start it manually by using "systemctl start cloudera-scm-server-db" but shows the following error: -- Unit cloudera-scm-server-db.service has begun starting up.
Jul 01 15:37:46 localhost runuser[16621]: pam_unix(runuser:session): session opened for user cloudera-scm by (uid=0)
Jul 01 15:37:46 localhost cloudera-scm-server-db[16608]: DB initialization done.
Jul 01 15:37:46 localhost runuser[16621]: pam_unix(runuser:session): session closed for user cloudera-scm
Jul 01 15:37:46 localhost runuser[16638]: pam_unix(runuser:session): session opened for user cloudera-scm by (uid=0)
Jul 01 15:37:46 localhost cloudera-scm-server-db[16608]: bash: pg_ctl: command not found
Jul 01 15:37:46 localhost runuser[16638]: pam_unix(runuser:session): session closed for user cloudera-scm
Jul 01 15:37:46 ldkub01.lda runuser[16640]: pam_unix(runuser:session): session opened for user cloudera-scm by (uid=0)
Jul 01 15:37:46 localhost cloudera-scm-server-db[16608]: bash: pg_ctl: command not found
Jul 01 15:37:46 localhost runuser[16640]: pam_unix(runuser:session): session closed for user cloudera-scm
Jul 01 15:37:46 localhost systemd[1]: cloudera-scm-server-db.service: control process exited, code=exited status=127
Jul 01 15:37:46 localhost systemd[1]: Failed to start LSB: Cloudera SCM Server's Embedded DB.
-- Subject: Unit cloudera-scm-server-db.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit cloudera-scm-server-db.service has failed.
--
-- The result is failed. I have tried adding to the PATH in both /etc/bashrc and /etc/profile but despite I'm able to use the command from my terminal, the service keeps failing with that error. I could put the export in the script which is started by systemd when service starts.. but It's not a good way. Did someone have this issue or know how can I fix this? NOTE: The only thing I did related to postgresql today was install the client rpm, I had to do it to change something in the db because I was hitting a bug and wasn't able to deploy an updated kerberos configuration in a host. Thank you in advance. Best regards
... View more
Labels: