Member since
07-29-2019
640
Posts
113
Kudos Received
48
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7326 | 12-01-2022 05:40 PM | |
1987 | 11-24-2022 08:44 AM | |
2868 | 11-12-2022 12:38 PM | |
969 | 10-10-2022 06:58 AM | |
1405 | 09-11-2022 05:43 PM |
07-06-2019
08:59 PM
The above question and the entire response thread below was originally posted in the Community Help track. On Wed Jun 26 21:14 UTC 2019, a member of the HCC moderation staff moved it to the Cloud & Operations track. The Community Help Track is intended for questions about using the HCC site itself, not technical questions about using Ambari or upgrading HDP.
... View more
07-06-2019
09:54 PM
The above question and the entire response thread below was originally posted in the Community Help track. On Sat Jul 6 21:53 UTC 2019, a member of the HCC moderation staff moved it to the Cloud & Operations track. The Community Help Track is intended for questions about using the HCC site itself, not technical questions about spark thrift servers.
... View more
07-01-2019
04:32 AM
@Dear Jay - Apache Kafka 2.0.0 , is it the same version of confluent 2.0.0 ?
... View more
06-30-2019
09:11 PM
The above question and the entire response thread below was originally posted in the Community Help track. On Sun Jun 30 21:03 UTC 2019, a member of the HCC moderation staff moved it to the Data Ingestion & Streaming track. The Community Help Track is intended for questions about using the HCC site itself, not technical questions about Nifi processors.
... View more
07-23-2019
10:48 AM
On Tue Jul 23 10:38:22 UTC 2019 the above article was updated to include the four Community Upgrade & Migration Related Announcement links at the end.
... View more
06-27-2019
03:22 AM
The above question and the entire response thread below was originally posted in the Community Help track. On Thu Jun 27 03:00 UTC 2019, a member of the HCC moderation staff moved it to the Cloud & Operations track. The Community Help Track is intended for questions about using the HCC site itself, not technical questions.
... View more
06-18-2019
03:05 AM
The above question and the reply thread below was originally posted in the Community Help Track. On Tue Jun 18 03:04 UTC 2019, a member of the HCC moderation staff moved it to the Data Ingestion & Streaming track. The Community Help Track is intended for questions about using the HCC site itself.
... View more
06-27-2019
08:47 AM
@Rahul Borkar use the Ambari UI / APIs , Like "Advanced hadoop-env" from ambari. Added following lines of code, at the end of file # Add java-agent to get jmx metrics for prometheus agent_namenode=`echo $HADOOP_NAMENODE_OPTS | grep javaagent | wc -l ` if [ "$agent_namenode" == 0 ]; then export HADOOP_NAMENODE_OPTS="-Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.port=10010 -javaagent:/usr/hdp/2.3.4.0-3485/hadoop/lib/jmx_prometheus_javaagent-0.11.0.jar=9998:/usr/hdp/2.3.4.0-3485/hadoop/jmx_exporter/namenode.yaml $HADOOP_NAMENODE_OPTS" fi agent_datanode=`echo $HADOOP_DATANODE_OPTS | grep javaagent | wc -l ` if [ "$agent_datanode" == 0 ]; then export HADOOP_DATANODE_OPTS="-Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.port=10011 -javaagent:/usr/hdp/2.3.4.0-3485/hadoop/lib/jmx_prometheus_javaagent-0.11.0.jar=9999:/usr/hdp/2.3.4.0-3485/hadoop/jmx_exporter/datanode.yaml $HADOOP_DATANODE_OPTS" fi
changed the permission of jmx_prometheus_javaagent-0.11.0.jar" and "namenode.yml" and "datanode.yaml" to "777" and put it into the right place. restart namenode and datanode at a time. you will get what you want
... View more
06-04-2019
03:43 AM
The above question and the entire reply thread below was originally posted in the Community Help Track. On Tue Jun 4 03:37 UTC 2019, a member of the HCC moderation staff moved it to the Cloud & Operations track. The Community Help Track is intended for questions about using the HCC site itself.
... View more
06-11-2019
11:37 AM
@Jay Kumar SenSharma, Thanks for the support!!! Yeah, there was inconsistency in Ambari-Server DB which was not allowing Alert to function on Ambari-UI. The Ambari-server DB size was grown to 294 MB. By purging the last 6 months from DB and restarting the ambari functioned the Alerts back on Ambari-UI. Would like to know in detail if this happens on PROD env what measures should be taken as an admin.
... View more