[ 
https://issues.apache.org/jira/browse/NIFI-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16609349#comment-16609349
 ] 

ASF GitHub Bot commented on NIFI-5510:
--------------------------------------

Github user MikeThomsen commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2992#discussion_r216355406
  
    --- Diff: 
nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml ---
    @@ -64,5 +64,20 @@
                 <artifactId>nifi-ssl-context-service</artifactId>
                 <scope>test</scope>
             </dependency>
    +        <dependency>
    --- End diff --
    
    No new dependencies from outside of our project, so L&N looks good.


> Allow records to be put directly into Cassandra
> -----------------------------------------------
>
>                 Key: NIFI-5510
>                 URL: https://issues.apache.org/jira/browse/NIFI-5510
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Sivaprasanna Sethuraman
>            Priority: Major
>
> Currently the standard way of getting data into Cassandra through NiFi is to 
> use PutCassandraQL, which often means raw data needs to be converted to CQL 
> statements, usually done (with modifications) via ConvertJSONToSQL.
> It would be better to have something closer to PutDatabaseRecord, a processor 
> called PutCassandraRecord perhaps, that would take the raw data and input it 
> into Cassandra "directly", without the need for the user to convert the data 
> into CQL statements.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to