Member since
09-29-2015
9
Posts
6
Kudos Received
0
Solutions
04-18-2016
04:32 PM
1 Kudo
Oregon is US_WEST_2 (per http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
... View more
04-12-2016
01:33 PM
@michael perez To add to Emil, to isolate CPU and Ram resources enable CPU scheduling. More info here. CPU scheduling represents one aspect of YARN resource management capabilities that includes CGroups, node labels, archival storage, and memory as storage. CGroups should be used with CPU scheduling to constrain and manage CPU processes.
... View more
03-28-2016
12:00 AM
You can run a Nifi instance locally in a small JVM to gather the log file data and send it to a larger cluster for processing. I would use ListenSyslog processor rather than UDP and point Log4J there.
... View more
01-11-2016
09:22 PM
2 Kudos
No way to read based on timestamp right now, there is a discussion in the community https://cwiki.apache.org/confluence/display/KAFKA/KIP-32+-+Add+timestamps+to+Kafka+message
... View more
11-04-2015
09:31 PM
From looking at SolrJsonBoltAction, if the incoming object is an array of JSON documents, and you did bolt.setSplit("/") it should split the array into multiple documents on the Solr side. I have never used the storm-solr project, but I'm saying this based on having used the JSON ContentStreamUpdateRequest in the past. I'm not sure if this capability requires a specific version of Solr, but using >= 5.0 I had previously put together some test cases for this: https://github.com/bbende/solrj-custom-json-update/blob/master/src/test/java/org/apache/solr/IndexJSONTest.java#L182
... View more
07-17-2017
09:16 AM
when I delete one host, this occured how to solve it ? ambari 2.4.1.0
... View more