[GitHub] spark issue #21076: Creating KafkaStreamToCassandra

2018-04-16 Thread SaddamKhan1490
Github user SaddamKhan1490 commented on the issue:

https://github.com/apache/spark/pull/21076
  
@HyukjinKwon : Well in that case you can close the PR #21076


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #21076: Creating KafkaStreamToCassandra

2018-04-16 Thread SaddamKhan1490
Github user SaddamKhan1490 commented on the issue:

https://github.com/apache/spark/pull/21076
  
hi @HyukjinKwon : 

1> Yes it requires third party library dependency i.e. 
"""libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % 
''"", & this library is open sourced 
"https://mvnrepository.com/artifact/com.datastax.spark/spark-cassandra-connector_2.10;
 and fall under Apache i.e. https://github.com/apache/cassandra, which is also 
the parent for Spark i.e. https://github.com/apache/spark
2> Also its only NoSQL which offers direct integration with spark
3> https://docs.databricks.com/spark/latest/data-sources/cassandra.html


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #21076: Creating KafkaStreamToCassandra

2018-04-16 Thread SaddamKhan1490
GitHub user SaddamKhan1490 opened a pull request:

https://github.com/apache/spark/pull/21076

Creating KafkaStreamToCassandra

## What changes were proposed in this pull request?

(This patch is intended to read records from existing Kafka topic and 
writing those records to existing table under specified keyspace in Cassandra 
leveraging SparkStreaming )

## How was this patch tested?
(This patch was tested : manual tests)


Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SaddamKhan1490/spark patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/21076.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #21076


commit 87f30b2f1ecee0b9a24191590257320499ca5378
Author: SaddamKhan1490 <saddamhkhan1403@...>
Date:   2018-04-16T06:48:19Z

Creating KafkaStreamToCassandra




---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org