<?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 pentaho PDI (kettle) to phoenix in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162273#M36739</link>
    <description>&lt;P&gt;We are trying to ingest a csv file using pentaho kettle to a phoenix table and dont see any errors after the job execution. But the table is not showing the newly added data. Nothing on the logs too. Whereas if i commit a mistake in the upsert syntax, i do see the error.&lt;/P&gt;&lt;P&gt;Alternatively if we use squirrel client to upsert data, it is showing success and data is in table.&lt;/P&gt;&lt;P&gt;Any thoughts or clue. Do we need to look at any setting in the pentaho side or phoenix side.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2016 10:25:53 GMT</pubDate>
    <dc:creator>arunpoy</dc:creator>
    <dc:date>2016-08-03T10:25:53Z</dc:date>
    <item>
      <title>pentaho PDI (kettle) to phoenix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162273#M36739</link>
      <description>&lt;P&gt;We are trying to ingest a csv file using pentaho kettle to a phoenix table and dont see any errors after the job execution. But the table is not showing the newly added data. Nothing on the logs too. Whereas if i commit a mistake in the upsert syntax, i do see the error.&lt;/P&gt;&lt;P&gt;Alternatively if we use squirrel client to upsert data, it is showing success and data is in table.&lt;/P&gt;&lt;P&gt;Any thoughts or clue. Do we need to look at any setting in the pentaho side or phoenix side.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 10:25:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162273#M36739</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-08-03T10:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: pentaho PDI (kettle) to phoenix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162274#M36740</link>
      <description>&lt;P&gt;It seems that PDI is not supporting Apache Phoenix yet. While loading data PDI generating insert queries but Phoenix needs upsert queries.&lt;/P&gt;&lt;P&gt;&lt;A href="http://jira.pentaho.com/browse/PDI-14038" target="_blank"&gt;http://jira.pentaho.com/browse/PDI-14038&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://mail-archives.apache.org/mod_mbox/phoenix-user/201509.mbox/%3CCAB3fahz1wacofQHDTyMMO-W_nCQ0gAcL0LpXdeMmZMxVXwwWOg@mail.gmail.com%3E" target="_blank"&gt;https://mail-archives.apache.org/mod_mbox/phoenix-user/201509.mbox/%3CCAB3fahz1wacofQHDTyMMO-W_nCQ0gAcL0LpXdeMmZMxVXwwWOg@mail.gmail.com%3E&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It would be better to contact Pentaho PDI community.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 10:41:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162274#M36740</guid>
      <dc:creator>rchintaguntla</dc:creator>
      <dc:date>2016-08-03T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: pentaho PDI (kettle) to phoenix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162275#M36741</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/425/rchintaguntla.html" nodeid="425"&gt;@Rajeshbabu Chintaguntla&lt;/A&gt;, thanks for the response. we have used a custom sql that will do  the upserts. the statement is executing, but the results dont reflecr in the table.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 11:03:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162275#M36741</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-08-03T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: pentaho PDI (kettle) to phoenix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162276#M36742</link>
      <description>&lt;P&gt;I see.  Can you see the regionserver UI whether any requests coming to the table or not? or Can you scan HBase table to check any data in it?&lt;/P&gt;&lt;P&gt; If you can provide any logs that I can take a look and try to help you out.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 11:54:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162276#M36742</guid>
      <dc:creator>rchintaguntla</dc:creator>
      <dc:date>2016-08-03T11:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: pentaho PDI (kettle) to phoenix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162277#M36743</link>
      <description>&lt;P&gt;Are you doing commit after upserting rows? as it may be possible that pentaho PDI may set autocommit off before starting inserts.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 22:27:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162277#M36743</guid>
      <dc:creator>asinghal</dc:creator>
      <dc:date>2016-08-03T22:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: pentaho PDI (kettle) to phoenix</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162278#M36744</link>
      <description>&lt;P&gt;Have reached out to the pentaho PDI community&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 12:33:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/pentaho-PDI-kettle-to-phoenix/m-p/162278#M36744</guid>
      <dc:creator>arunpoy</dc:creator>
      <dc:date>2016-08-04T12:33:42Z</dc:date>
    </item>
  </channel>
</rss>

