[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-17 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-82254957 I have revised the commit .. All the files has the license header, except a resource file which contains 4 tweets for testing purpose .. Could this be the problem

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-17 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-82261434 DONE --- 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

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-19 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-83499608 @StephanEwen I have checked and I found that the RAT plugin is included in parent pom.xml file. Shall I exclude the resources folder in flink-contribute, or add

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-19 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-83519001 @StephanEwen, I have removed the license from the resource file, excluded it from RAT, and added the license file. Also I did rebase against upstream/master, before

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on a diff in the pull request: https://github.com/apache/flink/pull/442#discussion_r26284910 --- Diff: flink-contrib/src/main/java/org/apache/flink/contrib/tweetinputformat/io/SimpleTweetInputFormat.java --- @@ -0,0 +1,67 @@ +package

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on a diff in the pull request: https://github.com/apache/flink/pull/442#discussion_r26288077 --- Diff: flink-contrib/src/test/java/org/apache/flink/contrib/SimpleTweetInputFormatTest.java --- @@ -0,0 +1,62 @@ +package org.apache.flink.contrib

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on a diff in the pull request: https://github.com/apache/flink/pull/442#discussion_r26285363 --- Diff: flink-contrib/src/main/java/org/apache/flink/contrib/tweetinputformat/io/SimpleTweetInputFormat.java --- @@ -0,0 +1,67 @@ +package

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on a diff in the pull request: https://github.com/apache/flink/pull/442#discussion_r26300742 --- Diff: flink-contrib/src/test/java/org/apache/flink/contrib/SimpleTweetInputFormatTest.java --- @@ -0,0 +1,76 @@ +package org.apache.flink.contrib

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on a diff in the pull request: https://github.com/apache/flink/pull/442#discussion_r26299783 --- Diff: flink-contrib/src/test/java/org/apache/flink/contrib/SimpleTweetInputFormatTest.java --- @@ -0,0 +1,76 @@ +package org.apache.flink.contrib

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-78480294 @rmetzger This is the standard Tweet format as per Twitter. Here You can find [Twitter Official Documentation](https://dev.twitter.com/overview/api/tweets). My parser

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-78480464 @StephanEwen I have added the license. --- 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

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on a diff in the pull request: https://github.com/apache/flink/pull/442#discussion_r26296323 --- Diff: flink-contrib/src/main/java/org/apache/flink/contrib/tweetinputformat/io/SimpleTweetInputFormat.java --- @@ -0,0 +1,67 @@ +package

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-12 Thread Elbehery
Github user Elbehery commented on a diff in the pull request: https://github.com/apache/flink/pull/442#discussion_r26296679 --- Diff: flink-contrib/src/test/java/org/apache/flink/contrib/SimpleTweetInputFormatTest.java --- @@ -0,0 +1,76 @@ +package org.apache.flink.contrib

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-23 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-84968643 @rmetzger I think it failed again, but I cant see the reason --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-02-27 Thread Elbehery
GitHub user Elbehery opened a pull request: https://github.com/apache/flink/pull/442 [FLINK-1615] [java api] SimpleTweetInputFormat This is a contribution with a TweetInputFormat, Jira [FLINK-1615](https://issues.apache.org/jira/browse/FLINK-1615). This commit contains

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-23 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-95603365 @aljoscha you should be able to see it from the PR .. anyway this is mine https://github.com/Elbehery/flink --- If your project is set up for it, you can reply

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-24 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-95866843 @aljoscha u were right.. I could not find the code on my repo, somehow it was lost !!! .. I have created a new PR now, #621 .. it has the same commit of #442

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-24 Thread Elbehery
GitHub user Elbehery opened a pull request: https://github.com/apache/flink/pull/621 [FLINK-1615] [java api] SimpleTweetInputFormat A replacement for PR #442 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Elbehery/flink

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-26 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/621#issuecomment-96418152 @aljoscha I have checked the Travic log. The problem is in Flink Streaming, so why my branch failed ?!! --- If your project is set up for it, you can reply

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-23 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-95512206 I did rebase against the master before creating the PR .. but this was long time ago, could this be the problems for the conflicts ?!! --- If your project is set up

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-24 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/621#issuecomment-96041144 @aljoscha Yes I wrote these Pojos myself, and I have tested the handler to retrieve distinct data, coz the tweets has redundant fields. I have added

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-28 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/621#issuecomment-97068257 @aljoscha GOT IT .. Now the build success locally. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-27 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/621#issuecomment-96809741 @aljoscha I have run code format from Intellij, I think the problem should be solved now .. I have tried to read the travis build log, but I could not find

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-04-12 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-92100736 @rmetzger Still not merged, any updates ? --- 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

[jira] [Commented] (FLINK-629) Add support for null values to the java api

2015-01-22 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14287392#comment-14287392 ] mustafa elbehery commented on FLINK-629: Its on Flink 9, I have to stick right now

[jira] [Commented] (FLINK-629) Add support for null values to the java api

2015-01-23 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14289753#comment-14289753 ] mustafa elbehery commented on FLINK-629: [~rmetzger] I need this fix into release

[jira] [Updated] (FLINK-629) Add support for null values to the java api

2015-01-20 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mustafa elbehery updated FLINK-629: --- Attachment: Selection_006.png Add support for null values to the java api

[jira] [Updated] (FLINK-629) Add support for null values to the java api

2015-01-20 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mustafa elbehery updated FLINK-629: --- Attachment: SimpleTweetInputFormat.java Tweet.java Add support for null

[jira] [Commented] (FLINK-629) Add support for null values to the java api

2015-01-20 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14284534#comment-14284534 ] mustafa elbehery commented on FLINK-629: It is proper POJO with all the setters

[jira] [Commented] (FLINK-629) Add support for null values to the java api

2015-01-22 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14288646#comment-14288646 ] mustafa elbehery commented on FLINK-629: Its working now, Thanks a lot robert

[jira] [Resolved] (FLINK-1615) Introduces a new InputFormat for Tweets

2015-03-13 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mustafa elbehery resolved FLINK-1615. - Resolution: Fixed https://github.com/apache/flink/pull/442 Introduces a new InputFormat

[jira] [Created] (FLINK-1615) Introduces a new InputFormat for Tweets

2015-02-27 Thread mustafa elbehery (JIRA)
mustafa elbehery created FLINK-1615: --- Summary: Introduces a new InputFormat for Tweets Key: FLINK-1615 URL: https://issues.apache.org/jira/browse/FLINK-1615 Project: Flink Issue Type: New

[jira] [Commented] (FLINK-1959) Accumulators BROKEN after Partitioning

2015-04-30 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14521195#comment-14521195 ] mustafa elbehery commented on FLINK-1959: - I just tried with DOP 1,2 and 5 .. All

[jira] [Commented] (FLINK-1959) Accumulators BROKEN after Partitioning

2015-04-29 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14519494#comment-14519494 ] mustafa elbehery commented on FLINK-1959: - BTW, the version of Flink is 0.9

[jira] [Commented] (FLINK-1959) Accumulators BROKEN after Partitioning

2015-05-10 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14537312#comment-14537312 ] mustafa elbehery commented on FLINK-1959: - Any updates for this bug

[jira] [Commented] (FLINK-1959) Accumulators BROKEN after Partitioning

2015-05-12 Thread mustafa elbehery (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14539987#comment-14539987 ] mustafa elbehery commented on FLINK-1959: - I have tried debugging to check