You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Benvorth <gi...@git.apache.org> on 2018/10/18 08:54:41 UTC

[GitHub] storm pull request #2883: fix(JDBC): Syntax error on INSERT

GitHub user Benvorth opened a pull request:

    https://github.com/apache/storm/pull/2883

    fix(JDBC): Syntax error on INSERT

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Benvorth/storm master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2883.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2883
    
----
commit 6ab171fabc3f261b30290c89028097db99599302
Author: Benvorth <be...@...>
Date:   2018-10-18T08:52:57Z

    fix(JDBC): Syntax error on INSERT

----


---

[GitHub] storm issue #2883: fix(JDBC): Syntax error on INSERT

Posted by Benvorth <gi...@git.apache.org>.
Github user Benvorth commented on the issue:

    https://github.com/apache/storm/pull/2883
  
    Apache Phoenix does not provide an INSERT statement. Instead UPSERT is the only way to insert data to HBase via Phoenix. 


---