[jira] [Commented] (FLUME-2095) JMS source with TIBCO

2015-04-21 Thread Michelle Casbon (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14506212#comment-14506212 ] Michelle Casbon commented on FLUME-2095: There are a few other properties that cou

[GitHub] flume pull request: Update EventHelper.java

2015-04-21 Thread martinschaef
Github user martinschaef closed the pull request at: https://github.com/apache/flume/pull/17 --- 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

[jira] [Updated] (FLUME-2685) Prevent possible NullpointerException in EventHelper.java

2015-04-21 Thread JIRA
[ https://issues.apache.org/jira/browse/FLUME-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Schäf updated FLUME-2685: Description: In org/apache/flume/event/EventHelper.java Line 45 indicates that 'event' can be null b

[jira] [Created] (FLUME-2685) Prevent possible NullpointerException in EventHelper.java

2015-04-21 Thread JIRA
Martin Schäf created FLUME-2685: --- Summary: Prevent possible NullpointerException in EventHelper.java Key: FLUME-2685 URL: https://issues.apache.org/jira/browse/FLUME-2685 Project: Flume Issue T

[jira] [Commented] (FLUME-2437) S3 Source

2015-04-21 Thread Hari Shreedharan (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505778#comment-14505778 ] Hari Shreedharan commented on FLUME-2437: - We usually add that when we commit the

[jira] [Commented] (FLUME-2215) ResettableFileInputStream can't support ucs-4 character

2015-04-21 Thread Jameel Al-Aziz (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505714#comment-14505714 ] Jameel Al-Aziz commented on FLUME-2215: --- [~sodre], I haven't managed to get an isola

[jira] [Commented] (FLUME-2498) Implement Taildir Source

2015-04-21 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505664#comment-14505664 ] Otis Gospodnetic commented on FLUME-2498: - There was talk on the mailing list abou

[jira] [Commented] (FLUME-2437) S3 Source

2015-04-21 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505665#comment-14505665 ] Otis Gospodnetic commented on FLUME-2437: - There was talk on the mailing list abou

Re: [jira] [Commented] (FLUME-2390) Flume-ElasticSearch Data gets posted multiple times when one of the event fail validation at elastic search sink for JSON Data

2015-04-21 Thread Deepak Subhramanian
I came across this issue when I was migrating our ETL flow from XML to json messages for a previous client. I am not sure if it is a common issue. The ideal solution will be if the batch fails because of Mapping exception the flume can validate each message in the batch with the mapping of the ind

[jira] [Commented] (FLUME-2390) Flume-ElasticSearch Data gets posted multiple times when one of the event fail validation at elastic search sink for JSON Data

2015-04-21 Thread Hari Shreedharan (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505447#comment-14505447 ] Hari Shreedharan commented on FLUME-2390: - If you are using the file channel, the

[jira] [Commented] (FLUME-2661) Support timeout in ES Sink

2015-04-21 Thread Ashish Paliwal (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14505027#comment-14505027 ] Ashish Paliwal commented on FLUME-2661: --- The problem is valid so let's keep this ope

[jira] [Commented] (FLUME-2661) Support timeout in ES Sink

2015-04-21 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504956#comment-14504956 ] Otis Gospodnetic commented on FLUME-2661: - Thanks for opening this, Ashish. Check

[jira] [Commented] (FLUME-2390) Flume-ElasticSearch Data gets posted multiple times when one of the event fail validation at elastic search sink for JSON Data

2015-04-21 Thread Edward Sargisson (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504947#comment-14504947 ] Edward Sargisson commented on FLUME-2390: - [~bfiorini] your analysis is correct bu

[GitHub] flume pull request: Update EventHelper.java

2015-04-21 Thread martinschaef
GitHub user martinschaef opened a pull request: https://github.com/apache/flume/pull/17 Update EventHelper.java Avoid null pointer exception in line 71 for the case "if (event == null || event.getBody() == null)" in line 44/45 You can merge this pull request into a Git repository b

[jira] [Updated] (FLUME-2684) Connection Pooling

2015-04-21 Thread Ashok Ram (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashok Ram updated FLUME-2684: - Flags: Important > Connection Pooling > -- > > Key: FLUME-2684 >

[jira] [Commented] (FLUME-2390) Flume-ElasticSearch Data gets posted multiple times when one of the event fail validation at elastic search sink for JSON Data

2015-04-21 Thread Benjamin Fiorini (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504578#comment-14504578 ] Benjamin Fiorini commented on FLUME-2390: - Hi [~deepakas1] [~ejsarge] I believe t

[jira] [Updated] (FLUME-2684) Connection Pooling

2015-04-21 Thread Ashok Ram (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashok Ram updated FLUME-2684: - Description: I use Avro protocol. I was passing multiple events via RpcClient, and I have faced an issue

[jira] [Updated] (FLUME-2684) Connection Pooling

2015-04-21 Thread Ashok Ram (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashok Ram updated FLUME-2684: - Description: I was using Apache Flume to pass events between my source and sink. I use Avro protocol. I w

[jira] [Created] (FLUME-2684) Connection Pooling

2015-04-21 Thread Ashok Ram (JIRA)
Ashok Ram created FLUME-2684: Summary: Connection Pooling Key: FLUME-2684 URL: https://issues.apache.org/jira/browse/FLUME-2684 Project: Flume Issue Type: Question Reporter: Ashok Ram

Jenkins build became unstable: Flume-trunk-hbase-1 #101

2015-04-21 Thread Apache Jenkins Server
See

[jira] [Commented] (FLUME-2649) Elasticsearch sink doesn't handle JSON fields correctly

2015-04-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504530#comment-14504530 ] Hudson commented on FLUME-2649: --- UNSTABLE: Integrated in Flume-trunk-hbase-1 #101 (See [htt

[jira] [Commented] (FLUME-2649) Elasticsearch sink doesn't handle JSON fields correctly

2015-04-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504461#comment-14504461 ] ASF subversion and git services commented on FLUME-2649: Commit 84

[jira] [Resolved] (FLUME-2649) Elasticsearch sink doesn't handle JSON fields correctly

2015-04-21 Thread Hari Shreedharan (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Shreedharan resolved FLUME-2649. - Resolution: Fixed Committed! Thanks Benjamin! > Elasticsearch sink doesn't handle JSON fi

[jira] [Commented] (FLUME-2649) Elasticsearch sink doesn't handle JSON fields correctly

2015-04-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/FLUME-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504462#comment-14504462 ] ASF subversion and git services commented on FLUME-2649: Commit d2