<?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>question Re: How to load data from cassandra into NIFI in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178914#M141160</link>
    <description>&lt;P&gt;here are my interface configuration both from my linux host, and my hortonworks sandbox where nifi belongs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15605-linux-host.png" style="width: 665px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19446iCF3437F268618243/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15605-linux-host.png" alt="15605-linux-host.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15606-sandbox-ifconfig.png" style="width: 667px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19447i11B934EC0C9AD61C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15606-sandbox-ifconfig.png" alt="15606-sandbox-ifconfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks again !&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 09:28:24 GMT</pubDate>
    <dc:creator>adib_elaraki</dc:creator>
    <dc:date>2019-08-18T09:28:24Z</dc:date>
    <item>
      <title>How to load data from cassandra into NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178908#M141154</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to use the querycassandra processor, but i'm facing some troubles. I'm trying to do some very basic actions which is selecting all rows from a table and then send them to another ExcecuteStream processor(java program).&lt;/P&gt;&lt;P&gt;Here is the table :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15604-selectfrom.png" style="width: 607px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19448i41D3F49B3FA2D6C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15604-selectfrom.png" alt="15604-selectfrom.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is the processor configuration. I've also added the port 9042 to the HDP sandbox both from the port forwarding table and the start_sandbox script:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15603-dockerps.png" style="width: 733px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19449iA11130C386135763/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15603-dockerps.png" alt="15603-dockerps.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;username/password: cassandra&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15582-nifi-cassandra2.png" style="width: 683px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19450i79050103840BA765/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15582-nifi-cassandra2.png" alt="15582-nifi-cassandra2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;a global schema showing the error:&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;all host(s) tried for query failed (tried: /127.0.0.1:9042 (com.datastax.driver.core.exceptions.TransportException:[/127.0.0.1] Cannot connect)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15584-nifi-cass.png" style="width: 713px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19451i52B9A581DD89FE77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15584-nifi-cass.png" alt="15584-nifi-cass.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/6508iCAFDA5097D5759D8/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="nifi-cassandra.png" title="nifi-cassandra.png" /&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:28:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178908#M141154</guid>
      <dc:creator>adib_elaraki</dc:creator>
      <dc:date>2019-08-18T09:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from cassandra into NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178909#M141155</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18327/adibelaraki.html" nodeid="18327"&gt;@amine adi&lt;/A&gt; &lt;/P&gt;&lt;P&gt;So Cassandra is running on same node as Nifi? Is that right? &lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2017 00:23:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178909#M141155</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-05-20T00:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from cassandra into NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178910#M141156</link>
      <description>&lt;P&gt;Cassandra is running on my linux host, and nifi is installed as a service in my HDP sandbox.&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2017 00:26:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178910#M141156</guid>
      <dc:creator>adib_elaraki</dc:creator>
      <dc:date>2017-05-20T00:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from cassandra into NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178911#M141157</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18327/adibelaraki.html" nodeid="18327"&gt;@amine adi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm guessing that the ports are closed.   If you are using the HDP Sandbox, the Sandbox is now Dockerized within the VM.  You may want to add the Cassandra ports that you are using do both the VirtualBox Port Forwarding Section, and, you'll also have to edit some of the Docker scripts.  Fortunately, there is a very good step by step tutorial here: &lt;A href="https://community.hortonworks.com/articles/65914/how-to-add-ports-to-the-hdp-25-virtualbox-sandbox.html" target="_blank"&gt;https://community.hortonworks.com/articles/65914/how-to-add-ports-to-the-hdp-25-virtualbox-sandbox.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As
always, if you find this post useful, don't forget to "accept" the
answer.&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2017 04:52:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178911#M141157</guid>
      <dc:creator>ssahi</dc:creator>
      <dc:date>2017-05-20T04:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from cassandra into NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178912#M141158</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/12636/ssahi.html" nodeid="12636"&gt;@Sonu Sahi&lt;/A&gt; for your reply, but i've already done this and the error persist &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2017 20:30:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178912#M141158</guid>
      <dc:creator>adib_elaraki</dc:creator>
      <dc:date>2017-05-20T20:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from cassandra into NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178913#M141159</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/18327/adibelaraki.html" nodeid="18327"&gt;@amine adi&lt;/A&gt;&lt;P&gt;For nifi "127.0.0.1" is its own host. Not your linux host. How do you connect to linux host from your sandbox? For example if you want to scp a file from your sandbox to your linux host, what ip address/host name wil you use? Use that instead of 127.0.0.1 from Nifi to connect to Cassandra.&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2017 11:49:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178913#M141159</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-05-21T11:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data from cassandra into NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178914#M141160</link>
      <description>&lt;P&gt;here are my interface configuration both from my linux host, and my hortonworks sandbox where nifi belongs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15605-linux-host.png" style="width: 665px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19446iCF3437F268618243/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15605-linux-host.png" alt="15605-linux-host.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="15606-sandbox-ifconfig.png" style="width: 667px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/19447i11B934EC0C9AD61C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="15606-sandbox-ifconfig.png" alt="15606-sandbox-ifconfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks again !&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 09:28:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-load-data-from-cassandra-into-NIFI/m-p/178914#M141160</guid>
      <dc:creator>adib_elaraki</dc:creator>
      <dc:date>2019-08-18T09:28:24Z</dc:date>
    </item>
  </channel>
</rss>

