Merge pull request #3 from apache/master sync 02/10/2015
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/d1a9d78f Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/d1a9d78f Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/d1a9d78f Branch: refs/heads/asf-master Commit: d1a9d78ffcda143ce06d45915b18f16a82432d15 Parents: 96859ec 5e48d62 Author: Steve Blackmon <[email protected]> Authored: Tue Feb 10 16:16:08 2015 -0600 Committer: Steve Blackmon <[email protected]> Committed: Tue Feb 10 16:16:08 2015 -0600 ---------------------------------------------------------------------- .../streams-provider-youtube/pom.xml | 5 + .../youtube/processor/YoutubeTypeConverter.java | 109 ++++++++++++++ .../provider/YoutubeUserActivityCollector.java | 31 +++- .../youtube/serializer/YoutubeActivityUtil.java | 150 +++++++++++++++++++ .../serializer/YoutubeEventClassifier.java | 52 +++++++ .../serializer/YoutubeVideoDeserializer.java | 112 ++++++++++++++ .../processor/YoutubeTypeConverterTest.java | 102 +++++++++++++ .../serializer/YoutubeEventClassifierTest.java | 49 ++++++ .../serializer/YoutubeVideoSerDeTest.java | 114 ++++++++++++++ 9 files changed, 722 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
