[GitHub] spark pull request: support for Kinesis

2014-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/223 --- 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

[GitHub] spark pull request: support for Kinesis

2014-07-10 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-48675476 @pdeyhim Can you close this? :) --- 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

[GitHub] spark pull request: support for Kinesis

2014-06-27 Thread venuktan
Github user venuktan commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-47313539 Hi Parviz, Is there a package in maven repo called spark-amazonkinesis-asl now ? If not how do I use this package ? --- If your project is set up for it,

[GitHub] spark pull request: support for Kinesis

2014-05-31 Thread cfregly
Github user cfregly commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-44760308 update: i discusses this with parviz recently - and we agreed that i would take this over. new PR to come shortly. here's the jira ticket:

[GitHub] spark pull request: support for Kinesis

2014-05-15 Thread kscaldef
Github user kscaldef commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-42584832 What's the current status of this? --- 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

[GitHub] spark pull request: support for Kinesis

2014-04-03 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-39491772 Hey Parviz, FYI, because of the Amazon Software License's restrictions on Kinesis, it may be difficult to include this in the default build (see

[GitHub] spark pull request: support for Kinesis

2014-04-03 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-39491794 Jenkins, test this please --- 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

[GitHub] spark pull request: support for Kinesis

2014-04-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-39491871 Merged build triggered. --- 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

[GitHub] spark pull request: support for Kinesis

2014-04-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-39491883 Merged build started. --- 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

[GitHub] spark pull request: support for Kinesis

2014-04-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-39491993 Merged build finished. --- 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

[GitHub] spark pull request: support for Kinesis

2014-04-03 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-39491995 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13732/ --- If your project is set up for it, you can

[GitHub] spark pull request: support for Kinesis

2014-03-26 Thread pdeyhim
Github user pdeyhim commented on a diff in the pull request: https://github.com/apache/spark/pull/223#discussion_r10979652 --- Diff: external/AmazonKinesis/src/test/scala/org/apache/spark/streaming/kinesis/KinesisStreamSuite.scala --- @@ -0,0 +1,30 @@ +/* + * Licensed to

[GitHub] spark pull request: support for Kinesis

2014-03-26 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-38734833 Hey Parviz, this is great to see, but one thing I have to check is whether the Amazon Software License that amazon-kinesis-client is distributed under is okay with the

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread pdeyhim
GitHub user pdeyhim opened a pull request: https://github.com/apache/spark/pull/223 support for Kinesis +KinesisInputDStream +KinesisWorcCount You can merge this pull request into a Git repository by running: $ git pull https://github.com/pdeyhim/spark-1 master

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/223#issuecomment-38556718 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/223#discussion_r10961535 --- Diff: project/SparkBuild.scala --- @@ -124,6 +124,9 @@ object SparkBuild extends Build { lazy val externalTwitter = Project(external-twitter,

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/223#discussion_r10961586 --- Diff: external/AmazonKinesis/src/test/java/org/apache/spark/streaming/kinesis/JavaKinesisStreamSuite.java --- @@ -0,0 +1,34 @@ +/* + * Licensed to

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/223#discussion_r10961579 --- Diff: external/AmazonKinesis/src/test/scala/org/apache/spark/streaming/kinesis/KinesisStreamSuite.scala --- @@ -0,0 +1,30 @@ +/* + * Licensed to the

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/223#discussion_r10961595 --- Diff: external/AmazonKinesis/src/main/scala/org/apache/spark/streaming/kinesis/KinesisUtils.scala --- @@ -0,0 +1,48 @@ +/* + * Licensed to the

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/223#discussion_r10961630 --- Diff: external/AmazonKinesis/src/main/scala/org/apache/spark/streaming/kinesis/KinesisInputDStream.scala --- @@ -0,0 +1,164 @@ +/* + * Licensed to

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/223#discussion_r10961644 --- Diff: external/AmazonKinesis/src/main/scala/org/apache/spark/streaming/kinesis/KinesisInputDStream.scala --- @@ -0,0 +1,164 @@ +/* + * Licensed to

[GitHub] spark pull request: support for Kinesis

2014-03-25 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/223#discussion_r10961742 --- Diff: examples/src/main/scala/org/apache/spark/streaming/examples/KinesisWordCount.scala --- @@ -0,0 +1,35 @@ +package