<?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: Can phoenix create coprocessors (triggers)? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158125#M29028</link>
    <description>&lt;P style="margin-left: 40px;"&gt;  &lt;A rel="user" href="https://community.cloudera.com/users/2924/ssoldatov.html" nodeid="2924"&gt;@ssoldatov&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;Just similar RDBMS ddl trigger statement:&lt;/P&gt;&lt;PRE&gt;CREATE [ OR REPLACE ] TRIGGER &lt;EM&gt;trigger_name&lt;/EM&gt;
BEFORE INSERT
   ON &lt;EM&gt;table_name&lt;/EM&gt;
   [ FOR EACH ROW ]

DECLARE
   -- variable declarations

BEGIN
   -- trigger code

EXCEPTION
   WHEN ...
   -- exception handling

END;&lt;/PRE&gt;&lt;P&gt;However the semantics would be for hbase coprocessor.  For example the trigger or coprocessing i want to do pre or post PUT.&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2016 11:41:37 GMT</pubDate>
    <dc:creator>sunile_manjee</dc:creator>
    <dc:date>2016-05-20T11:41:37Z</dc:date>
    <item>
      <title>Can phoenix create coprocessors (triggers)?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158123#M29026</link>
      <description>&lt;P&gt;Like hbase coprocessors does phoenix have the ability to create one which would essentially look like a sql create trigger statement.  Maybe I should change this to idea if it doesn't exist.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 11:03:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158123#M29026</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-05-20T11:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can phoenix create coprocessors (triggers)?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158124#M29027</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt; Could you give us an example how it's supposed to work? &lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 11:24:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158124#M29027</guid>
      <dc:creator>ssoldatov</dc:creator>
      <dc:date>2016-05-20T11:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can phoenix create coprocessors (triggers)?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158125#M29028</link>
      <description>&lt;P style="margin-left: 40px;"&gt;  &lt;A rel="user" href="https://community.cloudera.com/users/2924/ssoldatov.html" nodeid="2924"&gt;@ssoldatov&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;Just similar RDBMS ddl trigger statement:&lt;/P&gt;&lt;PRE&gt;CREATE [ OR REPLACE ] TRIGGER &lt;EM&gt;trigger_name&lt;/EM&gt;
BEFORE INSERT
   ON &lt;EM&gt;table_name&lt;/EM&gt;
   [ FOR EACH ROW ]

DECLARE
   -- variable declarations

BEGIN
   -- trigger code

EXCEPTION
   WHEN ...
   -- exception handling

END;&lt;/PRE&gt;&lt;P&gt;However the semantics would be for hbase coprocessor.  For example the trigger or coprocessing i want to do pre or post PUT.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 11:41:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158125#M29028</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-05-20T11:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can phoenix create coprocessors (triggers)?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158126#M29029</link>
      <description>&lt;P&gt;We already have a similar  idea logged : &lt;A href="https://issues.apache.org/jira/browse/PHOENIX-932" target="_blank"&gt;https://issues.apache.org/jira/browse/PHOENIX-932&lt;/A&gt;
But how to implement that it's still a question.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 13:47:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-phoenix-create-coprocessors-triggers/m-p/158126#M29029</guid>
      <dc:creator>ssoldatov</dc:creator>
      <dc:date>2016-05-20T13:47:43Z</dc:date>
    </item>
  </channel>
</rss>

