Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26252 | 03-03-2020 08:12 AM | |
| 16404 | 02-28-2020 10:43 AM | |
| 4718 | 12-16-2019 12:59 PM | |
| 4473 | 11-12-2019 03:28 PM | |
| 6663 | 11-01-2019 09:01 AM |
11-06-2018
08:37 AM
Hey, the alert publisher passes a json file containing the alerts to the custom script, is there a way to get that json from outside ? maybe a REST call ? thanks.
... View more
11-02-2018
01:57 AM
which is mentioned above 13th post
... View more
11-01-2018
01:18 PM
@bgooley Sorry about that. From next time I will make sure I open new ticket.
... View more
10-29-2018
11:42 AM
I had to customize Hue Server Advanced Configuration Snippet (Safety Valve) for hue_safety_valve_server.ini to add back the base functionality [notebook] [[interpreters]] [[[hive]]] name=Hive interface=hiveserver2 [[[impala]]] name=Impala interface=hiveserver2 [[[presto]]] name=Presto interface=jdbc options='{"url": "jdbc:presto://ta-pci-prod-presto-master01.tripactions.local:8889/ta", "driver": "com.facebook.presto.jdbc.PrestoDriver"}'
... View more
10-24-2018
10:17 PM
@Huriye: What does that mean ? Please can you explain....
... View more
10-23-2018
03:01 AM
Just a few changes I've detected.
In the agent configuration don't use EXPORT.
In /etc/default/cloudera-scm-agent just add:
KRB5_CONFIG=/path/krb5.conf
Also, you will need to hammer Kerberos Server and Kadmin files.
KDC -> /etc/sysconfig/krb5kdc
Add: KRB5_CONFIG=/path/krb5.conf
And also:
Kadmin -> /etc/sysconfig/kadmin
Add: KRB5_CONFIG=/path/krb5.conf
This will allow you to start both services after you create the databases (kdb5_util create -s). If you don't do this, kerberos will still read /etc/krb5.conf and weird stuff will appear.
LET'S GO PEOPLE!!! 😄 Hammer on!
... View more
10-22-2018
10:58 AM
Thanks a lot, this works for me.
... View more
10-19-2018
01:38 PM
@Kamlesh, If Diagnostic Data Bundle Directory has not been configured in Cloudera Manager (Administration --> Settings --> Support) then the bundle file will be stored in your Java temp directory which defaults to /tmp. Check /tmp for a file that contains the string scm-command-result. For example, on my Cloudera Manager host, I see: /tmp/9245-scm-command-result-data3965754000660825578.zip
... View more
10-17-2018
04:50 PM
This didn't work. I tested a query with 10,250 characters after making the change and restarting the service, but the query was still truncated at the exact same spot. Are there any alternatives or other ways to fix this?
... View more
10-17-2018
11:11 AM
@Gayathri68, You need to remove the pid file most likely. You'll need to find out where the pid file is stored. Use "strace" to see where it is finding the file if you are on a system where strace can be run Rundeck is no a Cloudera product, though, so you might check here: https://rundeck.org/help.html
... View more