Member since
04-04-2016
41
Posts
6
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
747 | 04-28-2016 01:28 AM | |
843 | 04-05-2016 05:06 PM |
09-18-2016
01:02 AM
3 Kudos
@Raja A storm 0.10.0.2.3.4.0-3485 is build with kafka 8.2.2 where SimpleConsumer expect argument String,Int,Int,Int,String,String while 0.9.3.2.2.4.0-2633 is build with 0.8.1.1 where simpleconsumer expect args String,Int,Int,Int,String thats why you are getting NoSuchMethodError.
... View more
09-29-2016
10:21 AM
Well, you said you had only 2 columns 🙂 For more columns you can either change the regex, or try MultiDelimitSerDe if you are on Hive-0.14 or newer. By the way, inspired by your question I wrote an article about RegexSerDe.
... View more
05-16-2016
08:17 PM
@Raja A Not that i know of. You can edit the offsets using command line zookeeper client. In a test or dev setup this should be fine. I would not advise it in a production environment unless you know for sure that updating the offsets will not cause storm application to skip data for processing.
... View more
04-28-2016
01:28 AM
After following the link https://issues.apache.org/jira/browse/STORM-1521 i was able to fix the authentication problem i observed!!
... View more
04-28-2016
01:28 AM
After following the link https://issues.apache.org/jira/browse/STORM-1521 i was able to fix the authentication problem i observed!!
... View more
04-05-2016
05:06 PM
Found the reason for showing wrong summary in UI, Below setting in my code is the reason to show more no.of executors/tasks in topology summary. configured.setNumAckers(30); Once i commented that line, topology summary is showing correct count!
... View more
04-04-2016
11:22 PM
2 Kudos
We had a disk failure in the morning and an outage as a result.
All of the data has since been recovered and the service should be fully functional now.
... View more