Member since
12-09-2016
8
Posts
2
Kudos Received
0
Solutions
12-30-2016
12:27 PM
2 Kudos
@akshay singh Falcon and Atlas serve different purposes, but there are some common areas. Thats why there is lot of confusion when it comes to Metadata management. Below link has detailed answer on what are the differences. Let me know if you have more queries. https://community.hortonworks.com/questions/68406/what-is-the-difference-between-apache-atlas-and-ap.html
... View more
12-22-2016
05:39 PM
2 Kudos
try adding these jars in hive aux jars or at session level using add jar option and see if it helps hive-hbase-handler-*.jar hbase-client-*.jar ADD JAR /usr/hdp/current/hive-client/lib/hive-hbase-handler-*.jar; ADD JAR /usr/hdp/2.3.2.0-2950/hbase/lib/hbase-client-*.jar ;
... View more
12-17-2016
04:54 PM
5 Kudos
can you try adding the following setting and restart kafka to see if it helps kafka.metrics.reporters=org.apache.hadoop.metrics2.sink.kafka.KafkaTimelineMetricsReporter
... View more
12-14-2016
07:43 AM
2 Kudos
it looks you are using apache dependencies not the hortonworks could you please add the hw dependencies http://nexus-private.hortonworks.com/nexus/content/groups/public/, specially the kafka client library, before Kafka 0.9, NetworkSend constructor has Integer as first argument instead of string, in kafka-1928 it was changed
... View more
12-13-2016
01:17 PM
Configure your replication higher https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools You probably need more replicas for faster throughput https://www.confluent.io/blog/how-to-choose-the-number-of-topicspartitions-in-a-kafka-cluster/
... View more
12-09-2016
12:01 PM
@akshay singh check if kafka process is running with these parameters -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false see a similar issue when jmx is not bound to port in HDP distribution so you need to set JMX_PORT env variable and restart kafka process
... View more
07-05-2018
12:31 PM
@akshay singh @Sai Satish I am also facing same issue. Were you able to solve this?
... View more