Github user james-sirota commented on the pull request:

    https://github.com/apache/incubator-metron/pull/127#issuecomment-222563571
  
    I was able to get past the previous error by uploading a new common jar.  
Now when the topology comes up it processes the CSV no problem.  But, I only 
have the spout and the parser bolt come up.  The writer does not come up.  
Also, I can't get the parser to ack anything.  My file looks like this:
    
    {
        "parserClassName" : "org.apache.metron.parsers.csv.CSVParser"
       ,"writerClassName" : 
"org.apache.metron.writer.hbase.SimpleHbaseEnrichmentWriter"
       ,"sensorTopic":"user"
       ,"parserConfig":
       {
         "shew.table" : "enrichment"
        ,"shew.cf" : "t"
        ,"shew.keyColumns" : "user"
        ,"shew.enrichmentType" : "user"
        ,"columns" : {
                    "user" : 0
                   ,"ip" : 1
                     }
       }
    }


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to