Member since
09-29-2017
8
Posts
0
Kudos Received
0
Solutions
07-22-2019
02:12 AM
Nifi and Kafka example for pulling REST API end point data - https://dzone.com/articles/real-time-stock-processing-with-apache-nifi-and-ap
... View more
07-04-2019
08:38 PM
Before executing sqlline, please set the HADOOP_CLASSPATH using phoenix client jar and /etc/hbase/conf export HADOOP_CLASSPATH=/usr/hdp/current/phoenix-client/phoenix-client.jar:${HADOOP_CLASSPATH}:/etc/hbase/conf/ With above, I am able to connect. Hope this helps!
... View more
06-18-2019
04:14 AM
What will be the steps if the cluster has 2 namenodes (active and standby) with 3 journal nodes?
... View more
05-21-2019
01:46 PM
a. ambari-metrics-monitor status b. ambari-metrics-monitor stop (if it is running) c. Check the ambari-metrics-collector/hbase-tmp directroy path in Ambari AMS config d. Move the hbase zk temp directory to somewhere mv /hadoop/journalnode/var/lib/ambari-metrics-collector/hbase-tmp/zookeeper/* /tmp/ams-zookeeper-backup/ e. Restart AMS from the Ambari That should resolve the issue Cheers, Pravat Sutar
... View more
09-29-2017
07:29 AM
sort merge join to false worked fine for me. hive.auto.convert.sortmerge.join=false --Pravat Sutar
... View more