Member since
05-16-2016
76
Posts
44
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1837 | 03-10-2016 08:52 PM |
10-27-2016
06:38 PM
1 Kudo
Is there any better way to pull HDFS data into Kafka? I could use a flume exec source and kafka sink, but any alternative?
... View more
Labels:
- Labels:
-
Apache Kafka
10-17-2016
03:52 AM
Sunile. For daemons such as NM and RM, I can hard-code JMS port number. However, how to set different JMX port number on a number of JVM containers running on the same slave node? For example, I can configure 18 container per node, how could I set the port number to 8001-8018? Maybe I can use ZK, or some kind of script.
... View more
10-17-2016
03:45 AM
My problem is how to set different JMX ports on the containers running on the same slave node.
... View more
10-14-2016
07:29 PM
@Timothy Spann Tim, Thanks for the info. I can pull daemon JMX for sure since they are running all the time. However, I am more interested on per job based container. How to query YARN restful api to get a list of container for a job?
... View more
10-14-2016
02:52 PM
@mhendricks I have the exact same interest on monitoring all the containers of the job via JMX. However, my question is how to get the list of containers for a job assuming we can turn ON JMX for yarn containers?
... View more
10-14-2016
02:41 PM
Great article. Is there any way to pull individual yarn container JMX? It would be great for me to see what is going on when I start a job and monitor the job containers at real time.
... View more
09-07-2016
09:20 PM
The more, the better, to some extent.
... View more
09-06-2016
09:34 PM
3 Kudos
Should 3 be sufficient for a 3 rack cluster with one ZK per rack? Does increasing ZK nodes to 5 make sense? My understanding is that for fault tolerant 3 ZKs are good enough. Having 2 ZK nodes on the same rack doesn't increase HA.
... View more
08-29-2016
02:49 PM
This is NOT about HiveServer2, but only on Hive metastore. Do we have only two choices on Hive metastore property hive.security.metastore.authorization.manager? StorageBasedAuthorizationProvider DefaultHiveMetastoreAuthorizationProvider
... View more
Labels:
- Labels:
-
Apache Hive
07-28-2016
04:47 PM
# H2 Settings nifi.database.directory=./database_repository
nifi.h2.url.append=;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE Is something to be added here?
... View more