Member since
03-14-2016
4721
Posts
1111
Kudos Received
874
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2510 | 04-27-2020 03:48 AM | |
| 4978 | 04-26-2020 06:18 PM | |
| 4056 | 04-26-2020 06:05 PM | |
| 3291 | 04-13-2020 08:53 PM | |
| 5020 | 03-31-2020 02:10 AM |
10-09-2017
04:12 PM
@Prakash Punj As the issue is resolved, hence it will be also great if you can mark this HCC thread as Answered by clicking on the "Accept" Button. That way other HCC users can quickly find the solution when they encounter the same issue.
... View more
10-02-2017
06:11 PM
Great, This does seem to work.. Thanks prakash
... View more
10-11-2017
08:38 PM
@darkz yu Yes, that sounds right. Sorry I missed the step which would have triggered the modification of the '/etc/hadoop/conf/hadoop-metrics2.properties' file. So, is your problem fixed now?
... View more
10-04-2017
06:39 AM
@Burak Bicen I will suggest opening a separate thread will be more useful. As this is slightly unrelated question to this thread. Even though the topic is related to Druid. That way you might get more accurate response.
... View more
01-02-2018
08:50 AM
How did you do "Enable=0" ? please describe.
... View more
04-16-2019
01:15 PM
@Jay Kumar SenSharma Referring to the PUT command used for triggering the alert manually, Is it possible to pass some parameters/custom information to the script which gets trigged by the alert ? If yes, is it via headers OR body of the PUT request ? Thanks.
... View more
03-19-2018
05:43 PM
Many Thanks dear Sureshkumar. I was looking for same as you mention properly step to step which solved my problem. ~Thanks
... View more
09-16-2017
07:06 AM
@kotesh banoth Can you try without SASL, or somehow it need to be imported in your python. Pleas try this with NOSASL to see what you get next: (or verify if the "cyrus-sasl-devel" is installed properly) conn = hive.connect(host='172.16.0.XXX', port=10000, username='kotesh', auth='NOSASL') . It will need to following config on your hive side. <property>
<name>hive.server2.authentication</name>
<value>NOSASL</value>
</property> .
... View more
12-06-2017
05:48 AM
Hi @Gaurav Bapat, As you are using python 2.7.5 you might be hitting the same bug mentioned in about link. You can refer to this Link . https://access.redhat.com/articles/2039753#controlling-certificate-verification-7 and try disabling the certificates. hope this helps
... View more
09-11-2017
06:35 PM
Thank you..
... View more