<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ScyllaDB insertion in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ScyllaDB-insertion/m-p/2282687#M56802</link>
    <description>...and of course, almost immediately after posting this (and clued in by a potential bit from the scylla.yaml documentation below) you need to uncheck the "Use unlogged batch" radio button from the tCassandraOutput component in order to get the insertions to transpire. 
&lt;BR /&gt; 
&lt;BR /&gt;I'm still not sure why my "periodic" synch did not show the insertions as they should have shown up in short order; nevertheless, this does appear to be the solution for the interim period until I can figure out how to tweak this paramater more thoroughly. The snippet from my scylla.yaml follows: 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jonathan 
&lt;BR /&gt; 
&lt;BR /&gt;# When in batch mode, Scylla won't ack writes until the commit log 
&lt;BR /&gt;# has been fsynced to disk. It will wait 
&lt;BR /&gt;# commitlog_sync_batch_window_in_ms milliseconds between fsyncs. 
&lt;BR /&gt;# This window should be kept short because the writer threads will 
&lt;BR /&gt;# be unable to do extra work while waiting. (You may need to increase 
&lt;BR /&gt;# concurrent_writes for the same reason.) 
&lt;BR /&gt;# 
&lt;BR /&gt;# commitlog_sync: batch 
&lt;BR /&gt;# commitlog_sync_batch_window_in_ms: 2 
&lt;BR /&gt;# 
&lt;BR /&gt;# the other option is "periodic" where writes may be acked immediately 
&lt;BR /&gt;# and the CommitLog is simply synced every commitlog_sync_period_in_ms 
&lt;BR /&gt;# milliseconds. 
&lt;BR /&gt;commitlog_sync: periodic 
&lt;BR /&gt;commitlog_sync_period_in_ms: 10000</description>
    <pubDate>Fri, 26 Apr 2019 01:11:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-26T01:11:34Z</dc:date>
    <item>
      <title>ScyllaDB insertion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ScyllaDB-insertion/m-p/2282686#M56801</link>
      <description>&lt;P&gt;Has anyone successfully performed insertion with Open Studio for Big Data (7.1.1) into ScyllaDB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've inserted into single node [regular] Cassandra and multi- [3] node Cassandra without any problems... but can't get ScyllaDB Docker instance to insert at all.&amp;nbsp; Talend connects to the instance and creates keyspace and column family just fine if it does not exist... but does not insert data.&amp;nbsp; I can of course connect just fine to Scylla using cqlsh and any DB IDE.&amp;nbsp; ScyllaDB docker is running as localhost (127.0.0.1); has anyone had any luck with this?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 00:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ScyllaDB-insertion/m-p/2282686#M56801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-26T00:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: ScyllaDB insertion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ScyllaDB-insertion/m-p/2282687#M56802</link>
      <description>...and of course, almost immediately after posting this (and clued in by a potential bit from the scylla.yaml documentation below) you need to uncheck the "Use unlogged batch" radio button from the tCassandraOutput component in order to get the insertions to transpire. 
&lt;BR /&gt; 
&lt;BR /&gt;I'm still not sure why my "periodic" synch did not show the insertions as they should have shown up in short order; nevertheless, this does appear to be the solution for the interim period until I can figure out how to tweak this paramater more thoroughly. The snippet from my scylla.yaml follows: 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Jonathan 
&lt;BR /&gt; 
&lt;BR /&gt;# When in batch mode, Scylla won't ack writes until the commit log 
&lt;BR /&gt;# has been fsynced to disk. It will wait 
&lt;BR /&gt;# commitlog_sync_batch_window_in_ms milliseconds between fsyncs. 
&lt;BR /&gt;# This window should be kept short because the writer threads will 
&lt;BR /&gt;# be unable to do extra work while waiting. (You may need to increase 
&lt;BR /&gt;# concurrent_writes for the same reason.) 
&lt;BR /&gt;# 
&lt;BR /&gt;# commitlog_sync: batch 
&lt;BR /&gt;# commitlog_sync_batch_window_in_ms: 2 
&lt;BR /&gt;# 
&lt;BR /&gt;# the other option is "periodic" where writes may be acked immediately 
&lt;BR /&gt;# and the CommitLog is simply synced every commitlog_sync_period_in_ms 
&lt;BR /&gt;# milliseconds. 
&lt;BR /&gt;commitlog_sync: periodic 
&lt;BR /&gt;commitlog_sync_period_in_ms: 10000</description>
      <pubDate>Fri, 26 Apr 2019 01:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ScyllaDB-insertion/m-p/2282687#M56802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-26T01:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: ScyllaDB insertion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ScyllaDB-insertion/m-p/2282688#M56803</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;So far, &lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;ScyllaDB&lt;/SPAN&gt; is not list on the supported DB table.&lt;/P&gt; 
&lt;P&gt;For more information, please have a look at this online installation guide about:&lt;A title="TalendHelpCenter:Supported systems, databases and business applications by Talend components" href="https://help.talend.com/reader/u7XE4vl9gLFYL8rDdtkXAw/2~dMMP8IVlf0q_QVA0pqlw" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;upported systems, databases and business applications by Talend components&lt;/A&gt; for talend open studio bigdata V 7.1.1&lt;/P&gt; 
&lt;P&gt;Feel free to create a workitem/new feature jira issue on talend bug tracker.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabr&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 06:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ScyllaDB-insertion/m-p/2282688#M56803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-26T06:48:30Z</dc:date>
    </item>
  </channel>
</rss>

