Member since
04-22-2014
1218
Posts
342
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 28569 | 03-03-2020 08:12 AM | |
| 19020 | 02-28-2020 10:43 AM | |
| 5269 | 11-12-2019 03:28 PM | |
| 7647 | 11-01-2019 09:01 AM | |
| 7370 | 08-12-2019 11:06 AM |
09-18-2019
09:29 AM
Okaee.. but what is the trick, as far as i see - it's just a dumb way of finding manually which structure stores what config. Not handy for automating. Is there any api which can tell which config belongs to which structure ?
... View more
09-13-2019
05:51 AM
@kvinod Good then close the thread. It's always a good idea to have an external database to host not only the CM/Ambari database but also Oozie, hive, ranger etc in a multitenant architecture and maybe backup the database host periodically to avoid having your backend databases all over the cluster. 20 cents advice !
... View more
08-26-2019
11:19 AM
@bgooley Yes this fixed it for me. It was a permissions issue.
... View more
08-20-2019
11:07 PM
Hi Ben, I managed to resolve this by dropping the existing oozie database and removing oozie folder from /var/lib/, re-create oozie database and re-install oozie. Thanks wert
... View more
08-12-2019
11:52 AM
thanks
... View more
07-31-2019
01:39 AM
Hello @bgooley , Thank you very much for your answers
... View more
07-29-2019
08:29 AM
Hey Ben, Thanks for getting back to me and sorry about the delay in responding. I ended up testing this Friday and everything went smoothly with the CSD. I did run into some issues with a custom parcel and CM making the wrong *.sha file upon downloading but putting the parcel in /opt/cloudera/parcel-repo helped clear that up. I may end up making that a different forum post as it seems a bit buggy. Regards, Dan
... View more
07-26-2019
09:00 AM
Hi @dennisli , I hope You are doing well. Please confirm one time in below fields value what i commented:- <property>
<name>javax.jdo.option.ConnectionDriverName</name>
<value>com.mysql.jdbc.Driver</value> //this is metadata db
</property>
<property>
<name>javax.jdo.option.ConnectionUserName</name>
<value>hive</value> //this is metadata db username
</property>
<property>
<name>javax.jdo.option.ConnectionPassword</name>
<value>mypassword</value> //this is metadatapassword
</property> Thanks HadoopHelp
... View more
07-24-2019
05:24 AM
Hi @bgooley, I have downgraded Mysql version10.2 to 10.0. Now it is working fine:) Thank you so much for your support. Thanks, Vijaya
... View more
07-23-2019
10:37 AM
@Roroka, I am very glad to hear that you got it working. The reason I asked about Cloudera Express 6.x is that it does not have support for Auto-TLS. It is certainly possible to set up TLS manually (our docs cover that). If you have any questions, this community is a good place to ask. Cheers.
... View more