Member since
04-27-2016
218
Posts
133
Kudos Received
25
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3184 | 08-31-2017 03:34 PM | |
6532 | 02-08-2017 03:17 AM | |
2745 | 01-24-2017 03:37 AM | |
9657 | 01-19-2017 03:57 AM | |
5251 | 01-17-2017 09:51 PM |
07-25-2016
01:17 PM
2 Kudos
One option I can think of is using xquery or xslt.
... View more
07-08-2016
10:29 PM
1 Kudo
Its not required to install Atlas on every node of cluster. You can certianly take a look at http://atlas.incubator.apache.org/HighAvailability.html for high availability options for Apache Atlas.
... View more
07-07-2016
10:27 PM
Can you please try increasing the zookeeper.session.timeout.ms parameter to some higher value?
... View more
06-29-2016
09:16 PM
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
06-27-2016
10:44 PM
I do see lot of conflicting GC arguments. Can you please try with Xmx 2048 only and remove all the exlicit GC arguments first. Then you need to tune the topology.max.spout.pending parameter with some trial and error to find the correct value.
... View more
06-27-2016
09:40 PM
Mostly it sounds like your upstream spouts/bolts are outpacing your downstream bolts. Try throttling your spouts with topology.max.spout.pending settings and try to increase the topology’s parallelism. Also based on your JVM profiling find out if you are GC’ing too much which can cause tuples failures. Try increasing JVM heal size (-xmx) that is allocated for each worker. You may have to use explicit G1 garbage collector. This may have negative impact as GC pause may take longer for larger heaps.
... View more
06-27-2016
06:40 PM
1 Kudo
Normally The Content Repository holds the content for all the FlowFiles in the system. By default, it is installed in the same root installation directory as all the other repositories; as a admin you can configure it on a separate drive if available. e.g. check your {nifi_install_dir}/content_repository for contents.
... View more